Release HyperDX (#1542)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2026-01-10 22:19:00 +01:00 committed by GitHub
parent 1e6987e485
commit 547e2bfa21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 69 additions and 123 deletions

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
Fix hydration errors across a variety of pages

View file

@ -1,6 +0,0 @@
---
"@hyperdx/common-utils": patch
"@hyperdx/app": patch
---
feat: Add a minimum date to MV configuration

View file

@ -1,6 +0,0 @@
---
"@hyperdx/common-utils": patch
"@hyperdx/api": patch
---
feat: Use materialized views in alert execution

View file

@ -1,6 +0,0 @@
---
'@hyperdx/app': minor
---
Add chart legend series filtering with click and shift-click selection

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
fix: Increase span waterfall limit to 50 - 100k spans

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
fix: Fix missing dashboard edit icons on search tile

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
Fix bug where loading saved search from another page might use default values instead

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
Fix threshold on alerts not visible, fix sessions page overflow bug

View file

@ -1,5 +0,0 @@
---
"@hyperdx/api": patch
---
chore: Format OpenAPI docs

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
chore: bundle drain3 wasm deps

View file

@ -1,7 +0,0 @@
---
"@hyperdx/common-utils": patch
"@hyperdx/api": patch
"@hyperdx/app": patch
---
feat: Align line/bar chart date ranges to chart granularity

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
fix: Set better Chart Axis Bounds

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
refactor: Add ChartContainer component with toolbar

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
fix: Ensure displayed queries and MV indicators match queried configs

View file

@ -1,6 +0,0 @@
---
"@hyperdx/api": patch
"@hyperdx/app": patch
---
feat: Add MV granularities and infer config from SummingMergeTree

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
fix: display "temporary dashboard" banner until dashboard is created

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
fix: Fix a couple of visual bugs in Chart titles

View file

@ -1,11 +0,0 @@
---
"@hyperdx/app": minor
---
Refactor Sources components and add custom Mantine UI variants
- Move SourceForm to Sources/ subfolder with reusable SourcesList component
- Add primary, secondary, and danger button/action icon variants
- Improve Storybook with font switching and component stories
- Update ErrorBoundary styling with danger variant

View file

@ -1,6 +0,0 @@
---
"@hyperdx/common-utils": patch
"@hyperdx/app": patch
---
feat: Align date ranges to MV Granularity

View file

@ -1,5 +0,0 @@
---
"@hyperdx/api": patch
---
chore: bump MongoDB version to 5.0.32

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.11.0
IMAGE_VERSION_SUB_TAG=.11.0
CODE_VERSION=2.12.0
IMAGE_VERSION_SUB_TAG=.12.0
IMAGE_VERSION=2
IMAGE_NIGHTLY_TAG=2-nightly
IMAGE_LATEST_TAG=latest

View file

@ -1,5 +1,20 @@
# @hyperdx/api
## 2.12.0
### Patch Changes
- ebaebc14: feat: Use materialized views in alert execution
- ac1a2f77: chore: Format OpenAPI docs
- 725dbc2f: feat: Align line/bar chart date ranges to chart granularity
- ae12ca16: feat: Add MV granularities and infer config from SummingMergeTree
- fd81c4cb: chore: bump MongoDB version to 5.0.32
- Updated dependencies [ab7645de]
- Updated dependencies [ebaebc14]
- Updated dependencies [725dbc2f]
- Updated dependencies [0c16a4b3]
- @hyperdx/common-utils@0.10.2
## 2.11.0
### Patch Changes

View file

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

View file

@ -1,5 +1,40 @@
# @hyperdx/app
## 2.12.0
### Minor Changes
- 8b5e80da: Add chart legend series filtering with click and shift-click selection
- 5dded38f: Refactor Sources components and add custom Mantine UI variants
- Move SourceForm to Sources/ subfolder with reusable SourcesList component
- Add primary, secondary, and danger button/action icon variants
- Improve Storybook with font switching and component stories
- Update ErrorBoundary styling with danger variant
### Patch Changes
- e9650e86: Fix hydration errors across a variety of pages
- ab7645de: feat: Add a minimum date to MV configuration
- 9f9629e4: fix: Increase span waterfall limit to 50 - 100k spans
- 99863885: fix: Fix missing dashboard edit icons on search tile
- 1a9362e7: Fix bug where loading saved search from another page might use default values instead
- 2c288b1e: Fix threshold on alerts not visible, fix sessions page overflow bug
- 8927f9e2: chore: bundle drain3 wasm deps
- 725dbc2f: feat: Align line/bar chart date ranges to chart granularity
- 1e6987e4: fix: Set better Chart Axis Bounds
- 158ccefa: refactor: Add ChartContainer component with toolbar
- 8213d69b: fix: Ensure displayed queries and MV indicators match queried configs
- ae12ca16: feat: Add MV granularities and infer config from SummingMergeTree
- 3b71fecb: fix: display "temporary dashboard" banner until dashboard is created
- 8172fba9: fix: Fix a couple of visual bugs in Chart titles
- 0c16a4b3: feat: Align date ranges to MV Granularity
- Updated dependencies [ab7645de]
- Updated dependencies [ebaebc14]
- Updated dependencies [725dbc2f]
- Updated dependencies [0c16a4b3]
- @hyperdx/common-utils@0.10.2
## 2.11.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@hyperdx/app",
"version": "2.11.0",
"version": "2.12.0",
"private": true,
"license": "MIT",
"engines": {
@ -29,7 +29,7 @@
"@dagrejs/dagre": "^1.1.5",
"@hookform/resolvers": "^3.9.0",
"@hyperdx/browser": "^0.21.1",
"@hyperdx/common-utils": "^0.10.1",
"@hyperdx/common-utils": "^0.10.2",
"@hyperdx/node-opentelemetry": "^0.9.0",
"@lezer/highlight": "^1.2.0",
"@mantine/core": "^7.17.8",

View file

@ -1,5 +1,14 @@
# @hyperdx/common-utils
## 0.10.2
### Patch Changes
- ab7645de: feat: Add a minimum date to MV configuration
- ebaebc14: feat: Use materialized views in alert execution
- 725dbc2f: feat: Align line/bar chart date ranges to chart granularity
- 0c16a4b3: feat: Align date ranges to MV Granularity
## 0.10.1
### Patch Changes

View file

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

View file

@ -4239,7 +4239,7 @@ __metadata:
dependencies:
"@ai-sdk/anthropic": "npm:^2.0.23"
"@esm2cjs/p-queue": "npm:^7.3.0"
"@hyperdx/common-utils": "npm:^0.10.1"
"@hyperdx/common-utils": "npm:^0.10.2"
"@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.21.1"
"@hyperdx/common-utils": "npm:^0.10.1"
"@hyperdx/common-utils": "npm:^0.10.2"
"@hyperdx/node-opentelemetry": "npm:^0.9.0"
"@jedmao/location": "npm:^3.0.0"
"@lezer/highlight": "npm:^1.2.0"
@ -4453,7 +4453,7 @@ __metadata:
languageName: node
linkType: hard
"@hyperdx/common-utils@npm:^0.10.1, @hyperdx/common-utils@workspace:packages/common-utils":
"@hyperdx/common-utils@npm:^0.10.2, @hyperdx/common-utils@workspace:packages/common-utils":
version: 0.0.0-use.local
resolution: "@hyperdx/common-utils@workspace:packages/common-utils"
dependencies: