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.7.0 #1916

Merged
merged 4 commits into from
Dec 14, 2023
Merged

chore: release v11.7.0 #1916

merged 4 commits into from
Dec 14, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Dec 14, 2023

v11.7.0 (2023-12-14)

Features

  • Added deserialized X-NewRelic-Synthetics-Info header to transaction and transaction trace intrinsic attributes (#1912) (7ed64bd)
    • The attributes in transactions are: nr.syntheticsType, nr.syntheticsInitiator, and nr.synthetics<attributeKey(s)>
    • The attributes in transaction traces are: synthetics_type, synthetics_initiator, and synthetics_<attribute_key(s)>
    • It will also include the X-NewRelic-Synthetics-Info header in outgoing http requests
  • Added instrumentation for Restify async handlers (#1910) (1a3f87f)

Bug fixes

  • Update import-in-the-middle to fix ESM on Node 18.19.0 (#1906) (e9c3748)

Code refactoring

  • change dynamic import to work with bundlers (#1905) (ee81429)

Miscellaneous chores

Continuous integration

  • removed step in post release process to update an internal system with the latest agent version (#1909) (2080b1f)

@mrickard mrickard marked this pull request as ready for review December 14, 2023 19:00
Copy link

codecov bot commented Dec 14, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (1a3f87f) 96.98% compared to head (5c5e566) 96.98%.

❗ Current head 5c5e566 differs from pull request most recent head 4c83b9b. Consider uploading reports for the commit 4c83b9b to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1916   +/-   ##
=======================================
  Coverage   96.98%   96.98%           
=======================================
  Files         212      212           
  Lines       40055    40055           
=======================================
  Hits        38848    38848           
  Misses       1207     1207           
Flag Coverage Δ
integration-tests-16.x 78.67% <ø> (-0.02%) ⬇️
integration-tests-18.x 78.93% <ø> (-0.02%) ⬇️
integration-tests-20.x 78.95% <ø> (+0.01%) ⬆️
unit-tests-16.x 91.01% <ø> (ø)
unit-tests-18.x 91.00% <ø> (ø)
unit-tests-20.x 91.00% <ø> (ø)
versioned-tests-16.x 73.76% <ø> (-0.03%) ⬇️
versioned-tests-18.x 73.79% <ø> (-0.03%) ⬇️
versioned-tests-20.x 73.80% <ø> (-0.03%) ⬇️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: mrickard <maurice@mauricerickard.com>
@mrickard mrickard merged commit f49fd43 into main Dec 14, 2023
34 checks passed
@mrickard mrickard deleted the release/v11.7.0 branch December 14, 2023 19:20
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