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

Commit 12cfb28

Browse files
1 parent 8899079 commit 12cfb28

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

packages/instrumentation-aws-sdk/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.3.1](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-aws-sdk@[email protected]) (2021-04-13)
7+
8+
9+
### Features
10+
11+
* **aws-sdk:** support for aws-sdk v3 ([#91](https://github.com/aspecto-io/opentelemetry-ext-js/issues/91)) ([8899079](https://github.com/aspecto-io/opentelemetry-ext-js/commit/889907953cae747888b5d220ea3158bb2b761b24))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **aws-sdk:** remove `component` attribute from aws-sdk spans
17+
* **aws-sdk:** change hooks function signature in aws-sdk
18+
19+
20+
21+
22+
623
# [0.3.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-aws-sdk@[email protected]) (2021-03-18)
724

825

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

0 commit comments

Comments
 (0)