mirror of
https://github.com/hyperdxio/hyperdx
synced 2026-04-21 13:37:15 +00:00
Release HyperDX (#1832)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
db7606bd9f
commit
5f105bb1b5
32 changed files with 94 additions and 135 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@hyperdx/api": patch
|
||||
---
|
||||
|
||||
support saved query/filter values in external api
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
"@hyperdx/common-utils": patch
|
||||
"@hyperdx/api": patch
|
||||
"@hyperdx/app": patch
|
||||
---
|
||||
|
||||
fix: allow any numeric value for alert thresholds
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
"@hyperdx/common-utils": patch
|
||||
"@hyperdx/api": patch
|
||||
"@hyperdx/app": patch
|
||||
---
|
||||
|
||||
feat: Add query params, sorting, and placeholders to Raw-SQL tables
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@hyperdx/app": patch
|
||||
---
|
||||
|
||||
feat: field filtering and priority classification for Event Deltas
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@hyperdx/app": patch
|
||||
---
|
||||
|
||||
fix: Prevent metric name validation on markdown chart
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
"@hyperdx/common-utils": patch
|
||||
"@hyperdx/api": patch
|
||||
"@hyperdx/app": patch
|
||||
---
|
||||
|
||||
feat: Add custom ORDER BY expression for Log and Trace sources
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
"@hyperdx/common-utils": patch
|
||||
"@hyperdx/api": patch
|
||||
"@hyperdx/app": patch
|
||||
---
|
||||
|
||||
feat: Add RawSqlChartConfig types for SQL-based Table
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@hyperdx/app": patch
|
||||
---
|
||||
|
||||
feat: filter/exclude/copy actions on Event Deltas attribute values
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@hyperdx/common-utils": patch
|
||||
---
|
||||
|
||||
fix: Reject wrapped toStartOf expressions in parseToStartOfFunction to prevent invalid SQL generation
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
"@hyperdx/api": patch
|
||||
"@hyperdx/app": patch
|
||||
---
|
||||
|
||||
fix: tile alerts with groupBy now correctly track and display group names
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@hyperdx/app": patch
|
||||
---
|
||||
|
||||
fix: Allow implicit column lucene search on services dashboard
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@hyperdx/api": patch
|
||||
---
|
||||
|
||||
fix: add whereLanguage to tile alerts
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@hyperdx/app": patch
|
||||
---
|
||||
|
||||
chore: separate timeline components to own modules, fix lint issues
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
"@hyperdx/common-utils": patch
|
||||
"@hyperdx/app": patch
|
||||
---
|
||||
|
||||
feat: Add raw sql line charts
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@hyperdx/app": patch
|
||||
---
|
||||
|
||||
feat: localStorage for dashboards/saved searches in LOCAL mode
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@hyperdx/app": patch
|
||||
---
|
||||
|
||||
feat: chart UX polish & heatmap fixes
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@hyperdx/app": patch
|
||||
---
|
||||
|
||||
feat: deterministic sampling with adaptive sample size for Event Deltas
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@hyperdx/api": patch
|
||||
---
|
||||
|
||||
feat: Improve validation of external alert API input
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
"@hyperdx/api": minor
|
||||
"@hyperdx/app": minor
|
||||
"@hyperdx/common-utils": minor
|
||||
---
|
||||
|
||||
feat(alerts): add anchored alert scheduling with `scheduleStartAt` and `scheduleOffsetMinutes`
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@hyperdx/app": patch
|
||||
---
|
||||
|
||||
fix: Add better URL encoding for query params with special characters
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
"@hyperdx/common-utils": patch
|
||||
"@hyperdx/api": patch
|
||||
"@hyperdx/app": patch
|
||||
---
|
||||
|
||||
feat: Support Raw SQL Chart Configs in Dashboard import/export
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@hyperdx/otel-collector": patch
|
||||
---
|
||||
|
||||
chore: update otel collector base image to 0.147.0
|
||||
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.20.0
|
||||
IMAGE_VERSION_SUB_TAG=.20.0
|
||||
CODE_VERSION=2.21.0
|
||||
IMAGE_VERSION_SUB_TAG=.21.0
|
||||
IMAGE_VERSION=2
|
||||
IMAGE_NIGHTLY_TAG=2-nightly
|
||||
IMAGE_LATEST_TAG=latest
|
||||
|
|
|
|||
|
|
@ -1,5 +1,32 @@
|
|||
# @hyperdx/api
|
||||
|
||||
## 2.21.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 902b8ebd: feat(alerts): add anchored alert scheduling with `scheduleStartAt` and `scheduleOffsetMinutes`
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- daab2cac: support saved query/filter values in external api
|
||||
- 1bae972e: fix: allow any numeric value for alert thresholds
|
||||
- fd9f290e: feat: Add query params, sorting, and placeholders to Raw-SQL tables
|
||||
- dda0f9a4: feat: Add custom ORDER BY expression for Log and Trace sources
|
||||
- 32f1189a: feat: Add RawSqlChartConfig types for SQL-based Table
|
||||
- c5173ba2: fix: tile alerts with groupBy now correctly track and display group names
|
||||
- cabe4d8e: fix: add whereLanguage to tile alerts
|
||||
- 260c4299: feat: Improve validation of external alert API input
|
||||
- a13b60d0: feat: Support Raw SQL Chart Configs in Dashboard import/export
|
||||
- Updated dependencies [1bae972e]
|
||||
- Updated dependencies [fd9f290e]
|
||||
- Updated dependencies [dda0f9a4]
|
||||
- Updated dependencies [32f1189a]
|
||||
- Updated dependencies [3bc5abbf]
|
||||
- Updated dependencies [1e6fcf1c]
|
||||
- Updated dependencies [902b8ebd]
|
||||
- Updated dependencies [a13b60d0]
|
||||
- @hyperdx/common-utils@0.16.0
|
||||
|
||||
## 2.20.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@hyperdx/api",
|
||||
"version": "2.20.0",
|
||||
"version": "2.21.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.15.0",
|
||||
"@hyperdx/common-utils": "^0.16.0",
|
||||
"@hyperdx/node-opentelemetry": "^0.9.0",
|
||||
"@hyperdx/passport-local-mongoose": "^9.0.1",
|
||||
"@opentelemetry/api": "^1.8.0",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,39 @@
|
|||
# @hyperdx/app
|
||||
|
||||
## 2.21.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 902b8ebd: feat(alerts): add anchored alert scheduling with `scheduleStartAt` and `scheduleOffsetMinutes`
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 1bae972e: fix: allow any numeric value for alert thresholds
|
||||
- fd9f290e: feat: Add query params, sorting, and placeholders to Raw-SQL tables
|
||||
- f5828d1b: feat: field filtering and priority classification for Event Deltas
|
||||
- 2491c2a6: fix: Prevent metric name validation on markdown chart
|
||||
- dda0f9a4: feat: Add custom ORDER BY expression for Log and Trace sources
|
||||
- 32f1189a: feat: Add RawSqlChartConfig types for SQL-based Table
|
||||
- 2efb8fdc: feat: filter/exclude/copy actions on Event Deltas attribute values
|
||||
- c5173ba2: fix: tile alerts with groupBy now correctly track and display group names
|
||||
- 705dd1b7: fix: Allow implicit column lucene search on services dashboard
|
||||
- f889c349: chore: separate timeline components to own modules, fix lint issues
|
||||
- 1e6fcf1c: feat: Add raw sql line charts
|
||||
- b4f05587: feat: localStorage for dashboards/saved searches in LOCAL mode
|
||||
- bbb1f1f0: feat: chart UX polish & heatmap fixes
|
||||
- 68ef3d6f: feat: deterministic sampling with adaptive sample size for Event Deltas
|
||||
- d661c809: fix: Add better URL encoding for query params with special characters
|
||||
- a13b60d0: feat: Support Raw SQL Chart Configs in Dashboard import/export
|
||||
- Updated dependencies [1bae972e]
|
||||
- Updated dependencies [fd9f290e]
|
||||
- Updated dependencies [dda0f9a4]
|
||||
- Updated dependencies [32f1189a]
|
||||
- Updated dependencies [3bc5abbf]
|
||||
- Updated dependencies [1e6fcf1c]
|
||||
- Updated dependencies [902b8ebd]
|
||||
- Updated dependencies [a13b60d0]
|
||||
- @hyperdx/common-utils@0.16.0
|
||||
|
||||
## 2.20.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@hyperdx/app",
|
||||
"version": "2.20.0",
|
||||
"version": "2.21.0",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
|
|
@ -31,7 +31,7 @@
|
|||
"@dagrejs/dagre": "^1.1.5",
|
||||
"@hookform/resolvers": "^3.9.0",
|
||||
"@hyperdx/browser": "^0.21.1",
|
||||
"@hyperdx/common-utils": "^0.15.0",
|
||||
"@hyperdx/common-utils": "^0.16.0",
|
||||
"@hyperdx/node-opentelemetry": "^0.9.0",
|
||||
"@lezer/highlight": "^1.2.0",
|
||||
"@mantine/core": "^7.17.8",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,21 @@
|
|||
# @hyperdx/common-utils
|
||||
|
||||
## 0.16.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 902b8ebd: feat(alerts): add anchored alert scheduling with `scheduleStartAt` and `scheduleOffsetMinutes`
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 1bae972e: fix: allow any numeric value for alert thresholds
|
||||
- fd9f290e: feat: Add query params, sorting, and placeholders to Raw-SQL tables
|
||||
- dda0f9a4: feat: Add custom ORDER BY expression for Log and Trace sources
|
||||
- 32f1189a: feat: Add RawSqlChartConfig types for SQL-based Table
|
||||
- 3bc5abbf: fix: Reject wrapped toStartOf expressions in parseToStartOfFunction to prevent invalid SQL generation
|
||||
- 1e6fcf1c: feat: Add raw sql line charts
|
||||
- a13b60d0: feat: Support Raw SQL Chart Configs in Dashboard import/export
|
||||
|
||||
## 0.15.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@hyperdx/common-utils",
|
||||
"description": "Common utilities for HyperDX application",
|
||||
"version": "0.15.0",
|
||||
"version": "0.16.0",
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"files": [
|
||||
|
|
|
|||
|
|
@ -1,5 +1,11 @@
|
|||
# @hyperdx/otel-collector
|
||||
|
||||
## 2.21.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 53a4b672: chore: update otel collector base image to 0.147.0
|
||||
|
||||
## 2.20.0
|
||||
|
||||
## 2.19.0
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@hyperdx/otel-collector",
|
||||
"description": "HyperDX OpenTelemetry Collector configuration and Docker image",
|
||||
"version": "2.20.0",
|
||||
"version": "2.21.0",
|
||||
"license": "MIT",
|
||||
"private": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4227,7 +4227,7 @@ __metadata:
|
|||
dependencies:
|
||||
"@ai-sdk/anthropic": "npm:^2.0.23"
|
||||
"@esm2cjs/p-queue": "npm:^7.3.0"
|
||||
"@hyperdx/common-utils": "npm:^0.15.0"
|
||||
"@hyperdx/common-utils": "npm:^0.16.0"
|
||||
"@hyperdx/node-opentelemetry": "npm:^0.9.0"
|
||||
"@hyperdx/passport-local-mongoose": "npm:^9.0.1"
|
||||
"@opentelemetry/api": "npm:^1.8.0"
|
||||
|
|
@ -4310,7 +4310,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.15.0"
|
||||
"@hyperdx/common-utils": "npm:^0.16.0"
|
||||
"@hyperdx/node-opentelemetry": "npm:^0.9.0"
|
||||
"@jedmao/location": "npm:^3.0.0"
|
||||
"@lezer/highlight": "npm:^1.2.0"
|
||||
|
|
@ -4441,7 +4441,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@hyperdx/common-utils@npm:^0.15.0, @hyperdx/common-utils@workspace:packages/common-utils":
|
||||
"@hyperdx/common-utils@npm:^0.16.0, @hyperdx/common-utils@workspace:packages/common-utils":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@hyperdx/common-utils@workspace:packages/common-utils"
|
||||
dependencies:
|
||||
|
|
|
|||
Loading…
Reference in a new issue