File tree 9 files changed +64
-10
lines changed
9 files changed +64
-10
lines changed Original file line number Diff line number Diff line change 10
10
" big-rules-think" ,
11
11
" breezy-humans-crash" ,
12
12
" breezy-ligers-divide" ,
13
+ " clean-dingos-divide" ,
13
14
" clever-paws-rush" ,
15
+ " curly-ducks-jump" ,
14
16
" dull-radios-wink" ,
15
17
" famous-laws-laugh" ,
16
18
" famous-poets-rush" ,
17
19
" fast-phones-scream" ,
20
+ " few-teachers-deny" ,
18
21
" fifty-pugs-nail" ,
19
22
" fifty-walls-wink" ,
20
23
" five-glasses-live" ,
21
24
" forty-ducks-invite" ,
25
+ " forty-hounds-grin" ,
22
26
" forty-mails-deliver" ,
23
27
" healthy-carpets-applaud" ,
24
28
" hip-dolls-reply" ,
30
34
" metal-doors-burn" ,
31
35
" mighty-crabs-fry" ,
32
36
" moody-chefs-juggle" ,
37
+ " moody-guests-smell" ,
38
+ " neat-badgers-matter" ,
33
39
" neat-scissors-hope" ,
34
40
" nervous-steaks-bathe" ,
35
41
" nervous-timers-dream" ,
38
44
" old-rules-check" ,
39
45
" olive-peaches-marry" ,
40
46
" perfect-nails-doubt" ,
47
+ " plenty-pumas-taste" ,
41
48
" popular-ants-ring" ,
42
49
" quiet-dryers-taste" ,
43
50
" rotten-cheetahs-argue" ,
51
58
" sweet-kiwis-cheer" ,
52
59
" taco-cat-v2" ,
53
60
" tasty-bats-refuse" ,
61
+ " ten-pandas-cough" ,
54
62
" thirty-ghosts-drop" ,
55
63
" twelve-ladybugs-confess" ,
56
64
" twenty-trains-turn" ,
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ LOCAL_IMAGE_NAME=ghcr.io/hyperdxio/hyperdx-local
6
6
LOCAL_IMAGE_NAME_DOCKERHUB = hyperdx/hyperdx-local
7
7
OTEL_COLLECTOR_IMAGE_NAME = ghcr.io/hyperdxio/hyperdx-otel-collector
8
8
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
11
11
IMAGE_VERSION = 2-beta
12
12
IMAGE_NIGHTLY_TAG = 2-nightly
13
13
Original file line number Diff line number Diff line change 1
1
# @hyperdx/api
2
2
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
+
3
22
## 2.0.0-beta.14
4
23
5
24
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hyperdx/api" ,
3
- "version" : " 2.0.0-beta.14 " ,
3
+ "version" : " 2.0.0-beta.15 " ,
4
4
"license" : " MIT" ,
5
5
"private" : true ,
6
6
"engines" : {
7
7
"node" : " >=18.12.0"
8
8
},
9
9
"dependencies" : {
10
10
"@clickhouse/client" : " ^0.2.10" ,
11
- "@hyperdx/common-utils" : " ^0.2.0-beta.3 " ,
11
+ "@hyperdx/common-utils" : " ^0.2.0-beta.4 " ,
12
12
"@hyperdx/lucene" : " ^3.1.1" ,
13
13
"@hyperdx/node-opentelemetry" : " ^0.8.1" ,
14
14
"@opentelemetry/api" : " ^1.8.0" ,
Original file line number Diff line number Diff line change 1
1
# @hyperdx/app
2
2
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
+
3
18
## 2.0.0-beta.14
4
19
5
20
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hyperdx/app" ,
3
- "version" : " 2.0.0-beta.14 " ,
3
+ "version" : " 2.0.0-beta.15 " ,
4
4
"private" : true ,
5
5
"license" : " MIT" ,
6
6
"engines" : {
28
28
"@codemirror/lang-sql" : " ^6.7.0" ,
29
29
"@hookform/resolvers" : " ^3.9.0" ,
30
30
"@hyperdx/browser" : " ^0.21.1" ,
31
- "@hyperdx/common-utils" : " ^0.2.0-beta.3 " ,
31
+ "@hyperdx/common-utils" : " ^0.2.0-beta.4 " ,
32
32
"@hyperdx/node-opentelemetry" : " ^0.8.1" ,
33
33
"@lezer/highlight" : " ^1.2.0" ,
34
34
"@mantine/core" : " 7.9.2" ,
Original file line number Diff line number Diff line change 1
1
# @hyperdx/common-utils
2
2
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
+
3
15
## 0.2.0-beta.3
4
16
5
17
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hyperdx/common-utils" ,
3
3
"description" : " Common utilities for HyperDX application" ,
4
- "version" : " 0.2.0-beta.3 " ,
4
+ "version" : " 0.2.0-beta.4 " ,
5
5
"license" : " MIT" ,
6
6
"publishConfig" : {
7
7
"access" : " public"
Original file line number Diff line number Diff line change @@ -4258,7 +4258,7 @@ __metadata:
4258
4258
resolution: "@hyperdx/api@workspace:packages/api"
4259
4259
dependencies:
4260
4260
"@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 "
4262
4262
"@hyperdx/lucene": "npm:^3.1.1"
4263
4263
"@hyperdx/node-opentelemetry": "npm:^0.8.1"
4264
4264
"@opentelemetry/api": "npm:^1.8.0"
@@ -4350,7 +4350,7 @@ __metadata:
4350
4350
"@hookform/devtools": "npm:^4.3.1"
4351
4351
"@hookform/resolvers": "npm:^3.9.0"
4352
4352
"@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 "
4354
4354
"@hyperdx/node-opentelemetry": "npm:^0.8.1"
4355
4355
"@jedmao/location": "npm:^3.0.0"
4356
4356
"@lezer/highlight": "npm:^1.2.0"
@@ -4476,7 +4476,7 @@ __metadata:
4476
4476
languageName: node
4477
4477
linkType: hard
4478
4478
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":
4480
4480
version: 0.0.0-use.local
4481
4481
resolution: "@hyperdx/common-utils@workspace:packages/common-utils"
4482
4482
dependencies:
You can’t perform that action at this time.
0 commit comments