Skip to content
Merged
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
5 changes: 0 additions & 5 deletions .changeset/blue-drinks-dress.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/calm-dragons-lie.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/calm-plants-wonder.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/chart-legend-filtering.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilled-boxes-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cold-seas-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-walls-wait.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-cars-wait.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-tigers-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-days-shop.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/itchy-zebras-train.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-pumas-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-turkeys-look.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-donkeys-turn.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/purple-bats-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-drinks-tap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-rings-ring.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/sources-refactor-ui-variants.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sweet-pears-hang.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-beans-appear.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.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
Expand Down
15 changes: 15 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/[email protected]

## 2.11.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperdx/api",
"version": "2.11.0",
"version": "2.12.0",
"license": "MIT",
"private": true,
"engines": {
Expand All @@ -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",
Expand Down
35 changes: 35 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/[email protected]

## 2.11.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperdx/app",
"version": "2.11.0",
"version": "2.12.0",
"private": true,
"license": "MIT",
"engines": {
Expand Down Expand Up @@ -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",
Expand Down
9 changes: 9 additions & 0 deletions packages/common-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/common-utils/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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:
Expand Down