Skip to content

Commit 671e013

Browse files
chore(release): bump HyperDX app/package versions (beta)
1 parent d77cb2d commit 671e013

File tree

9 files changed

+64
-10
lines changed

9 files changed

+64
-10
lines changed

.changeset/pre.json

+8
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,19 @@
1010
"big-rules-think",
1111
"breezy-humans-crash",
1212
"breezy-ligers-divide",
13+
"clean-dingos-divide",
1314
"clever-paws-rush",
15+
"curly-ducks-jump",
1416
"dull-radios-wink",
1517
"famous-laws-laugh",
1618
"famous-poets-rush",
1719
"fast-phones-scream",
20+
"few-teachers-deny",
1821
"fifty-pugs-nail",
1922
"fifty-walls-wink",
2023
"five-glasses-live",
2124
"forty-ducks-invite",
25+
"forty-hounds-grin",
2226
"forty-mails-deliver",
2327
"healthy-carpets-applaud",
2428
"hip-dolls-reply",
@@ -30,6 +34,8 @@
3034
"metal-doors-burn",
3135
"mighty-crabs-fry",
3236
"moody-chefs-juggle",
37+
"moody-guests-smell",
38+
"neat-badgers-matter",
3339
"neat-scissors-hope",
3440
"nervous-steaks-bathe",
3541
"nervous-timers-dream",
@@ -38,6 +44,7 @@
3844
"old-rules-check",
3945
"olive-peaches-marry",
4046
"perfect-nails-doubt",
47+
"plenty-pumas-taste",
4148
"popular-ants-ring",
4249
"quiet-dryers-taste",
4350
"rotten-cheetahs-argue",
@@ -51,6 +58,7 @@
5158
"sweet-kiwis-cheer",
5259
"taco-cat-v2",
5360
"tasty-bats-refuse",
61+
"ten-pandas-cough",
5462
"thirty-ghosts-drop",
5563
"twelve-ladybugs-confess",
5664
"twenty-trains-turn",

.env

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ LOCAL_IMAGE_NAME=ghcr.io/hyperdxio/hyperdx-local
66
LOCAL_IMAGE_NAME_DOCKERHUB=hyperdx/hyperdx-local
77
OTEL_COLLECTOR_IMAGE_NAME=ghcr.io/hyperdxio/hyperdx-otel-collector
88
OTEL_COLLECTOR_IMAGE_NAME_DOCKERHUB=hyperdx/hyperdx-otel-collector
9-
CHANGESET_TAG=2.0.0-beta.14
10-
IMAGE_VERSION_SUB_TAG=.14
9+
CHANGESET_TAG=2.0.0-beta.15
10+
IMAGE_VERSION_SUB_TAG=.15
1111
IMAGE_VERSION=2-beta
1212
IMAGE_NIGHTLY_TAG=2-nightly
1313

packages/api/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# @hyperdx/api
22

3+
## 2.0.0-beta.15
4+
5+
### Minor Changes
6+
7+
- 79fe30f: Queries depending on numeric aggregates now use the type's default value (e.g. 0) instead of null when dealing with non-numeric data.
8+
9+
### Patch Changes
10+
11+
- 9a9581b: Adds external API for alerts and dashboards
12+
- 293a2af: Adds openapidoc annotations for spec generation and swagger route for development
13+
- 92a4800: feat: move rrweb event fetching to the client instead of an api route
14+
- 7f0b397: feat: queryChartConfig method + events chart ratio
15+
- b4b5f6b: style: remove unused routes/components + clickhouse utils (api)
16+
- Updated dependencies [79fe30f]
17+
- Updated dependencies [cfdd523]
18+
- Updated dependencies [92a4800]
19+
- Updated dependencies [7f0b397]
20+
- @hyperdx/common-utils@0.2.0-beta.4
21+
322
## 2.0.0-beta.14
423

524
### Patch Changes

