Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomer-friedman committed Jun 13, 2023
1 parent c35dc77 commit fbe8182
Show file tree
Hide file tree
Showing 15 changed files with 67 additions and 29 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.7.0](https://github.com/traceloop/jest-opentelemetry/compare/v0.6.0...v0.7.0) (2023-06-13)

### Features

- separate tables and operations ([#77](https://github.com/traceloop/jest-opentelemetry/issues/77)) ([c35dc77](https://github.com/traceloop/jest-opentelemetry/commit/c35dc7756e7b37715798f767a6a042230305d9b5))
- sql compare ([#76](https://github.com/traceloop/jest-opentelemetry/issues/76)) ([5834c74](https://github.com/traceloop/jest-opentelemetry/commit/5834c749c2ef3f5619566d7104670a51146e4dca))

# [0.6.0](https://github.com/traceloop/jest-opentelemetry/compare/v0.5.0...v0.6.0) (2023-06-04)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "0.6.0"
"version": "0.7.0"
}
34 changes: 17 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions packages/expect-opentelemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.7.0](https://github.com/traceloop/jest-opentelemetry/compare/v0.6.0...v0.7.0) (2023-06-13)

### Features

- separate tables and operations ([#77](https://github.com/traceloop/jest-opentelemetry/issues/77)) ([c35dc77](https://github.com/traceloop/jest-opentelemetry/commit/c35dc7756e7b37715798f767a6a042230305d9b5))
- sql compare ([#76](https://github.com/traceloop/jest-opentelemetry/issues/76)) ([5834c74](https://github.com/traceloop/jest-opentelemetry/commit/5834c749c2ef3f5619566d7104670a51146e4dca))

# [0.6.0](https://github.com/traceloop/jest-opentelemetry/compare/v0.5.0...v0.6.0) (2023-06-04)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/expect-opentelemetry/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@traceloop/expect-opentelemetry",
"description": "Assertion toolkit for OpenTelemetry tests.",
"version": "0.6.0",
"version": "0.7.0",
"license": "Apache-2.0",
"type": "commonjs",
"main": "./dist/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@opentelemetry/semantic-conventions": "^1.10.1",
"@traceloop/otel-proto": "^0.6.0",
"@traceloop/otel-proto": "^0.7.0",
"axios": "^1.3.4",
"deep-equal": "^2.2.0",
"node-sql-parser": "^4.7.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/instrument-opentelemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.7.0](https://github.com/traceloop/jest-opentelemetry/compare/v0.6.0...v0.7.0) (2023-06-13)

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

# [0.6.0](https://github.com/traceloop/jest-opentelemetry/compare/v0.5.0...v0.6.0) (2023-06-04)

**Note:** Version bump only for package @traceloop/instrument-opentelemetry
Expand Down
2 changes: 1 addition & 1 deletion packages/instrument-opentelemetry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@traceloop/instrument-opentelemetry",
"version": "0.6.0",
"version": "0.7.0",
"main": "./dist/tracing.js",
"engines": {
"node": ">=14.0.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/jest-environment-otel/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.7.0](https://github.com/traceloop/jest-opentelemetry/compare/v0.6.0...v0.7.0) (2023-06-13)

**Note:** Version bump only for package @traceloop/jest-environment-otel

# [0.6.0](https://github.com/traceloop/jest-opentelemetry/compare/v0.5.0...v0.6.0) (2023-06-04)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-environment-otel/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@traceloop/jest-environment-otel",
"description": "OpenTelemetry environment for Jest.",
"version": "0.6.0",
"version": "0.7.0",
"license": "Apache-2.0",
"type": "commonjs",
"main": "./index.js",
Expand Down Expand Up @@ -43,7 +43,7 @@
"rollup-plugin-swc3": "^0.8.0"
},
"dependencies": {
"@traceloop/otel-receiver": "^0.6.0",
"@traceloop/otel-receiver": "^0.7.0",
"chalk": "^4.1.2",
"cwd": "^0.10.0",
"jest-dev-server": "^7.0.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/jest-opentelemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.7.0](https://github.com/traceloop/jest-opentelemetry/compare/v0.6.0...v0.7.0) (2023-06-13)

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

# [0.6.0](https://github.com/traceloop/jest-opentelemetry/compare/v0.5.0...v0.6.0) (2023-06-04)

**Note:** Version bump only for package @traceloop/jest-opentelemetry
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-opentelemetry/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@traceloop/jest-opentelemetry",
"description": "Run your tests using Jest & OpenTelemetry.",
"version": "0.6.0",
"version": "0.7.0",
"license": "Apache-2.0",
"type": "commonjs",
"repository": {
Expand All @@ -25,7 +25,7 @@
"jest-opentelemetry"
],
"dependencies": {
"@traceloop/expect-opentelemetry": "^0.6.0",
"@traceloop/jest-environment-otel": "^0.6.0"
"@traceloop/expect-opentelemetry": "^0.7.0",
"@traceloop/jest-environment-otel": "^0.7.0"
}
}
8 changes: 8 additions & 0 deletions packages/otel-proto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.7.0](https://github.com/traceloop/jest-opentelemetry/compare/v0.6.0...v0.7.0) (2023-06-13)

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





# [0.6.0](https://github.com/traceloop/jest-opentelemetry/compare/v0.5.0...v0.6.0) (2023-06-04)

**Note:** Version bump only for package @traceloop/otel-proto
Expand Down
2 changes: 1 addition & 1 deletion packages/otel-proto/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@traceloop/otel-proto",
"description": "Otel & Traceloop proto compiled to JS with type definitions",
"version": "0.6.0",
"version": "0.7.0",
"license": "Apache-2.0",
"type": "commonjs",
"main": "./dist/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/otel-receiver/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.7.0](https://github.com/traceloop/jest-opentelemetry/compare/v0.6.0...v0.7.0) (2023-06-13)

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

# [0.6.0](https://github.com/traceloop/jest-opentelemetry/compare/v0.5.0...v0.6.0) (2023-06-04)

**Note:** Version bump only for package @traceloop/otel-receiver
Expand Down
4 changes: 2 additions & 2 deletions packages/otel-receiver/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@traceloop/otel-receiver",
"description": "A node server to receive and cache incoming opentelemetry spans.",
"version": "0.6.0",
"version": "0.7.0",
"license": "Apache-2.0",
"type": "commonjs",
"main": "./dist/index.js",
Expand Down Expand Up @@ -45,7 +45,7 @@
"rollup-plugin-swc3": "^0.8.0"
},
"dependencies": {
"@traceloop/otel-proto": "^0.6.0",
"@traceloop/otel-proto": "^0.7.0",
"express": "^4.18.2"
}
}

0 comments on commit fbe8182

Please sign in to comment.