Skip to content

Release HyperDX (beta) #808

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: v2
Choose a base branch
from
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
8 changes: 8 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,15 @@
"famous-laws-laugh",
"famous-poets-rush",
"fast-phones-scream",
"few-mails-check",
"few-teachers-deny",
"fifty-pugs-nail",
"fifty-walls-wink",
"five-glasses-live",
"forty-ducks-invite",
"forty-hounds-grin",
"forty-mails-deliver",
"funny-crabs-whisper",
"happy-hornets-join",
"healthy-carpets-applaud",
"hip-dolls-reply",
Expand All @@ -33,6 +35,7 @@
"hungry-hounds-clap",
"lemon-walls-collect",
"light-emus-allow",
"long-goats-fail",
"metal-doors-burn",
"mighty-crabs-fry",
"moody-chefs-juggle",
Expand All @@ -45,11 +48,13 @@
"odd-hats-wash",
"old-rules-check",
"olive-peaches-marry",
"orange-carrots-cheer",
"perfect-nails-doubt",
"plenty-pumas-taste",
"popular-ants-ring",
"quiet-dryers-taste",
"rotten-cheetahs-argue",
"shaggy-bikes-press",
"silent-dolphins-call",
"silver-mails-try",
"sour-gifts-thank",
Expand All @@ -63,8 +68,11 @@
"tasty-bats-refuse",
"ten-pandas-cough",
"thirty-ghosts-drop",
"tricky-bees-hide",
"twelve-dolls-yell",
"twelve-ladybugs-confess",
"twenty-trains-turn",
"warm-keys-play",
"wet-elephants-battle",
"wet-owls-marry",
"wicked-plums-breathe"
Expand Down
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
CHANGESET_TAG=2.0.0-beta.16
IMAGE_VERSION_SUB_TAG=.16
CHANGESET_TAG=2.0.0-beta.17
IMAGE_VERSION_SUB_TAG=.17
IMAGE_VERSION=2-beta
IMAGE_NIGHTLY_TAG=2-nightly

Expand Down
18 changes: 18 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @hyperdx/api

## 2.0.0-beta.17

### Patch Changes

- 321e24f: fix: alerting time range filtering bug
- 43a9ca1: adopt clickhouse-js for all client side queries
- e7262d1: feat: introduce all-one-one (auth vs noauth) multi-stage build
- 96b8c50: Fix histogram query metric to support grouping and correct issues with value computation.
- Updated dependencies [321e24f]
- Updated dependencies [7d2cfcf]
- Updated dependencies [b51e39c]
- Updated dependencies [43a9ca1]
- Updated dependencies [0cf5358]
- Updated dependencies [e7262d1]
- Updated dependencies [321e24f]
- Updated dependencies [96b8c50]
- @hyperdx/[email protected]

## 2.0.0-beta.16

### 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,14 +1,14 @@
{
"name": "@hyperdx/api",
"version": "2.0.0-beta.16",
"version": "2.0.0-beta.17",
"license": "MIT",
"private": true,
"engines": {
"node": ">=18.12.0"
},
"dependencies": {
"@clickhouse/client": "^0.2.10",
"@hyperdx/common-utils": "^0.2.0-beta.5",
"@hyperdx/common-utils": "^0.2.0-beta.6",
"@hyperdx/lucene": "^3.1.1",
"@hyperdx/node-opentelemetry": "^0.8.1",
"@opentelemetry/api": "^1.8.0",
Expand Down
17 changes: 17 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @hyperdx/app

## 2.0.0-beta.17

### Patch Changes

- 321e24f: fix: alerting time range filtering bug
- 43a9ca1: adopt clickhouse-js for all client side queries
- e7262d1: feat: introduce all-one-one (auth vs noauth) multi-stage build
- Updated dependencies [321e24f]
- Updated dependencies [7d2cfcf]
- Updated dependencies [b51e39c]
- Updated dependencies [43a9ca1]
- Updated dependencies [0cf5358]
- Updated dependencies [e7262d1]
- Updated dependencies [321e24f]
- Updated dependencies [96b8c50]
- @hyperdx/[email protected]

## 2.0.0-beta.16

### 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.0.0-beta.16",
"version": "2.0.0-beta.17",
"private": true,
"license": "MIT",
"engines": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"@codemirror/lang-sql": "^6.7.0",
"@hookform/resolvers": "^3.9.0",
"@hyperdx/browser": "^0.21.1",
"@hyperdx/common-utils": "^0.2.0-beta.5",
"@hyperdx/common-utils": "^0.2.0-beta.6",
"@hyperdx/node-opentelemetry": "^0.8.1",
"@lezer/highlight": "^1.2.0",
"@mantine/core": "7.9.2",
Expand Down
13 changes: 13 additions & 0 deletions packages/common-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @hyperdx/common-utils

## 0.2.0-beta.6

### Patch Changes

- 321e24f: fix: alerting time range filtering bug
- 7d2cfcf: fix: 'Failed to fetch' errors
- b51e39c: fix: disable keep_alive on the browser side (ch client)
- 43a9ca1: adopt clickhouse-js for all client side queries
- 0cf5358: chore: bump clickhouse client to v1.11.1
- e7262d1: feat: introduce all-one-one (auth vs noauth) multi-stage build
- 321e24f: feat: support 'dateRangeEndInclusive' in timeFilterExpr
- 96b8c50: Fix histogram query metric to support grouping and correct issues with value computation.

## 0.2.0-beta.5

### 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.2.0-beta.5",
"version": "0.2.0-beta.6",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4258,7 +4258,7 @@ __metadata:
resolution: "@hyperdx/api@workspace:packages/api"
dependencies:
"@clickhouse/client": "npm:^0.2.10"
"@hyperdx/common-utils": "npm:^0.2.0-beta.5"
"@hyperdx/common-utils": "npm:^0.2.0-beta.6"
"@hyperdx/lucene": "npm:^3.1.1"
"@hyperdx/node-opentelemetry": "npm:^0.8.1"
"@opentelemetry/api": "npm:^1.8.0"
Expand Down Expand Up @@ -4348,7 +4348,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.2.0-beta.5"
"@hyperdx/common-utils": "npm:^0.2.0-beta.6"
"@hyperdx/node-opentelemetry": "npm:^0.8.1"
"@jedmao/location": "npm:^3.0.0"
"@lezer/highlight": "npm:^1.2.0"
Expand Down Expand Up @@ -4474,7 +4474,7 @@ __metadata:
languageName: node
linkType: hard

"@hyperdx/common-utils@npm:^0.2.0-beta.5, @hyperdx/common-utils@workspace:packages/common-utils":
"@hyperdx/common-utils@npm:^0.2.0-beta.6, @hyperdx/common-utils@workspace:packages/common-utils":
version: 0.0.0-use.local
resolution: "@hyperdx/common-utils@workspace:packages/common-utils"
dependencies:
Expand Down