mirror of
https://github.com/hyperdxio/hyperdx
synced 2026-04-21 13:37:15 +00:00
Release HyperDX (#2094)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
bdca9bd4db
commit
bfb455d90a
11 changed files with 29 additions and 23 deletions
|
|
@ -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
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@hyperdx/app": patch
|
||||
---
|
||||
|
||||
feat: Generate stable source IDs in local mode
|
||||
4
.env
4
.env
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
# @hyperdx/api
|
||||
|
||||
## 2.23.2
|
||||
|
||||
## 2.23.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@hyperdx/api",
|
||||
"version": "2.23.1",
|
||||
"version": "2.23.2",
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"engines": {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@hyperdx/app",
|
||||
"version": "2.23.1",
|
||||
"version": "2.23.2",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@hyperdx/cli",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.1",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"publishConfig": {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
# @hyperdx/otel-collector
|
||||
|
||||
## 2.23.2
|
||||
|
||||
## 2.23.1
|
||||
|
||||
## 2.23.0
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue