mirror of
https://github.com/hyperdxio/hyperdx
synced 2026-04-21 13:37:15 +00:00
Release HyperDX (#1718)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
679b65d731
commit
7679b80f13
28 changed files with 63 additions and 106 deletions
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
"@hyperdx/app": patch
|
||||
"@hyperdx/api": patch
|
||||
---
|
||||
|
||||
feat: added configuration to disable frontend otel exporter
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@hyperdx/app": patch
|
||||
---
|
||||
|
||||
chore: update ClickStack favicons to be distinct across all ClickHouse apps/sites
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@hyperdx/api": patch
|
||||
---
|
||||
|
||||
feat: Add external GET /sources API
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@hyperdx/app": patch
|
||||
---
|
||||
|
||||
chore: deprecate Nextra and remove related code
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@hyperdx/api": patch
|
||||
---
|
||||
|
||||
support filters in dashboards external api
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@hyperdx/otel-collector": patch
|
||||
---
|
||||
|
||||
fix: Fallback to legacy schema when CH JSON feature gate is on
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@hyperdx/app": minor
|
||||
---
|
||||
|
||||
feat: Add option to filter out properties with blank values in column view
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@hyperdx/otel-collector": patch
|
||||
---
|
||||
|
||||
feat: introduce HYPERDX_OTEL_EXPORTER_TABLES_TTL to support custom TTL configuration
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@hyperdx/app": patch
|
||||
---
|
||||
|
||||
design: Make service map drill-down links more obvious
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@hyperdx/app": patch
|
||||
---
|
||||
|
||||
feat: add static build generation
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@hyperdx/app': minor
|
||||
---
|
||||
|
||||
Allow overriding default connections
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
"@hyperdx/api": patch
|
||||
"@hyperdx/app": patch
|
||||
"@hyperdx/common-utils": patch
|
||||
---
|
||||
|
||||
feat: add filters to saved searches
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@hyperdx/otel-collector": patch
|
||||
---
|
||||
|
||||
feat: add TLS support for OTel collector migration script
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
"@hyperdx/common-utils": patch
|
||||
"@hyperdx/api": patch
|
||||
"@hyperdx/app": patch
|
||||
---
|
||||
|
||||
fix: Avoid using bodyExpression for trace sources
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@hyperdx/otel-collector": patch
|
||||
---
|
||||
|
||||
chore: bump otel collector version to v0.136.0
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@hyperdx/otel-collector": patch
|
||||
---
|
||||
|
||||
fix: support OTEL_AGENT_FEATURE_GATE_ARG in opamp-less mode
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@hyperdx/api": patch
|
||||
---
|
||||
|
||||
Minor fixes in the sources external API: 1. avoid inline schemas, 2. use short format timestamps for materializedView.minGranularity
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@hyperdx/app": patch
|
||||
---
|
||||
|
||||
fix: error trace event pattern should have red color
|
||||
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.16.0
|
||||
IMAGE_VERSION_SUB_TAG=.16.0
|
||||
CODE_VERSION=2.17.0
|
||||
IMAGE_VERSION_SUB_TAG=.17.0
|
||||
IMAGE_VERSION=2
|
||||
IMAGE_NIGHTLY_TAG=2-nightly
|
||||
IMAGE_LATEST_TAG=latest
|
||||
|
|
|
|||
|
|
@ -1,5 +1,19 @@
|
|||
# @hyperdx/api
|
||||
|
||||
## 2.17.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 679b65d7: feat: added configuration to disable frontend otel exporter
|
||||
- 27f478a6: feat: Add external GET /sources API
|
||||
- d759d046: support filters in dashboards external api
|
||||
- a8aa94b0: feat: add filters to saved searches
|
||||
- c3bc43ad: fix: Avoid using bodyExpression for trace sources
|
||||
- 9ab68432: Minor fixes in the sources external API: 1. avoid inline schemas, 2. use short format timestamps for materializedView.minGranularity
|
||||
- Updated dependencies [a8aa94b0]
|
||||
- Updated dependencies [c3bc43ad]
|
||||
- @hyperdx/common-utils@0.12.3
|
||||
|
||||
## 2.16.0
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@hyperdx/api",
|
||||
"version": "2.16.0",
|
||||
"version": "2.17.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.12.2",
|
||||
"@hyperdx/common-utils": "^0.12.3",
|
||||
"@hyperdx/node-opentelemetry": "^0.9.0",
|
||||
"@hyperdx/passport-local-mongoose": "^9.0.1",
|
||||
"@opentelemetry/api": "^1.8.0",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,26 @@
|
|||
# @hyperdx/app
|
||||
|
||||
## 2.17.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 3171a517: feat: Add option to filter out properties with blank values in column view
|
||||
- 5c895ff3: Allow overriding default connections
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 679b65d7: feat: added configuration to disable frontend otel exporter
|
||||
- 30f4dfdc: chore: update ClickStack favicons to be distinct across all ClickHouse apps/sites
|
||||
- 651bf99b: chore: deprecate Nextra and remove related code
|
||||
- 69f0b487: design: Make service map drill-down links more obvious
|
||||
- ce09b59b: feat: add static build generation
|
||||
- a8aa94b0: feat: add filters to saved searches
|
||||
- c3bc43ad: fix: Avoid using bodyExpression for trace sources
|
||||
- 161cdcc8: fix: error trace event pattern should have red color
|
||||
- Updated dependencies [a8aa94b0]
|
||||
- Updated dependencies [c3bc43ad]
|
||||
- @hyperdx/common-utils@0.12.3
|
||||
|
||||
## 2.16.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@hyperdx/app",
|
||||
"version": "2.16.0",
|
||||
"version": "2.17.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.12.2",
|
||||
"@hyperdx/common-utils": "^0.12.3",
|
||||
"@hyperdx/node-opentelemetry": "^0.9.0",
|
||||
"@lezer/highlight": "^1.2.0",
|
||||
"@mantine/core": "^7.17.8",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,12 @@
|
|||
# @hyperdx/common-utils
|
||||
|
||||
## 0.12.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- a8aa94b0: feat: add filters to saved searches
|
||||
- c3bc43ad: fix: Avoid using bodyExpression for trace sources
|
||||
|
||||
## 0.12.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@hyperdx/common-utils",
|
||||
"description": "Common utilities for HyperDX application",
|
||||
"version": "0.12.2",
|
||||
"version": "0.12.3",
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"files": [
|
||||
|
|
|
|||
|
|
@ -1,5 +1,15 @@
|
|||
# @hyperdx/otel-collector
|
||||
|
||||
## 2.17.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 18c2b375: fix: Fallback to legacy schema when CH JSON feature gate is on
|
||||
- 629fb52e: feat: introduce HYPERDX_OTEL_EXPORTER_TABLES_TTL to support custom TTL configuration
|
||||
- baf18da4: feat: add TLS support for OTel collector migration script
|
||||
- baf18da4: chore: bump otel collector version to v0.136.0
|
||||
- 18c2b375: fix: support OTEL_AGENT_FEATURE_GATE_ARG in opamp-less mode
|
||||
|
||||
## 2.16.0
|
||||
|
||||
## 2.15.1
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@hyperdx/otel-collector",
|
||||
"description": "HyperDX OpenTelemetry Collector configuration and Docker image",
|
||||
"version": "2.16.0",
|
||||
"version": "2.17.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.12.2"
|
||||
"@hyperdx/common-utils": "npm:^0.12.3"
|
||||
"@hyperdx/node-opentelemetry": "npm:^0.9.0"
|
||||
"@hyperdx/passport-local-mongoose": "npm:^9.0.1"
|
||||
"@opentelemetry/api": "npm:^1.8.0"
|
||||
|
|
@ -4309,7 +4309,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.12.2"
|
||||
"@hyperdx/common-utils": "npm:^0.12.3"
|
||||
"@hyperdx/node-opentelemetry": "npm:^0.9.0"
|
||||
"@jedmao/location": "npm:^3.0.0"
|
||||
"@lezer/highlight": "npm:^1.2.0"
|
||||
|
|
@ -4440,7 +4440,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@hyperdx/common-utils@npm:^0.12.2, @hyperdx/common-utils@workspace:packages/common-utils":
|
||||
"@hyperdx/common-utils@npm:^0.12.3, @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