File tree 9 files changed +54
-10
lines changed
9 files changed +54
-10
lines changed Original file line number Diff line number Diff line change 17
17
" famous-laws-laugh" ,
18
18
" famous-poets-rush" ,
19
19
" fast-phones-scream" ,
20
+ " few-mails-check" ,
20
21
" few-teachers-deny" ,
21
22
" fifty-pugs-nail" ,
22
23
" fifty-walls-wink" ,
23
24
" five-glasses-live" ,
24
25
" forty-ducks-invite" ,
25
26
" forty-hounds-grin" ,
26
27
" forty-mails-deliver" ,
28
+ " funny-crabs-whisper" ,
27
29
" happy-hornets-join" ,
28
30
" healthy-carpets-applaud" ,
29
31
" hip-dolls-reply" ,
33
35
" hungry-hounds-clap" ,
34
36
" lemon-walls-collect" ,
35
37
" light-emus-allow" ,
38
+ " long-goats-fail" ,
36
39
" metal-doors-burn" ,
37
40
" mighty-crabs-fry" ,
38
41
" moody-chefs-juggle" ,
50
53
" popular-ants-ring" ,
51
54
" quiet-dryers-taste" ,
52
55
" rotten-cheetahs-argue" ,
56
+ " shaggy-bikes-press" ,
53
57
" silent-dolphins-call" ,
54
58
" silver-mails-try" ,
55
59
" sour-gifts-thank" ,
63
67
" tasty-bats-refuse" ,
64
68
" ten-pandas-cough" ,
65
69
" thirty-ghosts-drop" ,
70
+ " twelve-dolls-yell" ,
66
71
" twelve-ladybugs-confess" ,
67
72
" twenty-trains-turn" ,
73
+ " warm-keys-play" ,
68
74
" wet-elephants-battle" ,
69
75
" wet-owls-marry" ,
70
76
" wicked-plums-breathe"
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.16
10
- IMAGE_VERSION_SUB_TAG = .16
9
+ CHANGESET_TAG = 2.0.0-beta.17
10
+ IMAGE_VERSION_SUB_TAG = .17
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.17
4
+
5
+ ### Patch Changes
6
+
7
+ - 321e24f: fix: alerting time range filtering bug
8
+ - 96b8c50: Fix histogram query metric to support grouping and correct issues with value computation.
9
+ - Updated dependencies [ 321e24f]
10
+ - Updated dependencies [ 7d2cfcf]
11
+ - Updated dependencies [ b51e39c]
12
+ - Updated dependencies [ 0cf5358]
13
+ - Updated dependencies [ 321e24f]
14
+ - Updated dependencies [ 96b8c50]
15
+ - @hyperdx/common-utils @0.2.0-beta.6
16
+
3
17
## 2.0.0-beta.16
4
18
5
19
### 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
+ - 321e24f: fix: alerting time range filtering bug
8
+ - Updated dependencies [ 321e24f]
9
+ - Updated dependencies [ 7d2cfcf]
10
+ - Updated dependencies [ b51e39c]
11
+ - Updated dependencies [ 0cf5358]
12
+ - Updated dependencies [ 321e24f]
13
+ - Updated dependencies [ 96b8c50]
14
+ - @hyperdx/common-utils @0.2.0-beta.6
15
+
3
16
## 2.0.0-beta.16
4
17
5
18
### 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
+ - 321e24f: fix: alerting time range filtering bug
8
+ - 7d2cfcf: fix: 'Failed to fetch' errors
9
+ - b51e39c: fix: disable keep_alive on the browser side (ch client)
10
+ - 0cf5358: chore: bump clickhouse client to v1.11.1
11
+ - 321e24f: feat: support 'dateRangeEndInclusive' in timeFilterExpr
12
+ - 96b8c50: Fix histogram query metric to support grouping and correct issues with value computation.
13
+
3
14
## 0.2.0-beta.5
4
15
5
16
### 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
"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.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