Release HyperDX (#2094)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2026-04-10 11:08:49 -07:00 committed by GitHub
parent bdca9bd4db
commit bfb455d90a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 29 additions and 23 deletions

View file

@ -1,12 +0,0 @@
---
"@hyperdx/cli": patch
---
Improve error message rendering with visible highlighting and add SQL preview
- Add ErrorDisplay component with bordered boxes, color-coded severity, and responsive terminal height adaptation
- Preserve ClickHouseQueryError objects through the error chain to show sent query context
- Surface previously silent errors: pagination failures, row detail fetch errors, trace span detail errors
- Add Shift-D keybinding to view generated ClickHouse SQL (context-aware across all tabs)
- Copy useSqlSuggestions from app package to detect common query mistakes
- Disable follow mode toggle in event detail panel

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
feat: Generate stable source IDs in local mode

4
.env
View file

@ -8,8 +8,8 @@ NEXT_ALL_IN_ONE_IMAGE_NAME_DOCKERHUB=clickhouse/clickstack-all-in-one
ALL_IN_ONE_IMAGE_NAME_DOCKERHUB=hyperdx/hyperdx-all-in-one
NEXT_OTEL_COLLECTOR_IMAGE_NAME_DOCKERHUB=clickhouse/clickstack-otel-collector
OTEL_COLLECTOR_IMAGE_NAME_DOCKERHUB=hyperdx/hyperdx-otel-collector
CODE_VERSION=2.23.1
IMAGE_VERSION_SUB_TAG=.23.1
CODE_VERSION=2.23.2
IMAGE_VERSION_SUB_TAG=.23.2
IMAGE_VERSION=2
IMAGE_NIGHTLY_TAG=2-nightly
IMAGE_LATEST_TAG=latest

View file

@ -1,5 +1,7 @@
# @hyperdx/api
## 2.23.2
## 2.23.1
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@hyperdx/api",
"version": "2.23.1",
"version": "2.23.2",
"license": "MIT",
"private": true,
"engines": {

View file

@ -1,5 +1,11 @@
# @hyperdx/app
## 2.23.2
### Patch Changes
- 0daa5299: feat: Generate stable source IDs in local mode
## 2.23.1
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@hyperdx/app",
"version": "2.23.1",
"version": "2.23.2",
"private": true,
"license": "MIT",
"engines": {

View file

@ -1,5 +1,18 @@
# @hyperdx/cli
## 0.2.1
### Patch Changes
- bdca9bd4: Improve error message rendering with visible highlighting and add SQL preview
- Add ErrorDisplay component with bordered boxes, color-coded severity, and responsive terminal height adaptation
- Preserve ClickHouseQueryError objects through the error chain to show sent query context
- Surface previously silent errors: pagination failures, row detail fetch errors, trace span detail errors
- Add Shift-D keybinding to view generated ClickHouse SQL (context-aware across all tabs)
- Copy useSqlSuggestions from app package to detect common query mistakes
- Disable follow mode toggle in event detail panel
## 0.2.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@hyperdx/cli",
"version": "0.2.0",
"version": "0.2.1",
"license": "MIT",
"type": "module",
"publishConfig": {

View file

@ -1,5 +1,7 @@
# @hyperdx/otel-collector
## 2.23.2
## 2.23.1
## 2.23.0

View file

@ -1,7 +1,7 @@
{
"name": "@hyperdx/otel-collector",
"description": "HyperDX OpenTelemetry Collector configuration and Docker image",
"version": "2.23.1",
"version": "2.23.2",
"license": "MIT",
"private": true
}