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.1.0 #1778

Merged
merged 3 commits into from
Sep 7, 2023
Merged

chore: release v11.1.0 #1778

merged 3 commits into from
Sep 7, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 7, 2023

Features

  • Added instrumentation for fetch. (#1776) (980b4dc)
  • Removed undici feature flag. This will now instrument undici by default. (#1772) (683b254)
  • Updated undici instrumentation to create segment on request create instead of after connection and opening socket to more accurately record time it takes to make an undici request. (#1770) (3f494f8)

Performance Improvements

  • Trace: optimise getTotalTimeDurationInMillis function to push to an array instead of concat arrays. (#1774) (6ecde97)

Miscellaneous Chores

  • Updated Next.js plugin versioned tests to use main now that require-in-the-middle fixes have been merged. (#1768) (6a72d1f)
  • Upgraded @newrelic/test-utilities and removed unused shimmer.patchModule and shimmer.unpatchModule (#1769) (96620ef)

@bizob2828 bizob2828 marked this pull request as ready for review September 7, 2023 18:19
@codecov
Copy link

codecov bot commented Sep 7, 2023

Codecov Report

Merging #1778 (44df8d4) into main (980b4dc) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1778   +/-   ##
=======================================
  Coverage   96.84%   96.84%           
=======================================
  Files         198      198           
  Lines       38755    38755           
=======================================
  Hits        37531    37531           
  Misses       1224     1224           
Flag Coverage Δ
integration-tests-16.x 78.85% <ø> (ø)
integration-tests-18.x 79.12% <ø> (ø)
integration-tests-20.x 79.14% <ø> (+0.01%) ⬆️
unit-tests-16.x 91.40% <ø> (ø)
unit-tests-18.x 91.38% <ø> (ø)
unit-tests-20.x 91.38% <ø> (ø)
versioned-tests-16.x 75.57% <ø> (-0.05%) ⬇️
versioned-tests-18.x 75.57% <ø> (-0.05%) ⬇️
versioned-tests-20.x 75.58% <ø> (-0.05%) ⬇️

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

📢 Have feedback on the report? Share it here.

@mrickard mrickard self-assigned this Sep 7, 2023
@bizob2828 bizob2828 merged commit 13b48da into main Sep 7, 2023
@bizob2828 bizob2828 deleted the release/v11.1.0 branch September 7, 2023 19:06
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.

2 participants