Release HyperDX (#1325)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2025-11-19 04:24:41 +01:00 committed by GitHub
parent c4915d45a7
commit d322cd967d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
39 changed files with 88 additions and 176 deletions

View file

@ -1,6 +0,0 @@
---
"@hyperdx/api": patch
"@hyperdx/app": patch
---
Add ability to edit and test webhook integrations

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
Remove react-select for mantine

View file

@ -1,7 +0,0 @@
---
"@hyperdx/common-utils": minor
"@hyperdx/api": minor
"@hyperdx/app": minor
---
feat: add support for alert auto-resolve

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
Small fix for html structure nesting issues

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
style: Fix filter color and alert icon alignment

View file

@ -1,6 +0,0 @@
---
"@hyperdx/api": patch
"@hyperdx/app": patch
---
fix: Group alert histories by evaluation time

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
fix: Improve loading of kubernetes dashboard

View file

@ -1,7 +0,0 @@
---
"@hyperdx/common-utils": patch
"@hyperdx/api": patch
"@hyperdx/app": patch
---
feat: support incident.io integration

View file

@ -1,7 +0,0 @@
---
"@hyperdx/common-utils": patch
"@hyperdx/api": patch
"@hyperdx/app": patch
---
fix: handle group-by alert histories

View file

@ -1,7 +0,0 @@
---
"@hyperdx/common-utils": patch
"@hyperdx/api": patch
"@hyperdx/app": patch
---
feat: Add custom trace-level attributes above trace waterfall

View file

@ -1,5 +0,0 @@
---
"@hyperdx/common-utils": patch
---
feat: Support field:(<term>...) Lucene searches

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": minor
---
feat: Add service maps (beta)

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
fix: Fix session search behavior

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": minor
---
feat: Sort source dropdown alphabetically

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
Fix bug with generating search urls

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
fix: Switch to 'all' after filters change on kubernetes dashboard page

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
Improve event deltas (error states, complex values leverage ctes, etc.)

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
fix: Prevent incorrect dashboard side panel close

View file

@ -1,5 +0,0 @@
---
"@hyperdx/api": patch
---
Fix check alert to actually honor concurrent evaluation.

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
Add title tag to app where missed (including catchall title)

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
fix: optimize query key for aliasMap to prevent jitter

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
Add ability to resize trace waterfall subpanel

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
feat: Improve Service Maps

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": minor
---
feat: Remove `bootstrap`, `react-bootstrap` and unused `react-bootstrap-range-slider`, adopt semantic tokens, and improve Mantine UI usage

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
feat: Add filter for root spans

View file

@ -1,5 +0,0 @@
---
"@hyperdx/api": minor
---
feat: adjust alert template title and body to reflect alert state

View file

@ -1,5 +0,0 @@
---
"@hyperdx/api": minor
---
Add metrics to task execution

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
feat: Format row counts (result counter and scanned row estimate) in search page

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
bug fixes with relative time selection

View file

@ -1,5 +0,0 @@
---
"@hyperdx/app": patch
---
fix: add json compatibility for infrastructure tab

View file

@ -1,6 +0,0 @@
---
"@hyperdx/api": patch
"@hyperdx/app": patch
---
Zero-fill empty alert periods

4
.env
View file

@ -7,8 +7,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.7.1
IMAGE_VERSION_SUB_TAG=.7.1
CODE_VERSION=2.8.0
IMAGE_VERSION_SUB_TAG=.8.0
IMAGE_VERSION=2
IMAGE_NIGHTLY_TAG=2-nightly
IMAGE_LATEST_TAG=latest

View file

@ -1,5 +1,29 @@
# @hyperdx/api
## 2.8.0
### Minor Changes
- f612bf3c: feat: add support for alert auto-resolve
- 840d7307: feat: adjust alert template title and body to reflect alert state
- 94a669d3: Add metrics to task execution
### Patch Changes
- 99cb17c6: Add ability to edit and test webhook integrations
- 78aff336: fix: Group alert histories by evaluation time
- f612bf3c: feat: support incident.io integration
- f612bf3c: fix: handle group-by alert histories
- c4915d45: feat: Add custom trace-level attributes above trace waterfall
- a75ce3be: Fix check alert to actually honor concurrent evaluation.
- 44caf197: Zero-fill empty alert periods
- Updated dependencies [f612bf3c]
- Updated dependencies [f612bf3c]
- Updated dependencies [f612bf3c]
- Updated dependencies [c4915d45]
- Updated dependencies [6e628bcd]
- @hyperdx/common-utils@0.8.0
## 2.7.1
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@hyperdx/api",
"version": "2.7.1",
"version": "2.8.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.7.2",
"@hyperdx/common-utils": "^0.8.0",
"@hyperdx/node-opentelemetry": "^0.9.0",
"@hyperdx/passport-local-mongoose": "^9.0.1",
"@opentelemetry/api": "^1.8.0",

View file

@ -1,5 +1,46 @@
# @hyperdx/app
## 2.8.0
### Minor Changes
- f612bf3c: feat: add support for alert auto-resolve
- 91e443f4: feat: Add service maps (beta)
- cfba5cb6: feat: Sort source dropdown alphabetically
- af6a8d0d: feat: Remove `bootstrap`, `react-bootstrap` and unused `react-bootstrap-range-slider`, adopt semantic tokens, and improve Mantine UI usage
### Patch Changes
- 99cb17c6: Add ability to edit and test webhook integrations
- 44a6a08a: Remove react-select for mantine
- 3fb5ef70: Small fix for html structure nesting issues
- 4d1eaf10: style: Fix filter color and alert icon alignment
- 78aff336: fix: Group alert histories by evaluation time
- 892e43f8: fix: Improve loading of kubernetes dashboard
- f612bf3c: feat: support incident.io integration
- f612bf3c: fix: handle group-by alert histories
- c4915d45: feat: Add custom trace-level attributes above trace waterfall
- c42a070a: fix: Fix session search behavior
- 1e39e134: Fix bug with generating search urls
- b90a0649: fix: Switch to 'all' after filters change on kubernetes dashboard page
- 8dee21c8: Improve event deltas (error states, complex values leverage ctes, etc.)
- 09f07e57: fix: Prevent incorrect dashboard side panel close
- 2faa15a0: Add title tag to app where missed (including catchall title)
- 63fcf145: fix: optimize query key for aliasMap to prevent jitter
- 2743d85b: Add ability to resize trace waterfall subpanel
- a7e150c8: feat: Improve Service Maps
- 7bb7a878: feat: Add filter for root spans
- 64b56730: feat: Format row counts (result counter and scanned row estimate) in search page
- 24bf2b41: bug fixes with relative time selection
- c5cb1d4b: fix: add json compatibility for infrastructure tab
- 44caf197: Zero-fill empty alert periods
- Updated dependencies [f612bf3c]
- Updated dependencies [f612bf3c]
- Updated dependencies [f612bf3c]
- Updated dependencies [c4915d45]
- Updated dependencies [6e628bcd]
- @hyperdx/common-utils@0.8.0
## 2.7.1
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@hyperdx/app",
"version": "2.7.1",
"version": "2.8.0",
"private": true,
"license": "MIT",
"engines": {
@ -30,7 +30,7 @@
"@dagrejs/dagre": "^1.1.5",
"@hookform/resolvers": "^3.9.0",
"@hyperdx/browser": "^0.21.1",
"@hyperdx/common-utils": "^0.7.2",
"@hyperdx/common-utils": "^0.8.0",
"@hyperdx/node-opentelemetry": "^0.9.0",
"@lezer/highlight": "^1.2.0",
"@mantine/core": "7.9.2",

View file

@ -1,5 +1,18 @@
# @hyperdx/common-utils
## 0.8.0
### Minor Changes
- f612bf3c: feat: add support for alert auto-resolve
### Patch Changes
- f612bf3c: feat: support incident.io integration
- f612bf3c: fix: handle group-by alert histories
- c4915d45: feat: Add custom trace-level attributes above trace waterfall
- 6e628bcd: feat: Support field:(<term>...) Lucene searches
## 0.7.2
### Patch Changes

View file

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

View file

@ -4192,7 +4192,7 @@ __metadata:
dependencies:
"@ai-sdk/anthropic": "npm:^2.0.23"
"@esm2cjs/p-queue": "npm:^7.3.0"
"@hyperdx/common-utils": "npm:^0.7.2"
"@hyperdx/common-utils": "npm:^0.8.0"
"@hyperdx/node-opentelemetry": "npm:^0.9.0"
"@hyperdx/passport-local-mongoose": "npm:^9.0.1"
"@opentelemetry/api": "npm:^1.8.0"
@ -4271,7 +4271,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.7.2"
"@hyperdx/common-utils": "npm:^0.8.0"
"@hyperdx/node-opentelemetry": "npm:^0.9.0"
"@jedmao/location": "npm:^3.0.0"
"@lezer/highlight": "npm:^1.2.0"
@ -4400,7 +4400,7 @@ __metadata:
languageName: node
linkType: hard
"@hyperdx/common-utils@npm:^0.7.2, @hyperdx/common-utils@workspace:packages/common-utils":
"@hyperdx/common-utils@npm:^0.8.0, @hyperdx/common-utils@workspace:packages/common-utils":
version: 0.0.0-use.local
resolution: "@hyperdx/common-utils@workspace:packages/common-utils"
dependencies: