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

Commit

Permalink
Merge pull request #82 from newrelic/release/v0.3.0
Browse files Browse the repository at this point in the history
Release v0.3.0
  • Loading branch information
bizob2828 authored Jul 27, 2022
2 parents 14b19f0 + 508bcc1 commit fc30583
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 24 deletions.
52 changes: 31 additions & 21 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,32 @@
### v0.2.0 (2022-07-05)

### v0.3.0 (2022-07-27)

* **BREAKING** Removed support for Node 12.

The minimum supported version is now Node v14. For further information on our support policy, see: https://docs.newrelic.com/docs/agents/nodejs-agent/getting-started/compatibility-requirements-nodejs-agent.

* Added support for Node 18.x

* Updated sample app to use `http.get` instead of `fetch` to make subrequests to API to avoid async context propagation breakage in Node 18.

### v0.2.0 (2022-07-05)

* **BREAKING**: Fixed instrumentation to only support middleware in `>=12.2.0` of Next.js
* Next.js has made middleware [stable](https://nextjs.org/docs/advanced-features/middleware).
* All attempts in `@newrelic/next` to track middleware before 12.2.0 have been removed.

* Added an additional path to register `next-server` when running a Next.js app with a standalone server.

* Updated dev-dependencies to clear security audit warnings.

### v0.1.1 (2022-04-04)

* Added support for middleware in > 12.1.1 of Next.js. The return of `getModuleContext` is now an async function.

* Fixed a few small documentation items.

### v0.1.0 (2022-03-01)
* Initial release of the Node.js Next.js instrumentation.
* Transaction naming based on Next.js page or API route.
* Segment/Span capture for middleware, and getServerSideProps.
* Documentation around manually injecting the New Relic browser agent.
* Verified support on Next.js >= 12.0.9
* Next.js has made middleware [stable](https://nextjs.org/docs/advanced-features/middleware).
* All attempts in `@newrelic/next` to track middleware before 12.2.0 have been removed.

* Added an additional path to register `next-server` when running a Next.js app with a standalone server.

* Updated dev-dependencies to clear security audit warnings.

### v0.1.1 (2022-04-04)

* Added support for middleware in > 12.1.1 of Next.js. The return of `getModuleContext` is now an async function.

* Fixed a few small documentation items.

### v0.1.0 (2022-03-01)
* Initial release of the Node.js Next.js instrumentation.
* Transaction naming based on Next.js page or API route.
* Segment/Span capture for middleware, and getServerSideProps.
* Documentation around manually injecting the New Relic browser agent.
* Verified support on Next.js >= 12.0.9
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/next",
"version": "0.2.0",
"version": "0.3.0",
"description": "Next.js instrumentation for the New Relic Node.js agent. ",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit fc30583

Please sign in to comment.