Skip to content

Commit

Permalink
Merge pull request newrelic#177 from newrelic/release/v0.8.0
Browse files Browse the repository at this point in the history
Release v0.8.0
  • Loading branch information
svetlanabrennan authored Mar 12, 2024
2 parents fd27538 + f622627 commit 81e4079
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions merged/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### v0.8.0 (2024-03-12)

* Updated instrumentation to construct spec objects at instrumentation.
* Fixed instrumentation to only pass in route parameters to be added to Next.js segments.
* Updated minimum version of agent to 11.12.0.
* Updated dev deps `follow-redirects`, `@babel/traverse` to fix bugs and CVEs

### v0.7.0 (2023-08-29)

* Updated the module path to properly instrument Next.js with `require-in-the-middle`.
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.7.0",
"version": "0.8.0",
"description": "Next.js instrumentation for the New Relic Node.js agent. ",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 81e4079

Please sign in to comment.