File tree 15 files changed +412
-28
lines changed
15 files changed +412
-28
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.5.0] ( https://github.com/expect-dev/jest-opentelemetry/compare/v0.4.1...v0.5.0 ) (2023-03-17)
7
+
8
+ ### Features
9
+
10
+ - go server backend ([ #42 ] ( https://github.com/expect-dev/jest-opentelemetry/issues/42 ) ) ([ a543845] ( https://github.com/expect-dev/jest-opentelemetry/commit/a543845445617bd321c7cee793e23caf2c651844 ) )
11
+ - gRPC matchers ([ #48 ] ( https://github.com/expect-dev/jest-opentelemetry/issues/48 ) ) ([ fe893e2] ( https://github.com/expect-dev/jest-opentelemetry/commit/fe893e2068286b014d20fe9f25335c5e02f341c8 ) )
12
+ - traceloop proto ([ #52 ] ( https://github.com/expect-dev/jest-opentelemetry/issues/52 ) ) ([ 53e9e68] ( https://github.com/expect-dev/jest-opentelemetry/commit/53e9e68ab34bf79ab52adb82be219d48fef64acb ) )
13
+
6
14
## [ 0.4.1] ( https://github.com/traceloop/jest-opentelemetry/compare/v0.4.0...v0.4.1 ) (2023-02-23)
7
15
8
16
### 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.4.1 "
4
+ "version" : " 0.5.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.5.0] ( https://github.com/traceloop/jest-opentelemetry/compare/v0.4.1...v0.5.0 ) (2023-03-17)
7
+
8
+ ### Features
9
+
10
+ - go server backend ([ #42 ] ( https://github.com/traceloop/jest-opentelemetry/issues/42 ) ) ([ a543845] ( https://github.com/traceloop/jest-opentelemetry/commit/a543845445617bd321c7cee793e23caf2c651844 ) )
11
+ - gRPC matchers ([ #48 ] ( https://github.com/traceloop/jest-opentelemetry/issues/48 ) ) ([ fe893e2] ( https://github.com/traceloop/jest-opentelemetry/commit/fe893e2068286b014d20fe9f25335c5e02f341c8 ) )
12
+
6
13
# 0.4.0 (2023-02-22)
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.4 .0" ,
4
+ "version" : " 0.5 .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.9.1" ,
39
- "@traceloop/otel-proto" : " ^0.4 .0" ,
39
+ "@traceloop/otel-proto" : " ^0.5 .0" ,
40
40
"axios" : " ^1.3.4" ,
41
41
"deep-equal" : " ^2.2.0"
42
42
},
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.5.0] ( https://github.com/expect-dev/jest-opentelemetry/compare/v0.4.1...v0.5.0 ) (2023-03-17)
7
+
8
+ ### Features
9
+
10
+ - go server backend ([ #42 ] ( https://github.com/expect-dev/jest-opentelemetry/issues/42 ) ) ([ a543845] ( https://github.com/expect-dev/jest-opentelemetry/commit/a543845445617bd321c7cee793e23caf2c651844 ) )
11
+
6
12
## [ 0.4.1] ( https://github.com/traceloop/jest-opentelemetry/compare/v0.4.0...v0.4.1 ) (2023-02-23)
7
13
8
14
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @traceloop/instrument-opentelemetry" ,
3
- "version" : " 0.4.1 " ,
3
+ "version" : " 0.5.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.5.0] ( https://github.com/traceloop/jest-opentelemetry/compare/v0.4.1...v0.5.0 ) (2023-03-17)
7
+
8
+ ### Features
9
+
10
+ - go server backend ([ #42 ] ( https://github.com/traceloop/jest-opentelemetry/issues/42 ) ) ([ a543845] ( https://github.com/traceloop/jest-opentelemetry/commit/a543845445617bd321c7cee793e23caf2c651844 ) )
11
+
6
12
# 0.4.0 (2023-02-22)
7
13
8
14
### 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.4 .0" ,
4
+ "version" : " 0.5 .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.4 .0" ,
46
+ "@traceloop/otel-receiver" : " ^0.5 .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.5.0] ( https://github.com/traceloop/jest-opentelemetry/compare/v0.4.1...v0.5.0 ) (2023-03-17)
7
+
8
+ ** Note:** Version bump only for package @traceloop/jest-opentelemetry
9
+
6
10
# 0.4.0 (2023-02-22)
7
11
8
12
### Bug Fixes
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.4 .0" ,
4
+ "version" : " 0.5 .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.4 .0" ,
29
- "@traceloop/jest-environment-otel" : " ^0.4 .0"
28
+ "@traceloop/expect-opentelemetry" : " ^0.5 .0" ,
29
+ "@traceloop/jest-environment-otel" : " ^0.5 .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.5.0] ( https://github.com/traceloop/jest-opentelemetry/compare/v0.4.1...v0.5.0 ) (2023-03-17)
7
+
8
+
9
+ ### Features
10
+
11
+ * traceloop proto ([ #52 ] ( https://github.com/traceloop/jest-opentelemetry/issues/52 ) ) ([ 53e9e68] ( https://github.com/traceloop/jest-opentelemetry/commit/53e9e68ab34bf79ab52adb82be219d48fef64acb ) )
12
+
13
+
14
+
15
+
16
+
6
17
# 0.4.0 (2023-02-22)
7
18
8
19
### Bug Fixes
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.4 .0" ,
4
+ "version" : " 0.5 .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.5.0] ( https://github.com/traceloop/jest-opentelemetry/compare/v0.4.1...v0.5.0 ) (2023-03-17)
7
+
8
+ ### Features
9
+
10
+ - go server backend ([ #42 ] ( https://github.com/traceloop/jest-opentelemetry/issues/42 ) ) ([ a543845] ( https://github.com/traceloop/jest-opentelemetry/commit/a543845445617bd321c7cee793e23caf2c651844 ) )
11
+
6
12
# 0.4.0 (2023-02-22)
7
13
8
14
### Bug Fixes
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.4 .0" ,
4
+ "version" : " 0.5 .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.4 .0" ,
48
+ "@traceloop/otel-proto" : " ^0.5 .0" ,
49
49
"express" : " ^4.18.2"
50
50
}
51
51
}
You can’t perform that action at this time.
0 commit comments