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

Commit 0312aa5

Browse files
1 parent 2af9ef2 commit 0312aa5

File tree

15 files changed

+70
-10
lines changed

15 files changed

+70
-10
lines changed

packages/instrumentation-aws-sdk/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.1](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-aws-sdk@[email protected]) (2021-03-01)
7+
8+
9+
### Features
10+
11+
* add moduleVersionAttributeName config to all plugins ([#71](https://github.com/aspecto-io/opentelemetry-ext-js/issues/71)) ([2af9ef2](https://github.com/aspecto-io/opentelemetry-ext-js/commit/2af9ef2457f849602b9303bc4a2287c2cc6d8936))
12+
13+
14+
15+
16+
617
# [0.2.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-aws-sdk@[email protected]) (2021-02-18)
718

819

packages/instrumentation-aws-sdk/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-aws-sdk",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "open telemetry instrumentation for the `aws-sdk` package",
55
"keywords": [
66
"aws",
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.2.0';
2+
export const VERSION = '0.2.1';

packages/instrumentation-kafkajs/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.1](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-kafkajs@[email protected]) (2021-03-01)
7+
8+
9+
### Features
10+
11+
* add moduleVersionAttributeName config to all plugins ([#71](https://github.com/aspecto-io/opentelemetry-ext-js/issues/71)) ([2af9ef2](https://github.com/aspecto-io/opentelemetry-ext-js/commit/2af9ef2457f849602b9303bc4a2287c2cc6d8936))
12+
13+
14+
15+
16+
617
# [0.2.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-kafkajs@[email protected]) (2021-02-18)
718

819

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.2.0",
3+
"version": "0.2.1",
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.2.0';
2+
export const VERSION = '0.2.1';

packages/instrumentation-mongoose/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.1](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-mongoose@[email protected]) (2021-03-01)
7+
8+
9+
### Features
10+
11+
* add moduleVersionAttributeName config to all plugins ([#71](https://github.com/aspecto-io/opentelemetry-ext-js/issues/71)) ([2af9ef2](https://github.com/aspecto-io/opentelemetry-ext-js/commit/2af9ef2457f849602b9303bc4a2287c2cc6d8936))
12+
13+
14+
15+
16+
617
# [0.2.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-mongoose@[email protected]) (2021-02-18)
718

819

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.2.0",
3+
"version": "0.2.1",
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.2.0';
2+
export const VERSION = '0.2.1';

packages/instrumentation-sequelize/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.1](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-sequelize@[email protected]) (2021-03-01)
7+
8+
9+
### Bug Fixes
10+
11+
* **sequelize:** internal version query is instrumented in mysql ([#69](https://github.com/aspecto-io/opentelemetry-ext-js/issues/69)) ([446b359](https://github.com/aspecto-io/opentelemetry-ext-js/commit/446b3590e5590c604b1dfc52016df035cec6986f))
12+
13+
14+
### Features
15+
16+
* add moduleVersionAttributeName config to all plugins ([#71](https://github.com/aspecto-io/opentelemetry-ext-js/issues/71)) ([2af9ef2](https://github.com/aspecto-io/opentelemetry-ext-js/commit/2af9ef2457f849602b9303bc4a2287c2cc6d8936))
17+
18+
19+
20+
21+
622
# [0.2.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-sequelize@[email protected]) (2021-02-18)
723

824

0 commit comments

Comments
 (0)