Skip to content

Releases: newrelic/newrelic-dotnet-agent

v10.30.0

11 Sep 18:05
32e54c1
Compare
Choose a tag to compare

10.30.0 (2024-09-11)

New features

  • Oracle instrumentation now supports latest version (#2721) (50cb663)
  • Preview support for instrumentation of "isolated" model Azure Functions. Instrumentation is disabled by default. Please reach out to your account team if you would like to try this new feature. (d8a79e5)

Fixes

  • Preserve custom query name even if statement can't be parsed. (#2708) (#2709) (3ab0cb4)

v10.29.0

20 Aug 20:49
7e63bee
Compare
Choose a tag to compare

10.29.0 (2024-08-20)

New features

  • Additional metrics and attributes for some instrumented libraries (#2675) (a033b81)
  • Auto-instrument ASP.NET Core Lambda functions (#2662) (#2674) (ceaefc5)
  • Use Lambda function name if application name is not set (#2695) (3dcf3af)

v10.28.0

05 Aug 18:19
b18158f
Compare
Choose a tag to compare

10.28.0 (2024-08-05)

New features

  • Improve serverless mode detection (#2661) (5f5dda8)
  • Set application name via command line with the .msi installer (#2648) (369dcba)

Fixes

  • Better Lambda web request input parameter validation. (#2653) (810d4af), closes #2652
  • Revert recent Profiler warning fixes to address reported instability (#2663) (b3c9cd1)
  • SQS instrumentation could cause InvalidOperationException (#2645) (#2646) (40b6ad5)

v10.27.0

16 Jul 14:11
a08b0e9
Compare
Choose a tag to compare

10.27.0 (2024-07-15)

New features

  • Add support for disabling LLM monitoring at the account level. (#2592) (c31451a)
  • Instrumentation for Amazon Simple Queuing Service (AWSSDK.SQS) (#2620) (ac738ba)

v10.26.0

26 Jun 20:09
3b0e65d
Compare
Choose a tag to compare

10.26.0 (2024-06-26)

Notice

New features

  • Add an option to disable the file system watcher. (#2536) (27d0ed0)
  • Add support for capturing container id from AWS ECS. (#2481) (c018b8a)
  • Add support for using Sitecore.Logging and log4net together (#2537) (332529b)

Fixes

  • Prevent NullReferenceExeption on APIGatewayProxyRequest (#2529) (18d833f)
  • Refactor to eliminate usage of .GetAwaiter().GetResult() in Framework builds. (#2534) (#2535) (cfb2c28)

v10.25.1

04 Jun 14:12
bbde084
Compare
Choose a tag to compare

10.25.1 (2024-06-04)

Fixes

  • Agent license key should be optional in Serverless mode. (#2499) (#2500) (801edc3)
  • Nested logging contexts should not disable context data for Microsoft.Extensions.Logging (2508) (#2516) (6196af5)

v10.25.0

21 May 20:25
0d58f64
Compare
Choose a tag to compare

10.25.0 (2024-05-21)

New features

  • Add support for AWS Lambda APIGatewayHttpApiV2ProxyRequest (#2472) (3f06bf6)
  • Enable configuration of ignored and expected HTTP status code errors with environment variables (#2487) (eeb574f)

Fixes

  • Accept inbound tracing headers in Kafka consume method instrumentation (#2488) (476378a)
  • Upgrade Wix to v5 to fix an issue with non-elevated installs. (#2471) (acd12fa)

v10.24.0

08 May 16:48
402ba16
Compare
Choose a tag to compare

10.24.0 (2024-05-07)

Notice

  • Due to an ongoing issue with the WiX Toolset, the Windows MSI installer must be run as admin. This will be addressed in an upcoming release. (4d40da5)

New features

  • Add preliminary support for AWS Lambda instrumentation. For details on how to enable this functionality, please contact your New Relic representative. (4d40da5)

Fixes

  • Fix bug in distributed tracing when excludeNewrelicHeader is set to true (#2457) (1f95c9c)

v10.23.1

24 Apr 15:03
1d8352b
Compare
Choose a tag to compare

10.23.1 (2024-04-24)

Fixes

  • Fix duplicate key error when using Kafka with DT enabled (#2433) (6a85c03)
  • Fix incorrectly tagging AIM data when AIM is disabled (#2408) (30d12bb)

v10.23.0

02 Apr 19:13
c2980ac
Compare
Choose a tag to compare

10.23.0 (2024-04-02)

Notice

  • AI monitoring offers custom-built insights and tracing for the complete lifecycle of an LLM’s prompts and responses, from raw user input to repaired/polished responses. AI monitoring provides built-in integrations with popular LLMs and components of the AI development stack. This release provides instrumentation for AWS Bedrock. (a6f3364)
  • New Relic AI monitoring is the industry’s first APM solution that provides end-to-end visibility for AI Large Language Model (LLM) applications. It enables end-to-end visibility into the key components of an AI LLM application. With AI monitoring, users can monitor, alert, and debug AI-powered applications for reliability, latency, performance, security and cost. AI monitoring also enables AI/LLM specific insights (metrics, events, logs and traces) which can easily integrate to build advanced guardrails for enterprise security, privacy and compliance. (a6f3364)
  • When AI monitoring is enabled, the agent will now capture AI LLM related data. This data will be visible under a new APM tab called AI Responses. See our AI Monitoring documentation for more details. (a6f3364)

New features

Fixes

  • Handle InvalidOperationException in StringsHelper.CleanUri() #2373 (#2374) (9f1a6af)