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(main): release 10.19.0 #1993

Merged
merged 1 commit into from
Nov 7, 2023
Merged

Conversation

dotnet-agent-team-bot
Copy link
Contributor

@dotnet-agent-team-bot dotnet-agent-team-bot commented Oct 20, 2023

🤖 I have created a release beep boop

10.19.0 (2023-11-07)

New features

  • Add a supportability metric (Supportability/Logging/Forwarding/Empty) when an "empty" log event is not forwarded. Resolves #1472 (1db5335)
  • Add automatic browser agent injection for ASP.NET Core v6+ web applications. (14c6bb1)
  • Add automatic instrumentation for ASP.NET Core v6+ Razor Pages. (14c6bb1)
  • Add automatic instrumentation of MassTransit clients v7.1.0 and newer. #1282 (3b79002)
  • Add new span attributes to more closely match OTel spec. This includes server.address and server.port for database calls, and thread.id where appropriate. (9500d4d)
  • Allow forwarding of logs where context data is present but the message and exception are missing. Previously, logs with no message or exception were not forwarded, even if they held context data. (1db5335)
  • Enable auto-instrumentation for Confluent.Kafka versions 1.4.0 to 2.x.x. (#1990) (9f8d22f)
  • Update RabbitMQ instrumentation to capture more message consumption scenarios. (3b79002)

Fixes

  • Ensure log lines are written to the audit log file when audit logging is enabled. (#2028) (#2029) (c6b940d)
  • Fix a segfault when using sendDataOnExit with Linux on Docker. (#2018) (3ac75a0)
  • Reduce exception logging on CallVendorApi failures. Resolves #2005 (#2006) (bf4102b)

This PR was generated with Release Please. See documentation.

@codecov-commenter
Copy link

codecov-commenter commented Oct 20, 2023

Codecov Report

Merging #1993 (0ec86b6) into main (2693125) will decrease coverage by 0.03%.
Report is 1 commits behind head on main.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1993      +/-   ##
==========================================
- Coverage   80.31%   80.29%   -0.03%     
==========================================
  Files         404      404              
  Lines       24903    24902       -1     
  Branches     3003     3003              
==========================================
- Hits        20002    19996       -6     
- Misses       4116     4121       +5     
  Partials      785      785              
Files Coverage Δ
src/Agent/NewRelic/Agent/Core/Logging/AuditLog.cs 83.33% <ø> (-16.67%) ⬇️
.../NewRelic/Agent/Core/Logging/LoggerBootstrapper.cs 78.75% <100.00%> (+0.13%) ⬆️

... and 2 files with indirect coverage changes

@dotnet-agent-team-bot dotnet-agent-team-bot force-pushed the release-please--branches--main branch 3 times, most recently from 6108690 to 021b5c3 Compare October 24, 2023 17:28
@tippmar-nr
Copy link
Member

Docs PR for Kafka (Needs to be published and completed on release): newrelic/docs-website#14873

@dotnet-agent-team-bot dotnet-agent-team-bot force-pushed the release-please--branches--main branch 2 times, most recently from 6a9927b to cf52046 Compare October 30, 2023 16:43
@tippmar-nr
Copy link
Member

Docs PR for ASP.NET Core 6+ Browser Instrumentation: newrelic/docs-website#15051

@dotnet-agent-team-bot dotnet-agent-team-bot force-pushed the release-please--branches--main branch 5 times, most recently from 0ec86b6 to 1011f4d Compare November 7, 2023 15:33
@dotnet-agent-team-bot dotnet-agent-team-bot force-pushed the release-please--branches--main branch from 1011f4d to 9dafec2 Compare November 7, 2023 22:07
@nr-ahemsath nr-ahemsath merged commit ca96d0c into main Nov 7, 2023
11 checks passed
@nr-ahemsath nr-ahemsath deleted the release-please--branches--main branch November 7, 2023 22:13
@dotnet-agent-team-bot
Copy link
Contributor Author

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

Successfully merging this pull request may close these issues.

Reduce logging for CallVendorApi exceptions Add Supportability Metric for "empty" log messages
4 participants