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/cuddly-days-tie.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/famous-dancers-develop.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/famous-yaks-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-trees-mate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-peas-pull.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-pugs-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-otters-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-clocks-whisper.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sharp-phones-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-turtles-change.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/two-melons-admire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-eyes-build.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.6.0
IMAGE_VERSION_SUB_TAG=.6.0
CODE_VERSION=2.7.0
IMAGE_VERSION_SUB_TAG=.7.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.7.0

### Minor Changes

- f4c35239: Allows defining the ClickHouse request timeout value from the command line on the check-alert task

### Patch Changes

- e032af55: Add new logging pararmeter for otel collector
- Updated dependencies [35c42222]
- Updated dependencies [b68a4c9b]
- Updated dependencies [b46ae2f2]
- Updated dependencies [5210bb86]
- @hyperdx/[email protected]

## 2.6.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.6.0",
"version": "2.7.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.0",
"@hyperdx/common-utils": "^0.7.1",
"@hyperdx/node-opentelemetry": "^0.8.2",
"@hyperdx/passport-local-mongoose": "^9.0.1",
"@opentelemetry/api": "^1.8.0",
Expand Down
23 changes: 23 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @hyperdx/app

## 2.7.0

### Minor Changes

- 730325a5: Improve SourceSchemaPreview button integration in SourceSelect and DBTableSelect components.

### Patch Changes

- 1ed32e43: fix issue where new lines are not persisted to url params correctly
- 35c42222: fix: Improve table key parsing
- b68a4c9b: Tweak getMapKeys to leverage one row limiting implementation
- 1cda1485: Fixes scrolling in TimePicker
- bd940f30: style: Improve dashboard filter modal UX
- b46ae2f2: fix: Fix sidebar when selecting JSON property
- 62eddcf2: fix: Fix infinite querying on non-windowed searches
- 5210bb86: refactor: clean up table connections
- b3448041: Add Sorting Feature to all search tables
- Updated dependencies [35c42222]
- Updated dependencies [b68a4c9b]
- Updated dependencies [b46ae2f2]
- Updated dependencies [5210bb86]
- @hyperdx/[email protected]

## 2.6.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.6.0",
"version": "2.7.0",
"private": true,
"license": "MIT",
"engines": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"@codemirror/lang-sql": "^6.7.0",
"@hookform/resolvers": "^3.9.0",
"@hyperdx/browser": "^0.21.1",
"@hyperdx/common-utils": "^0.7.0",
"@hyperdx/common-utils": "^0.7.1",
"@hyperdx/node-opentelemetry": "^0.8.2",
"@lezer/highlight": "^1.2.0",
"@mantine/core": "7.9.2",
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.7.1

### Patch Changes

- 35c42222: fix: Improve table key parsing
- b68a4c9b: Tweak getMapKeys to leverage one row limiting implementation
- b46ae2f2: fix: Fix sidebar when selecting JSON property
- 5210bb86: refactor: clean up table connections

## 0.7.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.7.0",
"version": "0.7.1",
"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 @@ -4495,7 +4495,7 @@ __metadata:
dependencies:
"@ai-sdk/anthropic": "npm:^2.0.23"
"@esm2cjs/p-queue": "npm:^7.3.0"
"@hyperdx/common-utils": "npm:^0.7.0"
"@hyperdx/common-utils": "npm:^0.7.1"
"@hyperdx/node-opentelemetry": "npm:^0.8.2"
"@hyperdx/passport-local-mongoose": "npm:^9.0.1"
"@opentelemetry/api": "npm:^1.8.0"
Expand Down Expand Up @@ -4573,7 +4573,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.0"
"@hyperdx/common-utils": "npm:^0.7.1"
"@hyperdx/node-opentelemetry": "npm:^0.8.2"
"@jedmao/location": "npm:^3.0.0"
"@lezer/highlight": "npm:^1.2.0"
Expand Down Expand Up @@ -4703,7 +4703,7 @@ __metadata:
languageName: node
linkType: hard

"@hyperdx/common-utils@npm:^0.7.0, @hyperdx/common-utils@workspace:packages/common-utils":
"@hyperdx/common-utils@npm:^0.7.1, @hyperdx/common-utils@workspace:packages/common-utils":
version: 0.0.0-use.local
resolution: "@hyperdx/common-utils@workspace:packages/common-utils"
dependencies:
Expand Down