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

Commit 1a10f07

Browse files
1 parent e643a11 commit 1a10f07

File tree

14 files changed

+96
-10
lines changed

14 files changed

+96
-10
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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.1.2 (2021-01-12)
7+
8+
9+
### Bug Fixes
10+
11+
* support otel v0.12.0 context propagation ([#33](https://github.com/aspecto-io/opentelemetry-ext-js/issues/33)) ([5a46fdf](https://github.com/aspecto-io/opentelemetry-ext-js/commit/5a46fdfa9f3677f299b0b848c6bca73a4fd065fe))
12+
* **plugin-aws-sdk:** check messages before accesing start func property ([#31](https://github.com/aspecto-io/opentelemetry-ext-js/issues/31)) ([26b4519](https://github.com/aspecto-io/opentelemetry-ext-js/commit/26b4519678b04d446641454f29ae7587297604c3))
13+
* exception when mapping sqs result to non object value ([#29](https://github.com/aspecto-io/opentelemetry-ext-js/issues/29)) ([5386f75](https://github.com/aspecto-io/opentelemetry-ext-js/commit/5386f7575989467107cb8b3c5ce4f47b28cd9a1a))
14+
* **opentelemetry-plugin-aws-sdk:** add operation to sqs span name following change to the spec ([826b797](https://github.com/aspecto-io/opentelemetry-ext-js/commit/826b7970f3fef931535a5f3ed2a0815158b57e23))
15+
* **opentelemetry-plugin-aws-sdk:** add tests and support more iterations in sqs receive ([ba97daf](https://github.com/aspecto-io/opentelemetry-ext-js/commit/ba97daf54355f629f8db8ab06abe216ebb5b0870))
16+
* **opentelemetry-plugin-aws-sdk:** set aws span as the propagated context ([55f12ae](https://github.com/aspecto-io/opentelemetry-ext-js/commit/55f12ae09dcf63787ea8311268a866614539701b))
17+
* dont add sqs MessageAttribute if we are over the limit ([d276dd7](https://github.com/aspecto-io/opentelemetry-ext-js/commit/d276dd7b6a0cc1975c4103f02e59730e71aa601b))
18+
* inject sqs context per each message in batch ([d307f10](https://github.com/aspecto-io/opentelemetry-ext-js/commit/d307f101cb80cbd5be2788993f67aeedd51648c5))
19+
* log if sqs unable to inject context propagation ([c191bb2](https://github.com/aspecto-io/opentelemetry-ext-js/commit/c191bb2edd978680330b08d3927d9104be9d6c2a))
20+
* **plugin-aws-sdk:** remove unused import ([ba6f797](https://github.com/aspecto-io/opentelemetry-ext-js/commit/ba6f7976e600c9df22a0a0cb73d65cec61a46e0d))
21+
* **plugin-aws-sdk:** set span hierarchy for sqs processing ([e625f41](https://github.com/aspecto-io/opentelemetry-ext-js/commit/e625f41f45fd557b71d8a8cbfe70ba63a6637470))
22+
23+
24+
### Features
25+
26+
* **aws-plugin:** use propagation-utils ([#38](https://github.com/aspecto-io/opentelemetry-ext-js/issues/38)) ([6988f68](https://github.com/aspecto-io/opentelemetry-ext-js/commit/6988f68dd12a5a7b65d790fd594ebd10d1885ab9))
27+
* **plugin-aws-sdk:** add custom attributes hook ([faec15b](https://github.com/aspecto-io/opentelemetry-ext-js/commit/faec15b614072735a9783316b41d63d4c226f291))
28+
* **plugin-aws-sdk:** add span kind to request hook ([fca954f](https://github.com/aspecto-io/opentelemetry-ext-js/commit/fca954f5d8276d0a18c6b217f58ca8aa596f09c3))
29+
* **plugin-aws-sdk:** add span name to request hook ([f1c3dc9](https://github.com/aspecto-io/opentelemetry-ext-js/commit/f1c3dc9e2749552c4f71b3250fee6216b1bcd377))
30+
* **plugin-aws-sdk:** add sqsProcessHook for custom attributes on process span ([#30](https://github.com/aspecto-io/opentelemetry-ext-js/issues/30)) ([8cb41ef](https://github.com/aspecto-io/opentelemetry-ext-js/commit/8cb41ef85f5fc2fe9b8a465c7ce4b0fd3c7b8522))
31+
* **plugin-aws-sdk:** bind promise result to context ([c60a08b](https://github.com/aspecto-io/opentelemetry-ext-js/commit/c60a08b13518b3ebda195b6143719b6a24534bbe))
32+
* **plugin-aws-sdk:** make dynamodb complaint to database client semantic conventions ([#45](https://github.com/aspecto-io/opentelemetry-ext-js/issues/45)) ([b61047d](https://github.com/aspecto-io/opentelemetry-ext-js/commit/b61047dd6d6ebb7ba9773f5fde15760a7df7abef))
33+
* sqs context propagation ([cfbbaa3](https://github.com/aspecto-io/opentelemetry-ext-js/commit/cfbbaa361f0048728cbf110c0af38b144acddf79))
34+
* **plugin-aws-sdk:** bind context to callback on request.send ([3501aad](https://github.com/aspecto-io/opentelemetry-ext-js/commit/3501aad7380c7d8961165f8a3b0039316eb8faaa))
35+
* **plugin-aws-sdk:** bind promise only on incoming operations ([3afffb9](https://github.com/aspecto-io/opentelemetry-ext-js/commit/3afffb9f20b0aec14ae90480e6c5c197225e0713))
36+
* **plugin-aws-sdk:** move aws-sdk plugin to this repository ([95a0312](https://github.com/aspecto-io/opentelemetry-ext-js/commit/95a031278188fca0d43ea1355f85062ced28c728))

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.1",
3+
"version": "0.1.2",
44
"description": "open telemetry instrumentation for the `aws-sdk` package",
55
"keywords": [
66
"aws",
@@ -46,7 +46,7 @@
4646
"@opentelemetry/api": "^0.14.0",
4747
"@opentelemetry/core": "^0.14.0",
4848
"@opentelemetry/semantic-conventions": "^0.14.0",
49-
"opentelemetry-propagation-utils": "0.1.1",
49+
"opentelemetry-propagation-utils": "^0.1.2",
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.1';
2+
export const VERSION = '0.1.2';
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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.1.2 (2021-01-12)
7+
8+
9+
### Bug Fixes
10+
11+
* **kafkajs:** make changes to conform to MessagingSystems spec ([#48](https://github.com/aspecto-io/opentelemetry-ext-js/issues/48)) ([9b6e0c0](https://github.com/aspecto-io/opentelemetry-ext-js/commit/9b6e0c0781f0fe7598b2713c9545ba0442f10ffd))
12+
* **plugin-kafkajs:** correct package name in README ([a5f7638](https://github.com/aspecto-io/opentelemetry-ext-js/commit/a5f7638431da46b2438664fbf75294795df39e36))
13+
* **plugin-kafkajs:** fix urls in package.json ([c357d78](https://github.com/aspecto-io/opentelemetry-ext-js/commit/c357d78af3ea2207caa97e0db6a26aa9ebdcb7ce))
14+
* **plugin-kafkajs:** fixing consumer sent with wrong span kind ([c2382dd](https://github.com/aspecto-io/opentelemetry-ext-js/commit/c2382dd50ecd9f97506f32e769021b33a80adedc))
15+
* **plugin-kafkajs:** plugin version not available from dist ([68335cf](https://github.com/aspecto-io/opentelemetry-ext-js/commit/68335cff14e5f1fbff29d39d4cb54a7630c1c66c))
16+
17+
18+
### Features
19+
20+
* **plugin-kafkajs:** copy plugin code into project ([620fe5f](https://github.com/aspecto-io/opentelemetry-ext-js/commit/620fe5fbb7f0bfa138d4ed9679f3d129f0163e64))

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.1",
3+
"version": "0.1.2",
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.1';
2+
export const VERSION = '0.1.2';
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.1.2 (2021-01-12)
7+
8+
9+
### Bug Fixes
10+
11+
* trim sequelize operation name ([#47](https://github.com/aspecto-io/opentelemetry-ext-js/issues/47)) ([90f802f](https://github.com/aspecto-io/opentelemetry-ext-js/commit/90f802fd7e86a018b4b94c5ff7e7e042b9ed1805))

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.1",
3+
"version": "0.1.2",
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.1';
2+
export const VERSION = '0.1.2';
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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.1.1 (2021-01-12)
7+
8+
**Note:** Version bump only for package opentelemetry-plugin-typeorm

0 commit comments

Comments
 (0)