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

Commit b97308a

Browse files
1 parent 628ddf3 commit b97308a

File tree

14 files changed

+53
-10
lines changed

14 files changed

+53
-10
lines changed

packages/plugin-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.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-plugin-aws-sdk@[email protected]) (2021-01-28)
7+
8+
9+
### Features
10+
11+
* **aws-sdk:** add suppressInternalInstrumentation config option ([#53](https://github.com/aspecto-io/opentelemetry-ext-js/issues/53)) ([527e266](https://github.com/aspecto-io/opentelemetry-ext-js/commit/527e2664cc3fc3d0e307a69f23529a2ae4ac9d5f))
12+
13+
14+
15+
16+
617
## 0.1.2 (2021-01-12)
718

819

packages/plugin-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-plugin-aws-sdk",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"description": "open telemetry instrumentation for the `aws-sdk` package",
55
"keywords": [
66
"aws",
@@ -46,7 +46,7 @@
4646
"@opentelemetry/api": "^0.15.0",
4747
"@opentelemetry/core": "^0.15.0",
4848
"@opentelemetry/semantic-conventions": "^0.15.0",
49-
"opentelemetry-propagation-utils": "^0.1.2",
49+
"opentelemetry-propagation-utils": "^0.2.0",
5050
"shimmer": "^1.2.1"
5151
},
5252
"jest": {
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.2';
2+
export const VERSION = '0.2.0';

packages/plugin-kafkajs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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-plugin-kafkajs@[email protected]) (2021-01-28)
7+
8+
**Note:** Version bump only for package opentelemetry-plugin-kafkajs
9+
10+
11+
12+
13+
614
## 0.1.2 (2021-01-12)
715

816

packages/plugin-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-plugin-kafkajs",
3-
"version": "0.1.2",
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.2';
2+
export const VERSION = '0.2.0';

packages/plugin-sequelize/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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-plugin-sequelize@[email protected]) (2021-01-28)
7+
8+
**Note:** Version bump only for package opentelemetry-plugin-sequelize
9+
10+
11+
12+
13+
614
## 0.1.2 (2021-01-12)
715

816

packages/plugin-sequelize/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opentelemetry-plugin-sequelize",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"description": "open telemetry instrumentation for the `sequelize` module",
55
"keywords": [
66
"sequelize",
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.2';
2+
export const VERSION = '0.2.0';

packages/plugin-typeorm/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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-plugin-typeorm@[email protected]) (2021-01-28)
7+
8+
**Note:** Version bump only for package opentelemetry-plugin-typeorm
9+
10+
11+
12+
13+
614
## 0.1.1 (2021-01-12)
715

816
**Note:** Version bump only for package opentelemetry-plugin-typeorm

0 commit comments

Comments
 (0)