Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v11.2.0 #1805

Merged
merged 3 commits into from
Oct 11, 2023
Merged

chore: release v11.2.0 #1805

merged 3 commits into from
Oct 11, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 11, 2023

v11.2.0 (2023-10-11)

Features

Bug Fixes

  • Updated agent to create a stub api when running in a worker thread to avoid Next.js early return errors (#1800) (636e8f0)
  • Updated shimmer to allow registering instrumentation for different versions of the same module (#1799) (30f0b16)

Miscellaneous Chores

  • deps: Updated @newrelic/security-agent to v0.3.0 (#1786) (9ca78ae)
  • Separated running versioned tests between local and external (#1792) (6ffe2f6)
  • dev-deps Updated get-func-name to fix CVE (#1790) (f378c77)

Tests

  • Updated elasticsearch container to ignore highwatermark to function on a constrained environment (#1803) (8380e9d)
  • Updated invalid json pino test as this was fixed in 8.15.1 of the pino library. (#1782) (3e65fdc)

Continuous Integration

  • Added steps to zip up container logs on versioned test failure (#1804) (0a54729)

@bizob2828 bizob2828 marked this pull request as ready for review October 11, 2023 14:00
@mrickard mrickard self-assigned this Oct 11, 2023
@codecov
Copy link

codecov bot commented Oct 11, 2023

Codecov Report

Merging #1805 (9989c1e) into main (0a54729) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1805   +/-   ##
=======================================
  Coverage   96.82%   96.82%           
=======================================
  Files         199      199           
  Lines       38958    38958           
=======================================
  Hits        37723    37723           
  Misses       1235     1235           
Flag Coverage Δ
integration-tests-16.x 78.91% <ø> (ø)
integration-tests-18.x 79.19% <ø> (+0.01%) ⬆️
integration-tests-20.x 79.19% <ø> (ø)
unit-tests-16.x 91.43% <ø> (ø)
unit-tests-18.x 91.41% <ø> (ø)
unit-tests-20.x 91.41% <ø> (+0.01%) ⬆️
versioned-tests-16.x 73.05% <ø> (-0.01%) ⬇️
versioned-tests-18.x 73.05% <ø> (-0.01%) ⬇️
versioned-tests-20.x 72.97% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@bizob2828 bizob2828 merged commit 0647411 into main Oct 11, 2023
35 checks passed
@bizob2828 bizob2828 deleted the release/v11.2.0 branch October 11, 2023 15:03
@tomchentw
Copy link

tomchentw commented Oct 11, 2023

Thank you and the wonderful NewRelic team for the release!!


I was able to use newrelic@11.2.0 along with next@13.4.9 on the App Router. You will need to enable this config:
https://nextjs.org/docs/app/api-reference/next-config-js/serverComponentsExternalPackages

export default {
  experimental: {
    appDir: true,
    serverComponentsExternalPackages: ["newrelic"], // without this, you will see this Error: Cannot find module './stub_api'
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants