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
6 changes: 0 additions & 6 deletions .changeset/afraid-readers-lick.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/brave-meals-judge.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fair-berries-occur.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-countries-teach.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/friendly-apricots-sell.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/good-feet-jog.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-ways-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-grapes-fail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-timers-raise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-hounds-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-spiders-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-colts-raise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-ravens-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-countries-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-emus-kiss.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-sloths-admire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-frogs-drive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-ducks-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-yaks-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-horses-punch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-readers-sleep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-apricots-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-dodos-report.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/weak-candles-invite.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 @@ ALL_IN_ONE_IMAGE_NAME=ghcr.io/hyperdxio/hyperdx-all-in-one
ALL_IN_ONE_IMAGE_NAME_DOCKERHUB=hyperdx/hyperdx-all-in-one
OTEL_COLLECTOR_IMAGE_NAME=ghcr.io/hyperdxio/hyperdx-otel-collector
OTEL_COLLECTOR_IMAGE_NAME_DOCKERHUB=hyperdx/hyperdx-otel-collector
CODE_VERSION=2.7.1
IMAGE_VERSION_SUB_TAG=.7.1
CODE_VERSION=2.8.0
IMAGE_VERSION_SUB_TAG=.8.0
IMAGE_VERSION=2
IMAGE_NIGHTLY_TAG=2-nightly
IMAGE_LATEST_TAG=latest
Expand Down
22 changes: 22 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @hyperdx/api

## 2.8.0

### Minor Changes

- f612bf3c: feat: add support for alert auto-resolve
- 840d7307: feat: adjust alert template title and body to reflect alert state
- 94a669d3: Add metrics to task execution

### Patch Changes

- 99cb17c6: Add ability to edit and test webhook integrations
- 78aff336: fix: Group alert histories by evaluation time
- f612bf3c: feat: support incident.io integration
- f612bf3c: fix: handle group-by alert histories
- a75ce3be: Fix check alert to actually honor concurrent evaluation.
- 44caf197: Zero-fill empty alert periods
- Updated dependencies [f612bf3c]
- Updated dependencies [f612bf3c]
- Updated dependencies [f612bf3c]
- Updated dependencies [6e628bcd]
- @hyperdx/common-utils@0.8.0

## 2.7.1

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

## 2.8.0

### Minor Changes

- f612bf3c: feat: add support for alert auto-resolve
- 91e443f4: feat: Add service maps (beta)
- cfba5cb6: feat: Sort source dropdown alphabetically

### Patch Changes

- 99cb17c6: Add ability to edit and test webhook integrations
- 78aff336: fix: Group alert histories by evaluation time
- 892e43f8: fix: Improve loading of kubernetes dashboard
- f612bf3c: feat: support incident.io integration
- f612bf3c: fix: handle group-by alert histories
- c42a070a: fix: Fix session search behavior
- 1e39e134: Fix bug with generating search urls
- b90a0649: fix: Switch to 'all' after filters change on kubernetes dashboard page
- 8dee21c8: Improve event deltas (error states, complex values leverage ctes, etc.)
- 2faa15a0: Add title tag to app where missed (including catchall title)
- 63fcf145: fix: optimize query key for aliasMap to prevent jitter
- 2743d85b: Add ability to resize trace waterfall subpanel
- 7bb7a878: feat: Add filter for root spans
- 64b56730: feat: Format row counts (result counter and scanned row estimate) in search page
- 24bf2b41: bug fixes with relative time selection
- c5cb1d4b: fix: add json compatibility for infrastructure tab
- 44caf197: Zero-fill empty alert periods
- Updated dependencies [f612bf3c]
- Updated dependencies [f612bf3c]
- Updated dependencies [f612bf3c]
- Updated dependencies [6e628bcd]
- @hyperdx/common-utils@0.8.0

## 2.7.1

### Patch 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.7.1",
"version": "2.8.0",
"private": true,
"license": "MIT",
"engines": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"@dagrejs/dagre": "^1.1.5",
"@hookform/resolvers": "^3.9.0",
"@hyperdx/browser": "^0.21.1",
"@hyperdx/common-utils": "^0.7.2",
"@hyperdx/common-utils": "^0.8.0",
"@hyperdx/node-opentelemetry": "^0.9.0",
"@lezer/highlight": "^1.2.0",
"@mantine/core": "7.9.2",
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.8.0

### Minor Changes

- f612bf3c: feat: add support for alert auto-resolve

### Patch Changes

- f612bf3c: feat: support incident.io integration
- f612bf3c: fix: handle group-by alert histories
- 6e628bcd: feat: Support field:(<term>...) Lucene searches

## 0.7.2

### 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.7.2",
"version": "0.8.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 @@ -4325,7 +4325,7 @@ __metadata:
dependencies:
"@ai-sdk/anthropic": "npm:^2.0.23"
"@esm2cjs/p-queue": "npm:^7.3.0"
"@hyperdx/common-utils": "npm:^0.7.2"
"@hyperdx/common-utils": "npm:^0.8.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 @@ -4404,7 +4404,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.7.2"
"@hyperdx/common-utils": "npm:^0.8.0"
"@hyperdx/node-opentelemetry": "npm:^0.9.0"
"@jedmao/location": "npm:^3.0.0"
"@lezer/highlight": "npm:^1.2.0"
Expand Down Expand Up @@ -4537,7 +4537,7 @@ __metadata:
languageName: node
linkType: hard

"@hyperdx/common-utils@npm:^0.7.2, @hyperdx/common-utils@workspace:packages/common-utils":
"@hyperdx/common-utils@npm:^0.8.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