From 3b0e65df16f165a30a0e4859d9ca2060c7f5d824 Mon Sep 17 00:00:00 2001 From: dotnet-agent-team-bot <141066016+dotnet-agent-team-bot@users.noreply.github.com> Date: Wed, 26 Jun 2024 13:08:51 -0700 Subject: [PATCH] chore(main): release 10.26.0 (#2531) --- release-please/.release-please-manifest.json | 2 +- src/Agent/CHANGELOG.md | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/release-please/.release-please-manifest.json b/release-please/.release-please-manifest.json index f62130361..b8cc7af97 100644 --- a/release-please/.release-please-manifest.json +++ b/release-please/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "10.25.1" + ".": "10.26.0" } \ No newline at end of file diff --git a/src/Agent/CHANGELOG.md b/src/Agent/CHANGELOG.md index d4980c020..44aa195b1 100644 --- a/src/Agent/CHANGELOG.md +++ b/src/Agent/CHANGELOG.md @@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [10.26.0](https://github.com/newrelic/newrelic-dotnet-agent/compare/v10.25.1...v10.26.0) (2024-06-26) + + +### Notice + +* The .NET Agent now supports instrumenting AWS Lambda functions. See documentation for details: [https://docs.newrelic.com/docs/serverless-function-monitoring/aws-lambda-monitoring/get-started/monitoring-aws-lambda-serverless-monitoring/](https://docs.newrelic.com/docs/serverless-function-monitoring/aws-lambda-monitoring/get-started/monitoring-aws-lambda-serverless-monitoring/). ([d96e29f](https://github.com/newrelic/newrelic-dotnet-agent/commit/d96e29fff0f040d148f26f2e5ed81edd7192e17f)) + + +### New features + +* Add an option to disable the file system watcher. ([#2536](https://github.com/newrelic/newrelic-dotnet-agent/issues/2536)) ([27d0ed0](https://github.com/newrelic/newrelic-dotnet-agent/commit/27d0ed005073b624ba8806aa3acf9ef008102a9d)) +* Add support for capturing container id from AWS ECS. ([#2481](https://github.com/newrelic/newrelic-dotnet-agent/issues/2481)) ([c018b8a](https://github.com/newrelic/newrelic-dotnet-agent/commit/c018b8ac93ae4aaf3144dcc28c3c4924c6259d2d)) +* Add support for using Sitecore.Logging and log4net together ([#2537](https://github.com/newrelic/newrelic-dotnet-agent/issues/2537)) ([332529b](https://github.com/newrelic/newrelic-dotnet-agent/commit/332529b8cd0d48b11e6f4cc8796327db70a56e0b)) + + +### Fixes + +* Prevent NullReferenceExeption on APIGatewayProxyRequest ([#2529](https://github.com/newrelic/newrelic-dotnet-agent/issues/2529)) ([18d833f](https://github.com/newrelic/newrelic-dotnet-agent/commit/18d833ff6a91e63174ffe7dbd0e534a5493c8151)) +* Refactor to eliminate usage of `.GetAwaiter().GetResult()` in Framework builds. ([#2534](https://github.com/newrelic/newrelic-dotnet-agent/issues/2534)) ([#2535](https://github.com/newrelic/newrelic-dotnet-agent/issues/2535)) ([cfb2c28](https://github.com/newrelic/newrelic-dotnet-agent/commit/cfb2c28975fb16b73341daa92923e387c85a2c3b)) + ## [10.25.1](https://github.com/newrelic/newrelic-dotnet-agent/compare/v10.25.0...v10.25.1) (2024-06-04)