Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nirga committed Jun 4, 2023
1 parent 96b9e26 commit 4177f62
Show file tree
Hide file tree
Showing 15 changed files with 114 additions and 28 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

- instrumentation version bump ([#55](https://github.com/traceloop/jest-opentelemetry/issues/55)) ([0a5a352](https://github.com/traceloop/jest-opentelemetry/commit/0a5a352d6ef45e3bce114a53182f7958a1e3b7a9))
- work with remote server ([#69](https://github.com/traceloop/jest-opentelemetry/issues/69)) ([d219a40](https://github.com/traceloop/jest-opentelemetry/commit/d219a402ea52b7cc7aa4c8f31a4e9071e016a9cf))

### Features

- redis tests ([#61](https://github.com/traceloop/jest-opentelemetry/issues/61)) ([7e0c156](https://github.com/traceloop/jest-opentelemetry/commit/7e0c156aabf06b5e79667ebc7574a58fab2e7bd3))
- user agent header for traceloopId ([#73](https://github.com/traceloop/jest-opentelemetry/issues/73)) ([96b9e26](https://github.com/traceloop/jest-opentelemetry/commit/96b9e26d29636c9095b731ca96c87a23f2b8db8b))

# [0.5.0](https://github.com/traceloop/jest-opentelemetry/compare/v0.4.1...v0.5.0) (2023-03-17)

### Features
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.5.0"
"version": "0.6.0"
}
69 changes: 53 additions & 16 deletions package-lock.json

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

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

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

### Bug Fixes

- work with remote server ([#69](https://github.com/traceloop/jest-opentelemetry/issues/69)) ([d219a40](https://github.com/traceloop/jest-opentelemetry/commit/d219a402ea52b7cc7aa4c8f31a4e9071e016a9cf))

### Features

- redis tests ([#61](https://github.com/traceloop/jest-opentelemetry/issues/61)) ([7e0c156](https://github.com/traceloop/jest-opentelemetry/commit/7e0c156aabf06b5e79667ebc7574a58fab2e7bd3))
- user agent header for traceloopId ([#73](https://github.com/traceloop/jest-opentelemetry/issues/73)) ([96b9e26](https://github.com/traceloop/jest-opentelemetry/commit/96b9e26d29636c9095b731ca96c87a23f2b8db8b))

# [0.5.0](https://github.com/traceloop/jest-opentelemetry/compare/v0.4.1...v0.5.0) (2023-03-17)

### Features
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.5.0",
"version": "0.6.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.5.0",
"@traceloop/otel-proto": "^0.6.0",
"axios": "^1.3.4",
"deep-equal": "^2.2.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.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

# [0.5.0](https://github.com/traceloop/jest-opentelemetry/compare/v0.4.1...v0.5.0) (2023-03-17)

### Features
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.5.0",
"version": "0.6.0",
"main": "./dist/tracing.js",
"engines": {
"node": ">=14.0.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/jest-environment-otel/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

- work with remote server ([#69](https://github.com/traceloop/jest-opentelemetry/issues/69)) ([d219a40](https://github.com/traceloop/jest-opentelemetry/commit/d219a402ea52b7cc7aa4c8f31a4e9071e016a9cf))

# [0.5.0](https://github.com/traceloop/jest-opentelemetry/compare/v0.4.1...v0.5.0) (2023-03-17)

### Features
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.5.0",
"version": "0.6.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.5.0",
"@traceloop/otel-receiver": "^0.6.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.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

# [0.5.0](https://github.com/traceloop/jest-opentelemetry/compare/v0.4.1...v0.5.0) (2023-03-17)

**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.5.0",
"version": "0.6.0",
"license": "Apache-2.0",
"type": "commonjs",
"repository": {
Expand All @@ -25,7 +25,7 @@
"jest-opentelemetry"
],
"dependencies": {
"@traceloop/expect-opentelemetry": "^0.5.0",
"@traceloop/jest-environment-otel": "^0.5.0"
"@traceloop/expect-opentelemetry": "^0.6.0",
"@traceloop/jest-environment-otel": "^0.6.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.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





# [0.5.0](https://github.com/traceloop/jest-opentelemetry/compare/v0.4.1...v0.5.0) (2023-03-17)


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.5.0",
"version": "0.6.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.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

# [0.5.0](https://github.com/traceloop/jest-opentelemetry/compare/v0.4.1...v0.5.0) (2023-03-17)

### Features
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.5.0",
"version": "0.6.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.5.0",
"@traceloop/otel-proto": "^0.6.0",
"express": "^4.18.2"
}
}

0 comments on commit 4177f62

Please sign in to comment.