File tree 15 files changed +67
-29
lines changed
15 files changed +67
-29
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 0.7.0] ( https://github.com/traceloop/jest-opentelemetry/compare/v0.6.0...v0.7.0 ) (2023-06-13)
7
+
8
+ ### Features
9
+
10
+ - separate tables and operations ([ #77 ] ( https://github.com/traceloop/jest-opentelemetry/issues/77 ) ) ([ c35dc77] ( https://github.com/traceloop/jest-opentelemetry/commit/c35dc7756e7b37715798f767a6a042230305d9b5 ) )
11
+ - sql compare ([ #76 ] ( https://github.com/traceloop/jest-opentelemetry/issues/76 ) ) ([ 5834c74] ( https://github.com/traceloop/jest-opentelemetry/commit/5834c749c2ef3f5619566d7104670a51146e4dca ) )
12
+
6
13
# [ 0.6.0] ( https://github.com/traceloop/jest-opentelemetry/compare/v0.5.0...v0.6.0 ) (2023-06-04)
7
14
8
15
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " node_modules/lerna/schemas/lerna-schema.json" ,
3
3
"useWorkspaces" : true ,
4
- "version" : " 0.6 .0"
4
+ "version" : " 0.7 .0"
5
5
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 0.7.0] ( https://github.com/traceloop/jest-opentelemetry/compare/v0.6.0...v0.7.0 ) (2023-06-13)
7
+
8
+ ### Features
9
+
10
+ - separate tables and operations ([ #77 ] ( https://github.com/traceloop/jest-opentelemetry/issues/77 ) ) ([ c35dc77] ( https://github.com/traceloop/jest-opentelemetry/commit/c35dc7756e7b37715798f767a6a042230305d9b5 ) )
11
+ - sql compare ([ #76 ] ( https://github.com/traceloop/jest-opentelemetry/issues/76 ) ) ([ 5834c74] ( https://github.com/traceloop/jest-opentelemetry/commit/5834c749c2ef3f5619566d7104670a51146e4dca ) )
12
+
6
13
# [ 0.6.0] ( https://github.com/traceloop/jest-opentelemetry/compare/v0.5.0...v0.6.0 ) (2023-06-04)
7
14
8
15
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @traceloop/expect-opentelemetry" ,
3
3
"description" : " Assertion toolkit for OpenTelemetry tests." ,
4
- "version" : " 0.6 .0" ,
4
+ "version" : " 0.7 .0" ,
5
5
"license" : " Apache-2.0" ,
6
6
"type" : " commonjs" ,
7
7
"main" : " ./dist/index.js" ,
36
36
},
37
37
"dependencies" : {
38
38
"@opentelemetry/semantic-conventions" : " ^1.10.1" ,
39
- "@traceloop/otel-proto" : " ^0.6 .0" ,
39
+ "@traceloop/otel-proto" : " ^0.7 .0" ,
40
40
"axios" : " ^1.3.4" ,
41
41
"deep-equal" : " ^2.2.0" ,
42
42
"node-sql-parser" : " ^4.7.0"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 0.7.0] ( https://github.com/traceloop/jest-opentelemetry/compare/v0.6.0...v0.7.0 ) (2023-06-13)
7
+
8
+ ** Note:** Version bump only for package @traceloop/instrument-opentelemetry
9
+
6
10
# [ 0.6.0] ( https://github.com/traceloop/jest-opentelemetry/compare/v0.5.0...v0.6.0 ) (2023-06-04)
7
11
8
12
** Note:** Version bump only for package @traceloop/instrument-opentelemetry
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @traceloop/instrument-opentelemetry" ,
3
- "version" : " 0.6 .0" ,
3
+ "version" : " 0.7 .0" ,
4
4
"main" : " ./dist/tracing.js" ,
5
5
"engines" : {
6
6
"node" : " >=14.0.0"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 0.7.0] ( https://github.com/traceloop/jest-opentelemetry/compare/v0.6.0...v0.7.0 ) (2023-06-13)
7
+
8
+ ** Note:** Version bump only for package @traceloop/jest-environment-otel
9
+
6
10
# [ 0.6.0] ( https://github.com/traceloop/jest-opentelemetry/compare/v0.5.0...v0.6.0 ) (2023-06-04)
7
11
8
12
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @traceloop/jest-environment-otel" ,
3
3
"description" : " OpenTelemetry environment for Jest." ,
4
- "version" : " 0.6 .0" ,
4
+ "version" : " 0.7 .0" ,
5
5
"license" : " Apache-2.0" ,
6
6
"type" : " commonjs" ,
7
7
"main" : " ./index.js" ,
43
43
"rollup-plugin-swc3" : " ^0.8.0"
44
44
},
45
45
"dependencies" : {
46
- "@traceloop/otel-receiver" : " ^0.6 .0" ,
46
+ "@traceloop/otel-receiver" : " ^0.7 .0" ,
47
47
"chalk" : " ^4.1.2" ,
48
48
"cwd" : " ^0.10.0" ,
49
49
"jest-dev-server" : " ^7.0.1" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 0.7.0] ( https://github.com/traceloop/jest-opentelemetry/compare/v0.6.0...v0.7.0 ) (2023-06-13)
7
+
8
+ ** Note:** Version bump only for package @traceloop/jest-opentelemetry
9
+
6
10
# [ 0.6.0] ( https://github.com/traceloop/jest-opentelemetry/compare/v0.5.0...v0.6.0 ) (2023-06-04)
7
11
8
12
** Note:** Version bump only for package @traceloop/jest-opentelemetry
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @traceloop/jest-opentelemetry" ,
3
3
"description" : " Run your tests using Jest & OpenTelemetry." ,
4
- "version" : " 0.6 .0" ,
4
+ "version" : " 0.7 .0" ,
5
5
"license" : " Apache-2.0" ,
6
6
"type" : " commonjs" ,
7
7
"repository" : {
25
25
" jest-opentelemetry"
26
26
],
27
27
"dependencies" : {
28
- "@traceloop/expect-opentelemetry" : " ^0.6 .0" ,
29
- "@traceloop/jest-environment-otel" : " ^0.6 .0"
28
+ "@traceloop/expect-opentelemetry" : " ^0.7 .0" ,
29
+ "@traceloop/jest-environment-otel" : " ^0.7 .0"
30
30
}
31
31
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 0.7.0] ( https://github.com/traceloop/jest-opentelemetry/compare/v0.6.0...v0.7.0 ) (2023-06-13)
7
+
8
+ ** Note:** Version bump only for package @traceloop/otel-proto
9
+
10
+
11
+
12
+
13
+
6
14
# [ 0.6.0] ( https://github.com/traceloop/jest-opentelemetry/compare/v0.5.0...v0.6.0 ) (2023-06-04)
7
15
8
16
** Note:** Version bump only for package @traceloop/otel-proto
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @traceloop/otel-proto" ,
3
3
"description" : " Otel & Traceloop proto compiled to JS with type definitions" ,
4
- "version" : " 0.6 .0" ,
4
+ "version" : " 0.7 .0" ,
5
5
"license" : " Apache-2.0" ,
6
6
"type" : " commonjs" ,
7
7
"main" : " ./dist/index.js" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 0.7.0] ( https://github.com/traceloop/jest-opentelemetry/compare/v0.6.0...v0.7.0 ) (2023-06-13)
7
+
8
+ ** Note:** Version bump only for package @traceloop/otel-receiver
9
+
6
10
# [ 0.6.0] ( https://github.com/traceloop/jest-opentelemetry/compare/v0.5.0...v0.6.0 ) (2023-06-04)
7
11
8
12
** Note:** Version bump only for package @traceloop/otel-receiver
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @traceloop/otel-receiver" ,
3
3
"description" : " A node server to receive and cache incoming opentelemetry spans." ,
4
- "version" : " 0.6 .0" ,
4
+ "version" : " 0.7 .0" ,
5
5
"license" : " Apache-2.0" ,
6
6
"type" : " commonjs" ,
7
7
"main" : " ./dist/index.js" ,
45
45
"rollup-plugin-swc3" : " ^0.8.0"
46
46
},
47
47
"dependencies" : {
48
- "@traceloop/otel-proto" : " ^0.6 .0" ,
48
+ "@traceloop/otel-proto" : " ^0.7 .0" ,
49
49
"express" : " ^4.18.2"
50
50
}
51
51
}
You can’t perform that action at this time.
0 commit comments