Skip to content

Commit bfb455d

Browse files
Release HyperDX (#2094)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bdca9bd commit bfb455d

11 files changed

Lines changed: 29 additions & 23 deletions

File tree

.changeset/error-display-sql-preview.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.changeset/young-cameras-doubt.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ NEXT_ALL_IN_ONE_IMAGE_NAME_DOCKERHUB=clickhouse/clickstack-all-in-one
88
ALL_IN_ONE_IMAGE_NAME_DOCKERHUB=hyperdx/hyperdx-all-in-one
99
NEXT_OTEL_COLLECTOR_IMAGE_NAME_DOCKERHUB=clickhouse/clickstack-otel-collector
1010
OTEL_COLLECTOR_IMAGE_NAME_DOCKERHUB=hyperdx/hyperdx-otel-collector
11-
CODE_VERSION=2.23.1
12-
IMAGE_VERSION_SUB_TAG=.23.1
11+
CODE_VERSION=2.23.2
12+
IMAGE_VERSION_SUB_TAG=.23.2
1313
IMAGE_VERSION=2
1414
IMAGE_NIGHTLY_TAG=2-nightly
1515
IMAGE_LATEST_TAG=latest

packages/api/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @hyperdx/api
22

3+
## 2.23.2
4+
35
## 2.23.1
46

57
### Patch Changes

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperdx/api",
3-
"version": "2.23.1",
3+
"version": "2.23.2",
44
"license": "MIT",
55
"private": true,
66
"engines": {

packages/app/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @hyperdx/app
22

3+
## 2.23.2
4+
5+
### Patch Changes
6+
7+
- 0daa5299: feat: Generate stable source IDs in local mode
8+
39
## 2.23.1
410

511
### Patch Changes

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperdx/app",
3-
"version": "2.23.1",
3+
"version": "2.23.2",
44
"private": true,
55
"license": "MIT",
66
"engines": {

packages/cli/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @hyperdx/cli
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- bdca9bd4: Improve error message rendering with visible highlighting and add SQL preview
8+
9+
- Add ErrorDisplay component with bordered boxes, color-coded severity, and responsive terminal height adaptation
10+
- Preserve ClickHouseQueryError objects through the error chain to show sent query context
11+
- Surface previously silent errors: pagination failures, row detail fetch errors, trace span detail errors
12+
- Add Shift-D keybinding to view generated ClickHouse SQL (context-aware across all tabs)
13+
- Copy useSqlSuggestions from app package to detect common query mistakes
14+
- Disable follow mode toggle in event detail panel
15+
316
## 0.2.0
417

518
### Minor Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperdx/cli",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"license": "MIT",
55
"type": "module",
66
"publishConfig": {

packages/otel-collector/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @hyperdx/otel-collector
22

3+
## 2.23.2
4+
35
## 2.23.1
46

57
## 2.23.0

0 commit comments

Comments
 (0)