Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomer-friedman committed Mar 17, 2023
1 parent 53e9e68 commit 4e88a33
Show file tree
Hide file tree
Showing 15 changed files with 412 additions and 28 deletions.
8 changes: 8 additions & 0 deletions 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.5.0](https://github.com/expect-dev/jest-opentelemetry/compare/v0.4.1...v0.5.0) (2023-03-17)

### Features

- go server backend ([#42](https://github.com/expect-dev/jest-opentelemetry/issues/42)) ([a543845](https://github.com/expect-dev/jest-opentelemetry/commit/a543845445617bd321c7cee793e23caf2c651844))
- gRPC matchers ([#48](https://github.com/expect-dev/jest-opentelemetry/issues/48)) ([fe893e2](https://github.com/expect-dev/jest-opentelemetry/commit/fe893e2068286b014d20fe9f25335c5e02f341c8))
- traceloop proto ([#52](https://github.com/expect-dev/jest-opentelemetry/issues/52)) ([53e9e68](https://github.com/expect-dev/jest-opentelemetry/commit/53e9e68ab34bf79ab52adb82be219d48fef64acb))

## [0.4.1](https://github.com/traceloop/jest-opentelemetry/compare/v0.4.0...v0.4.1) (2023-02-23)

### 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.4.1"
"version": "0.5.0"
}
368 changes: 352 additions & 16 deletions package-lock.json

Large diffs are not rendered by default.

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.5.0](https://github.com/traceloop/jest-opentelemetry/compare/v0.4.1...v0.5.0) (2023-03-17)

### Features

- go server backend ([#42](https://github.com/traceloop/jest-opentelemetry/issues/42)) ([a543845](https://github.com/traceloop/jest-opentelemetry/commit/a543845445617bd321c7cee793e23caf2c651844))
- gRPC matchers ([#48](https://github.com/traceloop/jest-opentelemetry/issues/48)) ([fe893e2](https://github.com/traceloop/jest-opentelemetry/commit/fe893e2068286b014d20fe9f25335c5e02f341c8))

# 0.4.0 (2023-02-22)

### 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.4.0",
"version": "0.5.0",
"license": "Apache-2.0",
"type": "commonjs",
"main": "./dist/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@opentelemetry/semantic-conventions": "^1.9.1",
"@traceloop/otel-proto": "^0.4.0",
"@traceloop/otel-proto": "^0.5.0",
"axios": "^1.3.4",
"deep-equal": "^2.2.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/instrument-opentelemetry/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.5.0](https://github.com/expect-dev/jest-opentelemetry/compare/v0.4.1...v0.5.0) (2023-03-17)

### Features

- go server backend ([#42](https://github.com/expect-dev/jest-opentelemetry/issues/42)) ([a543845](https://github.com/expect-dev/jest-opentelemetry/commit/a543845445617bd321c7cee793e23caf2c651844))

## [0.4.1](https://github.com/traceloop/jest-opentelemetry/compare/v0.4.0...v0.4.1) (2023-02-23)

### Bug Fixes
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.4.1",
"version": "0.5.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.5.0](https://github.com/traceloop/jest-opentelemetry/compare/v0.4.1...v0.5.0) (2023-03-17)

### Features

- go server backend ([#42](https://github.com/traceloop/jest-opentelemetry/issues/42)) ([a543845](https://github.com/traceloop/jest-opentelemetry/commit/a543845445617bd321c7cee793e23caf2c651844))

# 0.4.0 (2023-02-22)

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

# 0.4.0 (2023-02-22)

### Bug Fixes
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.4.0",
"version": "0.5.0",
"license": "Apache-2.0",
"type": "commonjs",
"repository": {
Expand All @@ -25,7 +25,7 @@
"jest-opentelemetry"
],
"dependencies": {
"@traceloop/expect-opentelemetry": "^0.4.0",
"@traceloop/jest-environment-otel": "^0.4.0"
"@traceloop/expect-opentelemetry": "^0.5.0",
"@traceloop/jest-environment-otel": "^0.5.0"
}
}
11 changes: 11 additions & 0 deletions packages/otel-proto/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.5.0](https://github.com/traceloop/jest-opentelemetry/compare/v0.4.1...v0.5.0) (2023-03-17)


### Features

* traceloop proto ([#52](https://github.com/traceloop/jest-opentelemetry/issues/52)) ([53e9e68](https://github.com/traceloop/jest-opentelemetry/commit/53e9e68ab34bf79ab52adb82be219d48fef64acb))





# 0.4.0 (2023-02-22)

### Bug Fixes
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.4.0",
"version": "0.5.0",
"license": "Apache-2.0",
"type": "commonjs",
"main": "./dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/otel-receiver/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.5.0](https://github.com/traceloop/jest-opentelemetry/compare/v0.4.1...v0.5.0) (2023-03-17)

### Features

- go server backend ([#42](https://github.com/traceloop/jest-opentelemetry/issues/42)) ([a543845](https://github.com/traceloop/jest-opentelemetry/commit/a543845445617bd321c7cee793e23caf2c651844))

# 0.4.0 (2023-02-22)

### Bug Fixes
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.4.0",
"version": "0.5.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.4.0",
"@traceloop/otel-proto": "^0.5.0",
"express": "^4.18.2"
}
}

0 comments on commit 4e88a33

Please sign in to comment.