Release HyperDX (#1884)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2026-03-20 14:22:09 -07:00 committed by GitHub
parent b58bb5d5f4
commit 5d2ebc46ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
43 changed files with 97 additions and 184 deletions

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
feat: always-on attribute distribution mode for Event Deltas

View file

@ -1,5 +0,0 @@
---
"@hyperdx/api": patch
---
Bump AI SDK to v6

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
feat: improved attribute sorting with entropy scoring and proportional comparison

View file

@ -1,5 +0,0 @@
---
'@hyperdx/api': patch
---
Include saved search filters in alert ClickHouse queries

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
feat: Enhance data source select with context-aware icons and inline actions

View file

@ -1,5 +0,0 @@
---
"@hyperdx/common-utils": patch
---
fix: Keep toStartOf\* time filter bounds inclusive when dateRangeEndInclusive is false, preventing data from being dropped past hour/minute boundaries in time histograms

View file

@ -1,5 +0,0 @@
---
"@hyperdx/api": patch
---
ci: Add linting for openapi specs

View file

@ -1,5 +0,0 @@
---
"@hyperdx/common-utils": patch
---
feat: Set enable_full_text_index=1 when available

View file

@ -1,5 +0,0 @@
---
'@hyperdx/app': patch
---
fix: escape service filter values on Services page to handle quoted names safely

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
fix: Add zero state to service map if no trace source is defined

View file

@ -1,6 +0,0 @@
---
"@hyperdx/api": patch
"@hyperdx/common-utils": patch
---
fix: query settings length validation

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
feat: Add `link` variant for Button and ActionIcon components

View file

@ -1,7 +0,0 @@
---
"@hyperdx/common-utils": patch
"@hyperdx/api": patch
"@hyperdx/app": patch
---
feat: Support raw sql number charts and pie charts

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
feat: Improve chart editor validations

View file

@ -1,5 +0,0 @@
---
"@hyperdx/api": patch
---
feat: Add Raw SQL Chart support to external dashboard APIs

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
feat: show inline span durations in trace timeline

View file

@ -1,5 +0,0 @@
---
"@hyperdx/api": patch
---
perf: optimize AlertHistory aggregation queries with time-window filters and compound index

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
fix: Override --mantine-color-text with semantic --color-text token

View file

@ -1,7 +0,0 @@
---
"@hyperdx/common-utils": patch
"@hyperdx/api": patch
"@hyperdx/app": patch
---
feat: Support fetching table metadata for Distributed tables

View file

@ -1,6 +0,0 @@
---
"@hyperdx/app": patch
---
feat: Improve auto-completion for SQLEditor\

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
feat: enable horizontal scrolling on search results table for small screens

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
fix: pass sidebar filters to alert preview chart

View file

@ -1,6 +0,0 @@
---
"@hyperdx/common-utils": patch
"@hyperdx/app": patch
---
feat: Add support for dashboard filters on Raw SQL Charts

View file

@ -1,7 +0,0 @@
---
"@hyperdx/common-utils": patch
"@hyperdx/api": patch
"@hyperdx/app": patch
---
fix: change sources to discriminated union

View file

@ -1,7 +0,0 @@
---
'@hyperdx/common-utils': patch
'@hyperdx/api': patch
'@hyperdx/app': patch
---
fix: add explicit api typing to all api routes and frontend hooks

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": minor
---
feat: allow scroll to zoom and panning to trace timeline viewer

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
fix: Fix filter value saving

View file

@ -1,6 +0,0 @@
---
"@hyperdx/api": patch
"@hyperdx/app": patch
---
feat: Attach service version to all internal telemetry

View file

@ -1,5 +0,0 @@
---
"@hyperdx/common-utils": patch
---
feat: Support fetching distributed table metadata with cluster()

View file

@ -1,5 +0,0 @@
---
"@hyperdx/api": patch
---
feat: unified hyperdx entrypoint script for API and alert task startup

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": minor
---
Add careers page (/careers) with Greenhouse job listings filtered to HyperDX/ClickStack roles, GitHub commit activity feed, and a CTA in the AppNav sidebar for local mode

View file

@ -1,5 +0,0 @@
---
"@hyperdx/common-utils": patch
---
feat: Support ClickHouse datasource plugin macros in Raw SQL chart configs

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.21.0
IMAGE_VERSION_SUB_TAG=.21.0
CODE_VERSION=2.22.0
IMAGE_VERSION_SUB_TAG=.22.0
IMAGE_VERSION=2
IMAGE_NIGHTLY_TAG=2-nightly
IMAGE_LATEST_TAG=latest

View file

@ -79,4 +79,4 @@
"fast-xml-parser": "^4.5.4",
"systeminformation": "^5.24.0"
}
}
}

