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
5 changes: 0 additions & 5 deletions .changeset/angry-pugs-drive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/bright-cherries-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilled-chairs-design.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-months-heal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-tomatoes-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-numbers-approve.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/healthy-spoons-shop.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/hip-fireants-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-cups-applaud.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-flies-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-melons-serve.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/nervous-zoos-remember.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-llamas-shave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-nails-sleep.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/olive-snails-shake.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/popular-coins-pretend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-insects-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-terms-search.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-mugs-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-phones-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-clouds-listen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-cups-jam.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/twelve-pillows-prove.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-paws-smash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-numbers-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-files-deny.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.9.0
IMAGE_VERSION_SUB_TAG=.9.0
CODE_VERSION=2.10.0
IMAGE_VERSION_SUB_TAG=.10.0
IMAGE_VERSION=2
IMAGE_NIGHTLY_TAG=2-nightly
IMAGE_LATEST_TAG=latest
Expand Down
20 changes: 20 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @hyperdx/api

## 2.10.0

### Minor Changes

- a5a04aa9: feat: Add materialized view support (Beta)

### Patch Changes

- 96f0539e: feat: Add silence alerts feature
- e0c23d4e: feat: flush chunk data as it arrives if in order
- 50ba92ac: feat: Add custom filters to the services dashboard"
- b58c52eb: fix: Fix bugs in the Services dashboard
- 0d3da6f7: fix: case sensitivity issue with email invites
- 6d4fc318: feat: add teamsetting for paralellizing queries when possible
- Updated dependencies [ca693c0f]
- Updated dependencies [50ba92ac]
- Updated dependencies [a5a04aa9]
- Updated dependencies [b58c52eb]
- @hyperdx/[email protected]

## 2.9.0

### Minor 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.9.0",
"version": "2.10.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.9.0",
"@hyperdx/common-utils": "^0.10.0",
"@hyperdx/node-opentelemetry": "^0.9.0",
"@hyperdx/passport-local-mongoose": "^9.0.1",
"@opentelemetry/api": "^1.8.0",
Expand Down
37 changes: 37 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
# @hyperdx/app

## 2.10.0

### Minor Changes

- a5a04aa9: feat: Add materialized view support (Beta)

### Patch Changes

- 12cd6433: Improvements to Webhooks rendering (grouping, icons, etc)
- 99e7ce25: Reduce instrumentation trace events when search results shown
- 215b9bf7: Add prop to disable drilldown if not supported
- 6d4fc318: feat: parallelize DBSearchPage's histogram query
- 8241ffea: Make line wrapping in search page persistent
- 96f0539e: feat: Add silence alerts feature
- e0c23d4e: feat: flush chunk data as it arrives if in order
- 4ba37e55: Swap out bootstrap icons for tabler icons across app
- 80117ebf: Minor UI Improvements in Search Filters UI
- b564a369: fix: Ensure adequate SQL/Schema Preview modal height
- 50ba92ac: feat: Add custom filters to the services dashboard"
- dc846011: fix: show alert indicator for bar charts too
- b99052ad: fix: cityHash64 in sessions cast to string due to number precision issues in the browser
- b58c52eb: fix: Fix bugs in the Services dashboard
- 19b710fb: fix: Update Request Error Rate config to use MVs
- 84d60a64: fix: Fix double value for isRootSpan facet
- 61cb9425: Performance Improvement to only run sample query when the table is visible
- ae4c8765: fix: error loading row data by multiple search panel in dashboard
- 776e3927: fix: Fix queries/minute calculation in Services Dashboard
- 6d4fc318: feat: add teamsetting for paralellizing queries when possible
- 69d9a418: feat: Filter on isRootSpan column if present
- 780279fd: feat: Save tile to dashboard from chart explorer
- 468eb924: Update some forms to work better with React 19
- Updated dependencies [ca693c0f]
- Updated dependencies [50ba92ac]
- Updated dependencies [a5a04aa9]
- Updated dependencies [b58c52eb]
- @hyperdx/[email protected]

## 2.9.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.9.0",
"version": "2.10.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.9.0",
"@hyperdx/common-utils": "^0.10.0",
"@hyperdx/node-opentelemetry": "^0.9.0",
"@lezer/highlight": "^1.2.0",
"@mantine/core": "^7.17.8",
Expand Down
12 changes: 12 additions & 0 deletions packages/common-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @hyperdx/common-utils

## 0.10.0

### Minor Changes

- ca693c0f: Add support for visualizing histogram counts
- a5a04aa9: feat: Add materialized view support (Beta)

### Patch Changes

- 50ba92ac: feat: Add custom filters to the services dashboard"
- b58c52eb: fix: Fix bugs in the Services dashboard

## 0.9.0

### Minor 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.9.0",
"version": "0.10.0",
"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.9.0"
"@hyperdx/common-utils": "npm:^0.10.0"
"@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.9.0"
"@hyperdx/common-utils": "npm:^0.10.0"
"@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.9.0, @hyperdx/common-utils@workspace:packages/common-utils":
"@hyperdx/common-utils@npm:^0.10.0, @hyperdx/common-utils@workspace:packages/common-utils":
version: 0.0.0-use.local
resolution: "@hyperdx/common-utils@workspace:packages/common-utils"
dependencies:
Expand Down