Skip to content

Commit fbe8182

Browse files
v0.7.0
1 parent c35dc77 commit fbe8182

File tree

15 files changed

+67
-29
lines changed

15 files changed

+67
-29
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
613
# [0.6.0](https://github.com/traceloop/jest-opentelemetry/compare/v0.5.0...v0.6.0) (2023-06-04)
714

815
### Bug Fixes

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"useWorkspaces": true,
4-
"version": "0.6.0"
4+
"version": "0.7.0"
55
}

package-lock.json

+17-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/expect-opentelemetry/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
613
# [0.6.0](https://github.com/traceloop/jest-opentelemetry/compare/v0.5.0...v0.6.0) (2023-06-04)
714

815
### Bug Fixes

packages/expect-opentelemetry/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@traceloop/expect-opentelemetry",
33
"description": "Assertion toolkit for OpenTelemetry tests.",
4-
"version": "0.6.0",
4+
"version": "0.7.0",
55
"license": "Apache-2.0",
66
"type": "commonjs",
77
"main": "./dist/index.js",
@@ -36,7 +36,7 @@
3636
},
3737
"dependencies": {
3838
"@opentelemetry/semantic-conventions": "^1.10.1",
39-
"@traceloop/otel-proto": "^0.6.0",
39+
"@traceloop/otel-proto": "^0.7.0",
4040
"axios": "^1.3.4",
4141
"deep-equal": "^2.2.0",
4242
"node-sql-parser": "^4.7.0"

packages/instrument-opentelemetry/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
610
# [0.6.0](https://github.com/traceloop/jest-opentelemetry/compare/v0.5.0...v0.6.0) (2023-06-04)
711

812
**Note:** Version bump only for package @traceloop/instrument-opentelemetry

packages/instrument-opentelemetry/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@traceloop/instrument-opentelemetry",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"main": "./dist/tracing.js",
55
"engines": {
66
"node": ">=14.0.0"

packages/jest-environment-otel/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
610
# [0.6.0](https://github.com/traceloop/jest-opentelemetry/compare/v0.5.0...v0.6.0) (2023-06-04)
711

812
### Bug Fixes

packages/jest-environment-otel/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@traceloop/jest-environment-otel",
33
"description": "OpenTelemetry environment for Jest.",
4-
"version": "0.6.0",
4+
"version": "0.7.0",
55
"license": "Apache-2.0",
66
"type": "commonjs",
77
"main": "./index.js",
@@ -43,7 +43,7 @@
4343
"rollup-plugin-swc3": "^0.8.0"
4444
},
4545
"dependencies": {
46-
"@traceloop/otel-receiver": "^0.6.0",
46+
"@traceloop/otel-receiver": "^0.7.0",
4747
"chalk": "^4.1.2",
4848
"cwd": "^0.10.0",
4949
"jest-dev-server": "^7.0.1",

packages/jest-opentelemetry/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
610
# [0.6.0](https://github.com/traceloop/jest-opentelemetry/compare/v0.5.0...v0.6.0) (2023-06-04)
711

812
**Note:** Version bump only for package @traceloop/jest-opentelemetry

packages/jest-opentelemetry/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@traceloop/jest-opentelemetry",
33
"description": "Run your tests using Jest & OpenTelemetry.",
4-
"version": "0.6.0",
4+
"version": "0.7.0",
55
"license": "Apache-2.0",
66
"type": "commonjs",
77
"repository": {
@@ -25,7 +25,7 @@
2525
"jest-opentelemetry"
2626
],
2727
"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"
3030
}
3131
}

packages/otel-proto/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
614
# [0.6.0](https://github.com/traceloop/jest-opentelemetry/compare/v0.5.0...v0.6.0) (2023-06-04)
715

816
**Note:** Version bump only for package @traceloop/otel-proto

packages/otel-proto/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@traceloop/otel-proto",
33
"description": "Otel & Traceloop proto compiled to JS with type definitions",
4-
"version": "0.6.0",
4+
"version": "0.7.0",
55
"license": "Apache-2.0",
66
"type": "commonjs",
77
"main": "./dist/index.js",

packages/otel-receiver/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
610
# [0.6.0](https://github.com/traceloop/jest-opentelemetry/compare/v0.5.0...v0.6.0) (2023-06-04)
711

812
**Note:** Version bump only for package @traceloop/otel-receiver

packages/otel-receiver/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@traceloop/otel-receiver",
33
"description": "A node server to receive and cache incoming opentelemetry spans.",
4-
"version": "0.6.0",
4+
"version": "0.7.0",
55
"license": "Apache-2.0",
66
"type": "commonjs",
77
"main": "./dist/index.js",
@@ -45,7 +45,7 @@
4545
"rollup-plugin-swc3": "^0.8.0"
4646
},
4747
"dependencies": {
48-
"@traceloop/otel-proto": "^0.6.0",
48+
"@traceloop/otel-proto": "^0.7.0",
4949
"express": "^4.18.2"
5050
}
5151
}

0 commit comments

Comments
 (0)