View file

@ -1,5 +1,33 @@
# @hyperdx/api
## 2.22.0
### Patch Changes
- f410e6dc: Bump AI SDK to v6
- e05bd6b6: Include saved search filters in alert ClickHouse queries
- f5ce2329: ci: Add linting for openapi specs
- e09c8c0e: fix: query settings length validation
- 1381782b: feat: Support raw sql number charts and pie charts
- e2a82c6b: feat: Add Raw SQL Chart support to external dashboard APIs
- a345b83e: perf: optimize AlertHistory aggregation queries with time-window filters and compound index
- 74d92594: feat: Support fetching table metadata for Distributed tables
- ce850647: fix: change sources to discriminated union
- 359b5874: fix: add explicit api typing to all api routes and frontend hooks
- 25a3291f: feat: Attach service version to all internal telemetry
- a0b3361a: feat: unified hyperdx entrypoint script for API and alert task startup
- Updated dependencies [2fab76bf]
- Updated dependencies [e18f88c8]
- Updated dependencies [e09c8c0e]
- Updated dependencies [1381782b]
- Updated dependencies [74d92594]
- Updated dependencies [1d83bebb]
- Updated dependencies [ce850647]
- Updated dependencies [359b5874]
- Updated dependencies [243e3baa]
- Updated dependencies [4cee5d69]
- @hyperdx/common-utils@0.16.1
## 2.21.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@hyperdx/api",
"version": "2.21.0",
"version": "2.22.0",
"license": "MIT",
"private": true,
"engines": {
@ -9,7 +9,7 @@
"dependencies": {
"@ai-sdk/anthropic": "^3.0.58",
"@esm2cjs/p-queue": "^7.3.0",
"@hyperdx/common-utils": "^0.16.0",
"@hyperdx/common-utils": "^0.16.1",
"@hyperdx/node-opentelemetry": "^0.9.0",
"@hyperdx/passport-local-mongoose": "^9.0.1",
"@opentelemetry/api": "^1.8.0",

View file

@ -1,5 +1,45 @@
# @hyperdx/app
## 2.22.0
### Minor Changes
- a8216d7e: feat: allow scroll to zoom and panning to trace timeline viewer
- b5c371e9: Add careers page (/careers) with Greenhouse job listings filtered to HyperDX/ClickStack roles, GitHub commit activity feed, and a CTA in the AppNav sidebar for local mode
### Patch Changes
- 60d1bbaf: feat: always-on attribute distribution mode for Event Deltas
- 26759f79: feat: improved attribute sorting with entropy scoring and proportional comparison
- 3d15b3de: feat: Enhance data source select with context-aware icons and inline actions
- 134f1dca: fix: escape service filter values on Services page to handle quoted names safely
- 068f72c7: fix: Add zero state to service map if no trace source is defined
- 72d4642b: feat: Add `link` variant for Button and ActionIcon components
- 1381782b: feat: Support raw sql number charts and pie charts
- 2e30c0e0: feat: Improve chart editor validations
- 69cf33cb: feat: show inline span durations in trace timeline
- e1cf4bca: fix: Override --mantine-color-text with semantic --color-text token
- 74d92594: feat: Support fetching table metadata for Distributed tables
- 33edc7e5: feat: Improve auto-completion for SQLEditor\
- 1e0f8ec7: feat: enable horizontal scrolling on search results table for small screens
- e355995c: fix: pass sidebar filters to alert preview chart
- 1d83bebb: feat: Add support for dashboard filters on Raw SQL Charts
- ce850647: fix: change sources to discriminated union
- 359b5874: fix: add explicit api typing to all api routes and frontend hooks
- 9682eb4d: fix: Fix filter value saving
- 25a3291f: feat: Attach service version to all internal telemetry
- Updated dependencies [2fab76bf]
- Updated dependencies [e18f88c8]
- Updated dependencies [e09c8c0e]
- Updated dependencies [1381782b]
- Updated dependencies [74d92594]
- Updated dependencies [1d83bebb]
- Updated dependencies [ce850647]
- Updated dependencies [359b5874]
- Updated dependencies [243e3baa]
- Updated dependencies [4cee5d69]
- @hyperdx/common-utils@0.16.1
## 2.21.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@hyperdx/app",
"version": "2.21.0",
"version": "2.22.0",
"private": true,
"license": "MIT",
"engines": {
@ -31,7 +31,7 @@
"@dagrejs/dagre": "^1.1.5",
"@hookform/resolvers": "^3.9.0",
"@hyperdx/browser": "^0.22.0",
"@hyperdx/common-utils": "^0.16.0",
"@hyperdx/common-utils": "^0.16.1",
"@hyperdx/node-opentelemetry": "^0.9.0",
"@lezer/highlight": "^1.2.0",
"@mantine/core": "^7.17.8",

View file

@ -1,5 +1,20 @@
# @hyperdx/common-utils
## 0.16.1
### Patch Changes
- 2fab76bf: fix: Keep toStartOf\* time filter bounds inclusive when dateRangeEndInclusive is false, preventing data from being dropped past hour/minute boundaries in time histograms
- e18f88c8: feat: Set enable_full_text_index=1 when available
- e09c8c0e: fix: query settings length validation
- 1381782b: feat: Support raw sql number charts and pie charts
- 74d92594: feat: Support fetching table metadata for Distributed tables
- 1d83bebb: feat: Add support for dashboard filters on Raw SQL Charts
- ce850647: fix: change sources to discriminated union
- 359b5874: fix: add explicit api typing to all api routes and frontend hooks
- 243e3baa: feat: Support fetching distributed table metadata with cluster()
- 4cee5d69: feat: Support ClickHouse datasource plugin macros in Raw SQL chart configs
## 0.16.0
### Minor Changes

View file

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

View file

@ -1,5 +1,7 @@
# @hyperdx/otel-collector
## 2.22.0
## 2.21.0
### Patch Changes

View file

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

View file

@ -4237,7 +4237,7 @@ __metadata:
dependencies:
"@ai-sdk/anthropic": "npm:^3.0.58"
"@esm2cjs/p-queue": "npm:^7.3.0"
"@hyperdx/common-utils": "npm:^0.16.0"
"@hyperdx/common-utils": "npm:^0.16.1"
"@hyperdx/node-opentelemetry": "npm:^0.9.0"
"@hyperdx/passport-local-mongoose": "npm:^9.0.1"
"@opentelemetry/api": "npm:^1.8.0"
@ -4321,7 +4321,7 @@ __metadata:
"@hookform/devtools": "npm:^4.3.1"
"@hookform/resolvers": "npm:^3.9.0"
"@hyperdx/browser": "npm:^0.22.0"
"@hyperdx/common-utils": "npm:^0.16.0"
"@hyperdx/common-utils": "npm:^0.16.1"
"@hyperdx/node-opentelemetry": "npm:^0.9.0"
"@jedmao/location": "npm:^3.0.0"
"@lezer/highlight": "npm:^1.2.0"
@ -4452,7 +4452,7 @@ __metadata:
languageName: node
linkType: hard
"@hyperdx/common-utils@npm:^0.16.0, @hyperdx/common-utils@workspace:packages/common-utils":
"@hyperdx/common-utils@npm:^0.16.1, @hyperdx/common-utils@workspace:packages/common-utils":
version: 0.0.0-use.local
resolution: "@hyperdx/common-utils@workspace:packages/common-utils"
dependencies: