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

Commit e992865

Browse files
1 parent e9b9109 commit e992865

File tree

12 files changed

+49
-8
lines changed

12 files changed

+49
-8
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.4.1](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-aws-sdk@[email protected]) (2021-05-03)
7+
8+
9+
### Bug Fixes
10+
11+
* **instrumentation-aws-sdk:** instrument when requiring single service in v2 ([#103](https://github.com/aspecto-io/opentelemetry-ext-js/issues/103)) ([002949c](https://github.com/aspecto-io/opentelemetry-ext-js/commit/002949cdb0bc3b8a3c343a3f59f5d17de1c21453))
12+
13+
14+
15+
16+
617
# [0.4.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-aws-sdk@[email protected]) (2021-04-28)
718

819
**Note:** Version bump only for package opentelemetry-instrumentation-aws-sdk

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.4.0",
3+
"version": "0.4.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.4.0';
2+
export const VERSION = '0.4.1';
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 0.4.1 (2021-05-03)
7+
8+
9+
### Features
10+
11+
* **instrumentation-express:** add express instrumentation ([#104](https://github.com/aspecto-io/aspecto-opentelemetry-js/issues/104)) ([e9b9109](https://github.com/aspecto-io/aspecto-opentelemetry-js/commit/e9b9109010456eb8af18accc7f674e0f99cc618c))

packages/instrumentation-express/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-express",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "enhanced open telemetry instrumentation for the `express` web framework",
55
"author": "Aspecto.io",
66
"license": "Apache-2.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.4.0';
2+
export const VERSION = '0.4.1';

packages/instrumentation-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.4.1](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-kafkajs@[email protected]) (2021-05-03)
7+
8+
**Note:** Version bump only for package opentelemetry-instrumentation-kafkajs
9+
10+
11+
12+
13+
614
# [0.4.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-kafkajs@[email protected]) (2021-04-28)
715

816
**Note:** Version bump only for package opentelemetry-instrumentation-kafkajs

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.4.0",
3+
"version": "0.4.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.4.0';
2+
export const VERSION = '0.4.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.4.1](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-mongoose@[email protected]) (2021-05-03)
7+
8+
9+
### Features
10+
11+
* **instrumentation-mongoose:** add requireParentSpan config option ([#108](https://github.com/aspecto-io/opentelemetry-ext-js/issues/108)) ([c26db49](https://github.com/aspecto-io/opentelemetry-ext-js/commit/c26db49bc9189009d42f5c5ad4336068b3a7e53e))
12+
13+
14+
15+
16+
617
# [0.4.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-mongoose@[email protected]) (2021-04-28)
718

819
**Note:** Version bump only for package opentelemetry-instrumentation-mongoose

0 commit comments

Comments
 (0)