File tree Expand file tree Collapse file tree 9 files changed +35
-10
lines changed Expand file tree Collapse file tree 9 files changed +35
-10
lines changed Original file line number Diff line number Diff line change 30
30
" honest-balloons-walk" ,
31
31
" honest-fishes-love" ,
32
32
" honest-steaks-allow" ,
33
+ " hungry-hounds-clap" ,
33
34
" lemon-walls-collect" ,
34
35
" light-emus-allow" ,
35
36
" metal-doors-burn" ,
51
52
" rotten-cheetahs-argue" ,
52
53
" silent-dolphins-call" ,
53
54
" silver-mails-try" ,
55
+ " sour-gifts-thank" ,
54
56
" sour-ravens-joke" ,
55
57
" spicy-guests-bow" ,
56
58
" spicy-windows-repeat" ,
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.15
10
- IMAGE_VERSION_SUB_TAG = .15
9
+ CHANGESET_TAG = 2.0.0-beta.16
10
+ IMAGE_VERSION_SUB_TAG = .16
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.16
4
+
5
+ ### Patch Changes
6
+
7
+ - 1674ab8: moved swagger to dependencies instead of devDependencies
8
+ - 931d738: fix: bugs with showing non otel spans (ex. clickhouse opentelemetry span logs)
9
+ - Updated dependencies [ 931d738]
10
+ - @hyperdx/common-utils @0.2.0-beta.5
11
+
3
12
## 2.0.0-beta.15
4
13
5
14
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hyperdx/api" ,
3
- "version" : " 2.0.0-beta.15 " ,
3
+ "version" : " 2.0.0-beta.16 " ,
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.4 " ,
11
+ "@hyperdx/common-utils" : " ^0.2.0-beta.5 " ,
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.16
4
+
5
+ ### Patch Changes
6
+
7
+ - 931d738: fix: bugs with showing non otel spans (ex. clickhouse opentelemetry span logs)
8
+ - Updated dependencies [ 931d738]
9
+ - @hyperdx/common-utils @0.2.0-beta.5
10
+
3
11
## 2.0.0-beta.15
4
12
5
13
### 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.15 " ,
3
+ "version" : " 2.0.0-beta.16 " ,
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.4 " ,
31
+ "@hyperdx/common-utils" : " ^0.2.0-beta.5 " ,
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.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 931d738: fix: bugs with showing non otel spans (ex. clickhouse opentelemetry span logs)
8
+
3
9
## 0.2.0-beta.4
4
10
5
11
### Minor 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.4 " ,
4
+ "version" : " 0.2.0-beta.5 " ,
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.4 "
4261
+ "@hyperdx/common-utils": "npm:^0.2.0-beta.5 "
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.4 "
4351
+ "@hyperdx/common-utils": "npm:^0.2.0-beta.5 "
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.4 , @hyperdx/common-utils@workspace:packages/common-utils":
4477
+ "@hyperdx/common-utils@npm:^0.2.0-beta.5 , @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