Release HyperDX (#2009)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2026-04-03 15:17:53 -07:00 committed by GitHub
parent 011a245f4a
commit 8125d249d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
38 changed files with 108 additions and 170 deletions

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
feat: Group Dashboards and Searches by Tag

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
feat: Chart Explorer now auto-executes the chart on load when a valid source is configured. Deeplinks render results without requiring a manual click.

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
fix: Properly enable line wrap behavior in JSON viewer by default

View file

@ -1,6 +0,0 @@
---
"@hyperdx/common-utils": patch
"@hyperdx/app": patch
---
feat: Add dashboard template gallery

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
fix: differentiate map indexing vs array indexing

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
perf: Defer expensive hooks in collapsed filter groups and virtualize nested filter lists

View file

@ -1,10 +0,0 @@
---
"@hyperdx/app": patch
---
fix: slider thumb and mark styling not applying theme tokens
- Move slider thumb styling from classNames to inline styles to fix CSS specificity issue where Mantine defaults override theme tokens
- Add !important to slider mark styles to ensure token-based colors apply
- Fix vertical centering of 6px slider mark dots within the 8px track
- Remove broken translateX/translateY nudge that misaligned marks

View file

@ -1,6 +0,0 @@
---
"@hyperdx/app": patch
"@hyperdx/common-utils": patch
---
fix: show Map sub-fields in facet panel for non-LowCardinality value types

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
fix: Fix error state and table overflows

View file

@ -1,7 +0,0 @@
---
"@hyperdx/common-utils": patch
"@hyperdx/api": patch
"@hyperdx/app": patch
---
feat: Add favoriting for dashboards and saved searches

View file

@ -1,7 +0,0 @@
---
"@hyperdx/common-utils": patch
"@hyperdx/api": patch
"@hyperdx/app": patch
---
feat: Add more chart display units

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
fix: optimize order by should factor in wider cases, including the
default otel_traces

View file

@ -1,6 +0,0 @@
---
"@hyperdx/common-utils": patch
"@hyperdx/app": patch
---
fix: Fixed bug preventing clicking into rows with nullable date types (and other misc type) columns.

View file

@ -1,7 +0,0 @@
---
"@hyperdx/common-utils": minor
"@hyperdx/api": minor
"@hyperdx/app": minor
---
feat: new team setting for number of filters to fetch

View file

@ -1,6 +0,0 @@
---
"@hyperdx/common-utils": patch
"@hyperdx/app": patch
---
fix: render clickhouse keywords properly in codemirror

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
fix: move help menu from footer to main nav links

View file

@ -1,5 +0,0 @@
---
"@hyperdx/api": patch
---
fix: Show alerts on a tile only when dashboard matches

View file

@ -1,6 +0,0 @@
---
"@hyperdx/common-utils": patch
"@hyperdx/app": patch
---
feat: Add $\_\_sourceTable macro

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
fix: Fix query error when searching nested JSON values

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
fix: Show error on DBInfraPanel when correlated metric source is missing

View file

@ -1,6 +0,0 @@
---
"@hyperdx/common-utils": patch
"@hyperdx/app": patch
---
feat: Add saved searches listing page

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
fix: Add source schema preview to SQL Charts and Trace Panel

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
fix: replace sidebar collapse icons to align with ClickHouse collapse patterns

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
fix: Fix flaky E2E tests

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
fix: Fix minor bugs in chart editor

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": minor
---
feat: Add input filter pills below search input to make filters usage more clear on seach page.

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
feat: use 1 minute window for searches

View file

@ -1,7 +0,0 @@
---
'@hyperdx/common-utils': minor
'@hyperdx/api': minor
'@hyperdx/app': minor
---
feat: support sample-weighted aggregations for sampled trace data

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.22.1
IMAGE_VERSION_SUB_TAG=.22.1
CODE_VERSION=2.23.0
IMAGE_VERSION_SUB_TAG=.23.0
IMAGE_VERSION=2
IMAGE_NIGHTLY_TAG=2-nightly
IMAGE_LATEST_TAG=latest

View file

@ -1,5 +1,29 @@
# @hyperdx/api
## 2.23.0
### Minor Changes
- a15122b3: feat: new team setting for number of filters to fetch
- 941d0450: feat: support sample-weighted aggregations for sampled trace data
### Patch Changes
- 53ba1e39: feat: Add favoriting for dashboards and saved searches
- b7581db8: feat: Add more chart display units
- 59b1f46f: fix: Show alerts on a tile only when dashboard matches
- Updated dependencies [518bda7d]
- Updated dependencies [4e54d850]
- Updated dependencies [53ba1e39]
- Updated dependencies [b7581db8]
- Updated dependencies [48a8d32b]
- Updated dependencies [a15122b3]
- Updated dependencies [a55b151e]
- Updated dependencies [308da30b]
- Updated dependencies [e5c7fdf9]
- Updated dependencies [941d0450]
- @hyperdx/common-utils@0.17.0
## 2.22.1
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@hyperdx/api",
"version": "2.22.1",
"version": "2.23.0",
"license": "MIT",
"private": true,
"engines": {
@ -10,7 +10,7 @@
"@ai-sdk/anthropic": "^3.0.58",
"@ai-sdk/openai": "^3.0.47",
"@esm2cjs/p-queue": "^7.3.0",
"@hyperdx/common-utils": "^0.16.2",
"@hyperdx/common-utils": "^0.17.0",
"@hyperdx/node-opentelemetry": "^0.9.0",
"@hyperdx/passport-local-mongoose": "^9.0.1",
"@opentelemetry/api": "^1.8.0",

View file

@ -1,5 +1,58 @@
# @hyperdx/app
## 2.23.0
### Minor Changes
- a15122b3: feat: new team setting for number of filters to fetch
- 20e47207: feat: Add input filter pills below search input to make filters usage more clear on seach page.
- 941d0450: feat: support sample-weighted aggregations for sampled trace data
### Patch Changes
- bfc93811: feat: Group Dashboards and Searches by Tag
- 859ced5c: feat: Chart Explorer now auto-executes the chart on load when a valid source is configured. Deeplinks render results without requiring a manual click.
- e6a0455a: fix: Properly enable line wrap behavior in JSON viewer by default
- 518bda7d: feat: Add dashboard template gallery
- 676e4f4b: fix: differentiate map indexing vs array indexing
- 9852e9b0: perf: Defer expensive hooks in collapsed filter groups and virtualize nested filter lists
- 5e5c6a94: fix: slider thumb and mark styling not applying theme tokens
- Move slider thumb styling from classNames to inline styles to fix CSS specificity issue where Mantine defaults override theme tokens
- Add !important to slider mark styles to ensure token-based colors apply
- Fix vertical centering of 6px slider mark dots within the 8px track
- Remove broken translateX/translateY nudge that misaligned marks
- 4e54d850: fix: show Map sub-fields in facet panel for non-LowCardinality value types
- 011a245f: fix: Fix error state and table overflows
- 53ba1e39: feat: Add favoriting for dashboards and saved searches
- b7581db8: feat: Add more chart display units
- 05a1b765: fix: optimize order by should factor in wider cases, including the
default otel_traces
- 48a8d32b: fix: Fixed bug preventing clicking into rows with nullable date types (and other misc type) columns.
- a55b151e: fix: render clickhouse keywords properly in codemirror
- 9cfb7e9c: fix: move help menu from footer to main nav links
- 308da30b: feat: Add $\_\_sourceTable macro
- 2bb8ccdc: fix: Fix query error when searching nested JSON values
- df170d1e: fix: Show error on DBInfraPanel when correlated metric source is missing
- e5c7fdf9: feat: Add saved searches listing page
- 0cc1295d: fix: Add source schema preview to SQL Charts and Trace Panel
- 1b77eab9: fix: replace sidebar collapse icons to align with ClickHouse collapse patterns
- 853da16a: fix: Fix flaky E2E tests
- b4e1498e: fix: Fix minor bugs in chart editor
- bb24994f: feat: use 1 minute window for searches
- Updated dependencies [518bda7d]
- Updated dependencies [4e54d850]
- Updated dependencies [53ba1e39]
- Updated dependencies [b7581db8]
- Updated dependencies [48a8d32b]
- Updated dependencies [a15122b3]
- Updated dependencies [a55b151e]
- Updated dependencies [308da30b]
- Updated dependencies [e5c7fdf9]
- Updated dependencies [941d0450]
- @hyperdx/common-utils@0.17.0
## 2.22.1
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@hyperdx/app",
"version": "2.22.1",
"version": "2.23.0",
"private": true,
"license": "MIT",
"engines": {
@ -34,7 +34,7 @@
"@dagrejs/dagre": "^1.1.5",
"@hookform/resolvers": "^3.9.0",
"@hyperdx/browser": "^0.22.0",
"@hyperdx/common-utils": "^0.16.2",
"@hyperdx/common-utils": "^0.17.0",
"@hyperdx/node-opentelemetry": "^0.9.0",
"@mantine/core": "^7.17.8",
"@mantine/dates": "^7.17.8",

View file

@ -1,5 +1,23 @@
# @hyperdx/common-utils
## 0.17.0
### Minor Changes
- a15122b3: feat: new team setting for number of filters to fetch
- 941d0450: feat: support sample-weighted aggregations for sampled trace data
### Patch Changes
- 518bda7d: feat: Add dashboard template gallery
- 4e54d850: fix: show Map sub-fields in facet panel for non-LowCardinality value types
- 53ba1e39: feat: Add favoriting for dashboards and saved searches
- b7581db8: feat: Add more chart display units
- 48a8d32b: fix: Fixed bug preventing clicking into rows with nullable date types (and other misc type) columns.
- a55b151e: fix: render clickhouse keywords properly in codemirror
- 308da30b: feat: Add $\_\_sourceTable macro
- e5c7fdf9: feat: Add saved searches listing page
## 0.16.2
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@hyperdx/common-utils",
"description": "Common utilities for HyperDX application",
"version": "0.16.2",
"version": "0.17.0",
"license": "MIT",
"private": true,
"files": [

View file

@ -1,5 +1,7 @@
# @hyperdx/otel-collector
## 2.23.0
## 2.22.1
### Patch Changes

View file

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

View file

@ -4230,7 +4230,7 @@ __metadata:
"@ai-sdk/anthropic": "npm:^3.0.58"
"@ai-sdk/openai": "npm:^3.0.47"
"@esm2cjs/p-queue": "npm:^7.3.0"
"@hyperdx/common-utils": "npm:^0.16.2"
"@hyperdx/common-utils": "npm:^0.17.0"
"@hyperdx/node-opentelemetry": "npm:^0.9.0"
"@hyperdx/passport-local-mongoose": "npm:^9.0.1"
"@opentelemetry/api": "npm:^1.8.0"
@ -4314,7 +4314,7 @@ __metadata:
"@eslint/compat": "npm:^2.0.0"
"@hookform/resolvers": "npm:^3.9.0"
"@hyperdx/browser": "npm:^0.22.0"
"@hyperdx/common-utils": "npm:^0.16.2"
"@hyperdx/common-utils": "npm:^0.17.0"
"@hyperdx/node-opentelemetry": "npm:^0.9.0"
"@jedmao/location": "npm:^3.0.0"
"@mantine/core": "npm:^7.17.8"
@ -4439,7 +4439,7 @@ __metadata:
languageName: node
linkType: hard
"@hyperdx/common-utils@npm:^0.16.2, @hyperdx/common-utils@workspace:packages/common-utils":
"@hyperdx/common-utils@npm:^0.17.0, @hyperdx/common-utils@workspace:packages/common-utils":
version: 0.0.0-use.local
resolution: "@hyperdx/common-utils@workspace:packages/common-utils"
dependencies: