Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .changeset/add-datadog-receiver.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eval-scenario-hooks.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-json-add-to-filters-sql.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-lions-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hide-feedback-when-nav-collapsed.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-kangaroos-deliver.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/trace-minimap-brush-zoom-pan.md

This file was deleted.

4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -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.29.0
IMAGE_VERSION_SUB_TAG=.29.0
CODE_VERSION=2.30.0
IMAGE_VERSION_SUB_TAG=.30.0
IMAGE_VERSION=2
IMAGE_NIGHTLY_TAG=2-nightly
IMAGE_LATEST_TAG=latest
Expand Down
12 changes: 12 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @hyperdx/api

## 2.30.0

### Minor Changes

- 727d3274e: Add an opt-in Datadog receiver (gated behind `ENABLE_DATADOG_RECEIVER`) so a
Datadog Agent can ship traces, metrics, and logs to HyperDX. The contrib
`datadogreceiver` is compiled into the collector binary and, when enabled, the
OpAMP controller attaches it (listening on `0.0.0.0:8126`) to the traces,
metrics, and logs pipelines. When collector authentication is enforced, the
receiver validates the `DD-API-KEY` header against team API keys.
- abf5b5373: Adds a POST /api/v2/dashboards/validate endpoint to the external v2 API. It

## 2.29.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperdx/api",
"version": "2.29.0",
"version": "2.30.0",
"license": "MIT",
"private": true,
"engines": {
Expand Down
12 changes: 12 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @hyperdx/app

## 2.30.0

### Patch Changes

- 555d88a99: Fix "Add to Filters" on a value inside parsed JSON from a String column (for example `Body`) building invalid SQL. The `JSONExtractString(...)` expression the JSON viewer produces is now passed through unchanged instead of being mis-parsed as a dot-form Map sub-key and mangled into a query ClickHouse rejects.
- 392a7749c: Hide the left nav feedback control entirely when the nav is collapsed, since the thumbs up/down icons were not usable in that state.
- 1838a58e4: fix: brings back sessions source validation that was mysteriously deleted
- d1802e1c8: feat(trace): add a trace minimap above the waterfall
- Updated dependencies [727d3274e]
- Updated dependencies [abf5b5373]
- @hyperdx/api@2.30.0

## 2.29.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperdx/app",
"version": "2.29.0",
"version": "2.30.0",
"private": true,
"license": "MIT",
"engines": {
Expand Down
6 changes: 6 additions & 0 deletions packages/hdx-eval/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hyperdx/hdx-eval

## 0.2.1

### Patch Changes

- 64d0bbe56: Add optional scenario hooks for custom system prompts, tool permissions, judge preambles, and post-run artifact inspection

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hdx-eval/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperdx/hdx-eval",
"version": "0.2.0",
"version": "0.2.1",
"license": "MIT",
"private": true,
"engines": {
Expand Down
11 changes: 11 additions & 0 deletions packages/otel-collector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @hyperdx/otel-collector

## 2.30.0

### Minor Changes

- 727d3274e: Add an opt-in Datadog receiver (gated behind `ENABLE_DATADOG_RECEIVER`) so a
Datadog Agent can ship traces, metrics, and logs to HyperDX. The contrib
`datadogreceiver` is compiled into the collector binary and, when enabled, the
OpAMP controller attaches it (listening on `0.0.0.0:8126`) to the traces,
metrics, and logs pipelines. When collector authentication is enforced, the
receiver validates the `DD-API-KEY` header against team API keys.

## 2.29.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/otel-collector/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hyperdx/otel-collector",
"description": "HyperDX OpenTelemetry Collector configuration and Docker image",
"version": "2.29.0",
"version": "2.30.0",
"license": "MIT",
"private": true
}