File tree 9 files changed +90
-10
lines changed
9 files changed +90
-10
lines changed Original file line number Diff line number Diff line change 8
8
},
9
9
"changesets" : [
10
10
" big-rules-think" ,
11
+ " brave-pillows-hug" ,
11
12
" breezy-humans-crash" ,
12
13
" breezy-ligers-divide" ,
13
14
" clean-dingos-divide" ,
14
15
" clever-paws-rush" ,
15
16
" curly-ducks-jump" ,
16
17
" dull-radios-wink" ,
18
+ " empty-bikes-fry" ,
17
19
" famous-laws-laugh" ,
18
20
" famous-poets-rush" ,
19
21
" fast-phones-scream" ,
22
+ " few-mails-check" ,
20
23
" few-teachers-deny" ,
21
24
" fifty-pugs-nail" ,
22
25
" fifty-walls-wink" ,
23
26
" five-glasses-live" ,
24
27
" forty-ducks-invite" ,
25
28
" forty-hounds-grin" ,
26
29
" forty-mails-deliver" ,
30
+ " funny-crabs-whisper" ,
27
31
" happy-hornets-join" ,
28
32
" healthy-carpets-applaud" ,
33
+ " heavy-chicken-share" ,
29
34
" hip-dolls-reply" ,
30
35
" honest-balloons-walk" ,
31
36
" honest-fishes-love" ,
32
37
" honest-steaks-allow" ,
33
38
" hungry-hounds-clap" ,
34
39
" lemon-walls-collect" ,
40
+ " light-cats-agree" ,
35
41
" light-emus-allow" ,
42
+ " long-goats-fail" ,
36
43
" metal-doors-burn" ,
37
44
" mighty-crabs-fry" ,
38
45
" moody-chefs-juggle" ,
45
52
" odd-hats-wash" ,
46
53
" old-rules-check" ,
47
54
" olive-peaches-marry" ,
55
+ " orange-carrots-cheer" ,
48
56
" perfect-nails-doubt" ,
49
57
" plenty-pumas-taste" ,
50
58
" popular-ants-ring" ,
51
59
" quiet-dryers-taste" ,
52
60
" rotten-cheetahs-argue" ,
61
+ " shaggy-bikes-press" ,
53
62
" silent-dolphins-call" ,
54
63
" silver-mails-try" ,
55
64
" sour-gifts-thank" ,
59
68
" stale-maps-divide" ,
60
69
" strange-olives-rest" ,
61
70
" sweet-kiwis-cheer" ,
71
+ " swift-eyes-perform" ,
62
72
" taco-cat-v2" ,
63
73
" tasty-bats-refuse" ,
64
74
" ten-pandas-cough" ,
65
75
" thirty-ghosts-drop" ,
76
+ " tricky-bees-hide" ,
77
+ " twelve-dolls-yell" ,
66
78
" twelve-ladybugs-confess" ,
67
79
" twenty-trains-turn" ,
80
+ " warm-keys-play" ,
68
81
" wet-elephants-battle" ,
69
82
" wet-owls-marry" ,
70
83
" wicked-plums-breathe"
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ ALL_IN_ONE_IMAGE_NAME=ghcr.io/hyperdxio/hyperdx-all-in-one
8
8
ALL_IN_ONE_IMAGE_NAME_DOCKERHUB = hyperdx/hyperdx-all-in-one
9
9
OTEL_COLLECTOR_IMAGE_NAME = ghcr.io/hyperdxio/hyperdx-otel-collector
10
10
OTEL_COLLECTOR_IMAGE_NAME_DOCKERHUB = hyperdx/hyperdx-otel-collector
11
- CHANGESET_TAG = 2.0.0-beta.16
12
- IMAGE_VERSION_SUB_TAG = .16
11
+ CHANGESET_TAG = 2.0.0-beta.17
12
+ IMAGE_VERSION_SUB_TAG = .17
13
13
IMAGE_VERSION = 2-beta
14
14
IMAGE_NIGHTLY_TAG = 2-nightly
15
15
Original file line number Diff line number Diff line change 1
1
# @hyperdx/api
2
2
3
+ ## 2.0.0-beta.17
4
+
5
+ ### Patch Changes
6
+
7
+ - c60b975: chore: bump node to v22.16.0
8
+ - 321e24f: fix: alerting time range filtering bug
9
+ - fa7875c: feat: add summary and exponential histogram metrics to the source form and database storage
10
+ - 86465a2: fix: map CLICKHOUSE_SERVER_ENDPOINT to otelcol ch exporter 'endpoint' field
11
+ - 43a9ca1: adopt clickhouse-js for all client side queries
12
+ - e7262d1: feat: introduce all-one-one (auth vs noauth) multi-stage build
13
+ - 96b8c50: Fix histogram query metric to support grouping and correct issues with value computation.
14
+ - Updated dependencies [ e935bb6]
15
+ - Updated dependencies [ 321e24f]
16
+ - Updated dependencies [ 7d2cfcf]
17
+ - Updated dependencies [ fa7875c]
18
+ - Updated dependencies [ 86465a2]
19
+ - Updated dependencies [ b51e39c]
20
+ - Updated dependencies [ 43a9ca1]
21
+ - Updated dependencies [ 0cf5358]
22
+ - Updated dependencies [ a762203]
23
+ - Updated dependencies [ e7262d1]
24
+ - Updated dependencies [ 321e24f]
25
+ - Updated dependencies [ 96b8c50]
26
+ - @hyperdx/common-utils @0.2.0-beta.6
27
+
3
28
## 2.0.0-beta.16
4
29
5
30
### 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.16 " ,
3
+ "version" : " 2.0.0-beta.17 " ,
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.5 " ,
11
+ "@hyperdx/common-utils" : " ^0.2.0-beta.6 " ,
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.17
4
+
5
+ ### Patch Changes
6
+
7
+ - c60b975: chore: bump node to v22.16.0
8
+ - 321e24f: fix: alerting time range filtering bug
9
+ - fa7875c: feat: add summary and exponential histogram metrics to the source form and database storage
10
+ - 86465a2: fix: map CLICKHOUSE_SERVER_ENDPOINT to otelcol ch exporter 'endpoint' field
11
+ - 43a9ca1: adopt clickhouse-js for all client side queries
12
+ - a762203: fix: metadata getAllKeyValues query key scoped to table now
13
+ - e7262d1: feat: introduce all-one-one (auth vs noauth) multi-stage build
14
+ - Updated dependencies [ e935bb6]
15
+ - Updated dependencies [ 321e24f]
16
+ - Updated dependencies [ 7d2cfcf]
17
+ - Updated dependencies [ fa7875c]
18
+ - Updated dependencies [ 86465a2]
19
+ - Updated dependencies [ b51e39c]
20
+ - Updated dependencies [ 43a9ca1]
21
+ - Updated dependencies [ 0cf5358]
22
+ - Updated dependencies [ a762203]
23
+ - Updated dependencies [ e7262d1]
24
+ - Updated dependencies [ 321e24f]
25
+ - Updated dependencies [ 96b8c50]
26
+ - @hyperdx/common-utils @0.2.0-beta.6
27
+
3
28
## 2.0.0-beta.16
4
29
5
30
### 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.16 " ,
3
+ "version" : " 2.0.0-beta.17 " ,
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.5 " ,
31
+ "@hyperdx/common-utils" : " ^0.2.0-beta.6 " ,
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.6
4
+
5
+ ### Patch Changes
6
+
7
+ - e935bb6: ci: introduce release-nightly workflow
8
+ - 321e24f: fix: alerting time range filtering bug
9
+ - 7d2cfcf: fix: 'Failed to fetch' errors
10
+ - fa7875c: feat: add summary and exponential histogram metrics to the source form and database storage
11
+ - 86465a2: fix: map CLICKHOUSE_SERVER_ENDPOINT to otelcol ch exporter 'endpoint' field
12
+ - b51e39c: fix: disable keep_alive on the browser side (ch client)
13
+ - 43a9ca1: adopt clickhouse-js for all client side queries
14
+ - 0cf5358: chore: bump clickhouse client to v1.11.1
15
+ - a762203: fix: metadata getAllKeyValues query key scoped to table now
16
+ - e7262d1: feat: introduce all-one-one (auth vs noauth) multi-stage build
17
+ - 321e24f: feat: support 'dateRangeEndInclusive' in timeFilterExpr
18
+ - 96b8c50: Fix histogram query metric to support grouping and correct issues with value computation.
19
+
3
20
## 0.2.0-beta.5
4
21
5
22
### 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.5 " ,
4
+ "version" : " 0.2.0-beta.6 " ,
5
5
"license" : " MIT" ,
6
6
"private" : true ,
7
7
"files" : [
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.5 "
4261
+ "@hyperdx/common-utils": "npm:^0.2.0-beta.6 "
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"
@@ -4348,7 +4348,7 @@ __metadata:
4348
4348
"@hookform/devtools": "npm:^4.3.1"
4349
4349
"@hookform/resolvers": "npm:^3.9.0"
4350
4350
"@hyperdx/browser": "npm:^0.21.1"
4351
- "@hyperdx/common-utils": "npm:^0.2.0-beta.5 "
4351
+ "@hyperdx/common-utils": "npm:^0.2.0-beta.6 "
4352
4352
"@hyperdx/node-opentelemetry": "npm:^0.8.1"
4353
4353
"@jedmao/location": "npm:^3.0.0"
4354
4354
"@lezer/highlight": "npm:^1.2.0"
@@ -4474,7 +4474,7 @@ __metadata:
4474
4474
languageName: node
4475
4475
linkType: hard
4476
4476
4477
- "@hyperdx/common-utils@npm:^0.2.0-beta.5 , @hyperdx/common-utils@workspace:packages/common-utils":
4477
+ "@hyperdx/common-utils@npm:^0.2.0-beta.6 , @hyperdx/common-utils@workspace:packages/common-utils":
4478
4478
version: 0.0.0-use.local
4479
4479
resolution: "@hyperdx/common-utils@workspace:packages/common-utils"
4480
4480
dependencies:
You can’t perform that action at this time.
0 commit comments