Skip to content

Commit

Permalink
Merge pull request newrelic#197 from newrelic/release/v6.0.0
Browse files Browse the repository at this point in the history
Release v6.0.0
  • Loading branch information
bizob2828 committed Jun 30, 2023
2 parents 639041c + 5daadff commit 337913b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### v6.0.0 (2023-06-30)

* **BREAKING**: Removed ability to run `@newrelic/aws-sdk` as a standalone module. This package gets bundled with agent and no longer can run as a standalone in v10 of the newrelic agent.

* Fixed instrumentation in AWS 3.363.0.

* Updated README links to point to new forum link due to repolinter ruleset change.

### v5.0.5 (2023-05-01)

* Assigned shimName to v3 instrumentation hooks to avoid duplicate middleware crashes.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@newrelic/aws-sdk",
"version": "5.0.5",
"version": "6.0.0",
"description": "New Relic instrumentation of the aws-sdk package.",
"scripts": {
"test": "npm run unit && npm run versioned",
Expand Down

0 comments on commit 337913b

Please sign in to comment.