Skip to content

Release HyperDX #917

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/breezy-pandas-behave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cold-planets-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-suns-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-cheetahs-carry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-mails-juggle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-ears-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-seals-build.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/quiet-singers-fry.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/seven-taxis-agree.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-mails-punch.md

This file was deleted.

4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ ALL_IN_ONE_IMAGE_NAME=ghcr.io/hyperdxio/hyperdx-all-in-one
ALL_IN_ONE_IMAGE_NAME_DOCKERHUB=hyperdx/hyperdx-all-in-one
OTEL_COLLECTOR_IMAGE_NAME=ghcr.io/hyperdxio/hyperdx-otel-collector
OTEL_COLLECTOR_IMAGE_NAME_DOCKERHUB=hyperdx/hyperdx-otel-collector
CODE_VERSION=2.0.1
IMAGE_VERSION_SUB_TAG=.0.1
CODE_VERSION=2.0.2
IMAGE_VERSION_SUB_TAG=.0.2
IMAGE_VERSION=2
IMAGE_NIGHTLY_TAG=2-nightly
IMAGE_LATEST_TAG=latest
Expand Down
12 changes: 12 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @hyperdx/api

## 2.0.2

### Patch Changes

- ad68877: feat: bundle api via esbuild for smaller image distribution
- 707ba7f: chore: update deps for http-proxy-middleware
- 31e22dc: feat: introduce clickhouse db init script
- 2063774: perf: build next app in standalone mode to cut down images size
- Updated dependencies [31e22dc]
- Updated dependencies [2063774]
- @hyperdx/common-utils@0.2.2

## 2.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@hyperdx/api",
"version": "2.0.1",
"version": "2.0.2",
"license": "MIT",
"private": true,
"engines": {
"node": ">=18.12.0"
},
"dependencies": {
"@clickhouse/client": "^0.2.10",
"@hyperdx/common-utils": "^0.2.1",
"@hyperdx/common-utils": "^0.2.2",
"@hyperdx/lucene": "^3.1.1",
"@hyperdx/node-opentelemetry": "^0.8.2",
"@opentelemetry/api": "^1.8.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @hyperdx/app

## 2.0.2

### Patch Changes

- d1f4184: perf: improve performance on chart page and search page
- 8ab3b42: fix: fix demo instances for those with stale sources
- d1fc0c7: fix: change NEXT_PUBLIC_SERVER_URL to SERVER_URL
- eb9d009: feat: DBRowSidePanel global error boundary
- 73aff77: feat: Improve source editing UX
- 31e22dc: feat: introduce clickhouse db init script
- 2063774: perf: build next app in standalone mode to cut down images size
- 86fa929: Removed duplicate type definition.
- Updated dependencies [31e22dc]
- Updated dependencies [2063774]
- @hyperdx/[email protected]

## 2.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperdx/app",
"version": "2.0.1",
"version": "2.0.2",
"private": true,
"license": "MIT",
"engines": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"@codemirror/lang-sql": "^6.7.0",
"@hookform/resolvers": "^3.9.0",
"@hyperdx/browser": "^0.21.1",
"@hyperdx/common-utils": "^0.2.1",
"@hyperdx/common-utils": "^0.2.2",
"@hyperdx/node-opentelemetry": "^0.8.2",
"@lezer/highlight": "^1.2.0",
"@mantine/core": "7.9.2",
Expand Down
7 changes: 7 additions & 0 deletions packages/common-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @hyperdx/common-utils

## 0.2.2

### Patch Changes

- 31e22dc: feat: introduce clickhouse db init script
- 2063774: perf: build next app in standalone mode to cut down images size

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/common-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hyperdx/common-utils",
"description": "Common utilities for HyperDX application",
"version": "0.2.1",
"version": "0.2.2",
"license": "MIT",
"private": true,
"files": [
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4444,7 +4444,7 @@ __metadata:
resolution: "@hyperdx/api@workspace:packages/api"
dependencies:
"@clickhouse/client": "npm:^0.2.10"
"@hyperdx/common-utils": "npm:^0.2.1"
"@hyperdx/common-utils": "npm:^0.2.2"
"@hyperdx/lucene": "npm:^3.1.1"
"@hyperdx/node-opentelemetry": "npm:^0.8.2"
"@opentelemetry/api": "npm:^1.8.0"
Expand Down Expand Up @@ -4537,7 +4537,7 @@ __metadata:
"@hookform/devtools": "npm:^4.3.1"
"@hookform/resolvers": "npm:^3.9.0"
"@hyperdx/browser": "npm:^0.21.1"
"@hyperdx/common-utils": "npm:^0.2.1"
"@hyperdx/common-utils": "npm:^0.2.2"
"@hyperdx/node-opentelemetry": "npm:^0.8.2"
"@jedmao/location": "npm:^3.0.0"
"@lezer/highlight": "npm:^1.2.0"
Expand Down Expand Up @@ -4665,7 +4665,7 @@ __metadata:
languageName: node
linkType: hard

"@hyperdx/common-utils@npm:^0.2.1, @hyperdx/common-utils@workspace:packages/common-utils":
"@hyperdx/common-utils@npm:^0.2.2, @hyperdx/common-utils@workspace:packages/common-utils":
version: 0.0.0-use.local
resolution: "@hyperdx/common-utils@workspace:packages/common-utils"
dependencies:
Expand Down