Skip to content

Commit

Permalink
Merge pull request newrelic#150 from newrelic/release/v0.6.0
Browse files Browse the repository at this point in the history
Release v0.6.0
  • Loading branch information
bizob2828 authored Aug 9, 2023
2 parents 5a352b1 + 94d6ae0 commit e57389e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions merged/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### v0.6.0 (2023-08-09)

* **BREAKING** - Dropped support for Node 14.
* Added support for Node 20.
* Updated instrumentation to no longer record spans for middleware execution. Middleware instrumentation is now recorded only for Next.js 12.2.0-13.4.12.
* Updated instrumentation for api requests to properly extract the params and page.
* Updated CI to run against versions 16-20.
* Updated `semver`, `word-wrap`, `protobuf`, `fast-xml-parser`, and `@aws-sdk/client-lambda` to resolve CVEs.

### v0.5.2 (2023-06-26)

* Fixed Next.js `getServerSideProps` instrumentation to register via `renderToResponseWithComponents` instead of `renderHTML`
Expand Down
4 changes: 2 additions & 2 deletions merged/nextjs/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 merged/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@newrelic/next",
"version": "0.5.2",
"version": "0.6.0",
"description": "Next.js instrumentation for the New Relic Node.js agent. ",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e57389e

Please sign in to comment.