Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit 2245351

Browse files

File tree

17 files changed

+96
-12
lines changed

17 files changed

+96
-12
lines changed

packages/instrumentation-aws-sdk/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.2.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-aws-sdk@[email protected]) (2021-02-18)
7+
8+
9+
* feat!: Upgrade to otel 17 (#66) ([40e671f](https://github.com/aspecto-io/opentelemetry-ext-js/commit/40e671fb2bb6fd9b33026b650ef9ae48c1e3f57a)), closes [#66](https://github.com/aspecto-io/opentelemetry-ext-js/issues/66)
10+
11+
12+
### BREAKING CHANGES
13+
14+
* All plugins require opentelemetry version ^0.17.0 to work
15+
16+
17+
18+
19+
620
# [0.1.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-aws-sdk@[email protected]) (2021-02-18)
721

822

packages/instrumentation-aws-sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opentelemetry-instrumentation-aws-sdk",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "open telemetry instrumentation for the `aws-sdk` package",
55
"keywords": [
66
"aws",
@@ -35,7 +35,7 @@
3535
"@opentelemetry/api": "^0.17.0",
3636
"@opentelemetry/instrumentation": "^0.17.0",
3737
"@opentelemetry/semantic-conventions": "^0.17.0",
38-
"opentelemetry-propagation-utils": "^0.3.0"
38+
"opentelemetry-propagation-utils": "^0.4.0"
3939
},
4040
"devDependencies": {
4141
"@opentelemetry/api": "^0.17.0",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// this is autogenerated file, see scripts/version-update.js
2-
export const VERSION = '0.1.0';
2+
export const VERSION = '0.2.0';

packages/instrumentation-kafkajs/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.2.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-kafkajs@[email protected]) (2021-02-18)
7+
8+
9+
* feat!: Upgrade to otel 17 (#66) ([40e671f](https://github.com/aspecto-io/opentelemetry-ext-js/commit/40e671fb2bb6fd9b33026b650ef9ae48c1e3f57a)), closes [#66](https://github.com/aspecto-io/opentelemetry-ext-js/issues/66)
10+
11+
12+
### BREAKING CHANGES
13+
14+
* All plugins require opentelemetry version ^0.17.0 to work
15+
16+
17+
18+
19+
620
# [0.1.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-kafkajs@[email protected]) (2021-02-18)
721

822

packages/instrumentation-kafkajs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opentelemetry-instrumentation-kafkajs",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "open telemetry instrumentation for the `kafkajs` kafka client",
55
"keywords": [
66
"kafka",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// this is autogenerated file, see scripts/version-update.js
2-
export const VERSION = '0.1.0';
2+
export const VERSION = '0.2.0';

packages/instrumentation-mongoose/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.2.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-mongoose@[email protected]) (2021-02-18)
7+
8+
9+
* feat!: Upgrade to otel 17 (#66) ([40e671f](https://github.com/aspecto-io/opentelemetry-ext-js/commit/40e671fb2bb6fd9b33026b650ef9ae48c1e3f57a)), closes [#66](https://github.com/aspecto-io/opentelemetry-ext-js/issues/66)
10+
11+
12+
### BREAKING CHANGES
13+
14+
* All plugins require opentelemetry version ^0.17.0 to work
15+
16+
17+
18+
19+
620
# [0.1.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-mongoose@[email protected]) (2021-02-18)
721

822

packages/instrumentation-mongoose/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opentelemetry-instrumentation-mongoose",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "open telemetry instrumentation for the `mongoose` module",
55
"keywords": [
66
"mongoose",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// this is autogenerated file, see scripts/version-update.js
2-
export const VERSION = '0.1.0';
2+
export const VERSION = '0.2.0';

packages/instrumentation-sequelize/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.2.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-sequelize@[email protected]) (2021-02-18)
7+
8+
9+
* feat!: Upgrade to otel 17 (#66) ([40e671f](https://github.com/aspecto-io/opentelemetry-ext-js/commit/40e671fb2bb6fd9b33026b650ef9ae48c1e3f57a)), closes [#66](https://github.com/aspecto-io/opentelemetry-ext-js/issues/66)
10+
11+
12+
### BREAKING CHANGES
13+
14+
* All plugins require opentelemetry version ^0.17.0 to work
15+
16+
17+
18+
19+
620
# [0.1.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-sequelize@[email protected]) (2021-02-18)
721

822

0 commit comments

Comments
 (0)