packages/api/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@hyperdx/api",
3-
"version": "2.0.0-beta.14",
3+
"version": "2.0.0-beta.15",
44
"license": "MIT",
55
"private": true,
66
"engines": {
77
"node": ">=18.12.0"
88
},
99
"dependencies": {
1010
"@clickhouse/client": "^0.2.10",
11-
"@hyperdx/common-utils": "^0.2.0-beta.3",
11+
"@hyperdx/common-utils": "^0.2.0-beta.4",
1212
"@hyperdx/lucene": "^3.1.1",
1313
"@hyperdx/node-opentelemetry": "^0.8.1",
1414
"@opentelemetry/api": "^1.8.0",

packages/app/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @hyperdx/app
22

3+
## 2.0.0-beta.15
4+
5+
### Patch Changes
6+
7+
- 7de8916: Removes trailing slash for connection urls
8+
- cfdd523: feat: clickhouse queries are by default conducted through the clickhouse library via POST request. localMode still uses GET for CORS purposes
9+
- 92a4800: feat: move rrweb event fetching to the client instead of an api route
10+
- 7f0b397: feat: queryChartConfig method + events chart ratio
11+
- b4b5f6b: style: remove unused routes/components + clickhouse utils (api)
12+
- Updated dependencies [79fe30f]
13+
- Updated dependencies [cfdd523]
14+
- Updated dependencies [92a4800]
15+
- Updated dependencies [7f0b397]
16+
- @hyperdx/common-utils@0.2.0-beta.4
17+
318
## 2.0.0-beta.14
419

520
### Patch Changes

packages/app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperdx/app",
3-
"version": "2.0.0-beta.14",
3+
"version": "2.0.0-beta.15",
44
"private": true,
55
"license": "MIT",
66
"engines": {
@@ -28,7 +28,7 @@
2828
"@codemirror/lang-sql": "^6.7.0",
2929
"@hookform/resolvers": "^3.9.0",
3030
"@hyperdx/browser": "^0.21.1",
31-
"@hyperdx/common-utils": "^0.2.0-beta.3",
31+
"@hyperdx/common-utils": "^0.2.0-beta.4",
3232
"@hyperdx/node-opentelemetry": "^0.8.1",
3333
"@lezer/highlight": "^1.2.0",
3434
"@mantine/core": "7.9.2",

packages/common-utils/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @hyperdx/common-utils
22

3+
## 0.2.0-beta.4
4+
5+
### Minor Changes
6+
7+
- 79fe30f: Queries depending on numeric aggregates now use the type's default value (e.g. 0) instead of null when dealing with non-numeric data.
8+
9+
### Patch Changes
10+
11+
- cfdd523: feat: clickhouse queries are by default conducted through the clickhouse library via POST request. localMode still uses GET for CORS purposes
12+
- 92a4800: feat: move rrweb event fetching to the client instead of an api route
13+
- 7f0b397: feat: queryChartConfig method + events chart ratio
14+
315
## 0.2.0-beta.3
416

517
### Patch Changes

packages/common-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hyperdx/common-utils",
33
"description": "Common utilities for HyperDX application",
4-
"version": "0.2.0-beta.3",
4+
"version": "0.2.0-beta.4",
55
"license": "MIT",
66
"publishConfig": {
77
"access": "public"

yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -4258,7 +4258,7 @@ __metadata:
42584258
resolution: "@hyperdx/api@workspace:packages/api"
42594259
dependencies:
42604260
"@clickhouse/client": "npm:^0.2.10"
4261-
"@hyperdx/common-utils": "npm:^0.2.0-beta.3"
4261+
"@hyperdx/common-utils": "npm:^0.2.0-beta.4"
42624262
"@hyperdx/lucene": "npm:^3.1.1"
42634263
"@hyperdx/node-opentelemetry": "npm:^0.8.1"
42644264
"@opentelemetry/api": "npm:^1.8.0"
@@ -4350,7 +4350,7 @@ __metadata:
43504350
"@hookform/devtools": "npm:^4.3.1"
43514351
"@hookform/resolvers": "npm:^3.9.0"
43524352
"@hyperdx/browser": "npm:^0.21.1"
4353-
"@hyperdx/common-utils": "npm:^0.2.0-beta.3"
4353+
"@hyperdx/common-utils": "npm:^0.2.0-beta.4"
43544354
"@hyperdx/node-opentelemetry": "npm:^0.8.1"
43554355
"@jedmao/location": "npm:^3.0.0"
43564356
"@lezer/highlight": "npm:^1.2.0"
@@ -4476,7 +4476,7 @@ __metadata:
44764476
languageName: node
44774477
linkType: hard
44784478

4479-
"@hyperdx/common-utils@npm:^0.2.0-beta.3, @hyperdx/common-utils@workspace:packages/common-utils":
4479+
"@hyperdx/common-utils@npm:^0.2.0-beta.4, @hyperdx/common-utils@workspace:packages/common-utils":
44804480
version: 0.0.0-use.local
44814481
resolution: "@hyperdx/common-utils@workspace:packages/common-utils"
44824482
dependencies:

0 commit comments

Comments
 (0)