Skip to content

Commit

Permalink
chore(main): release 10.20.1 (#2103)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnet-agent-team-bot authored Dec 13, 2023
1 parent e06c780 commit 9879e1f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion release-please/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "10.20.0"
".": "10.20.1"
}
11 changes: 11 additions & 0 deletions src/Agent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ 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.20.1](https://github.com/newrelic/newrelic-dotnet-agent/compare/v10.20.0...v10.20.1) (2023-12-12)


### Fixes

* Fix a crash that can occur when the profiler logs certain characters. ([#1982](https://github.com/newrelic/newrelic-dotnet-agent/issues/1982)) ([#2109](https://github.com/newrelic/newrelic-dotnet-agent/issues/2109)) ([742d232](https://github.com/newrelic/newrelic-dotnet-agent/commit/742d232189ae5c94480711172d5db4219b20c384))
* Improve handling of .NET environments and settings from appsettings.*.json files ([#2125](https://github.com/newrelic/newrelic-dotnet-agent/issues/2125)) ([3c21fe9](https://github.com/newrelic/newrelic-dotnet-agent/commit/3c21fe9172f5e788f6d4879e50ced2fff9a07983))
* Obfuscate logged appSettings values ([#2110](https://github.com/newrelic/newrelic-dotnet-agent/issues/2110)) ([2d8da68](https://github.com/newrelic/newrelic-dotnet-agent/commit/2d8da680294b7dd5c0ae30e9ebcb93f1c940f754))
* Revert RabbitMQ HandleBasicDeliver instrumentation change from [#1972](https://github.com/newrelic/newrelic-dotnet-agent/issues/1972). Resolves [#2047](https://github.com/newrelic/newrelic-dotnet-agent/issues/2047) ([#2118](https://github.com/newrelic/newrelic-dotnet-agent/issues/2118)) ([0525182](https://github.com/newrelic/newrelic-dotnet-agent/commit/05251824d7540d01356760c126c4ec478722a8eb))
* Update instrumentation to support Elasticsearch v8.11.0 ([#2100](https://github.com/newrelic/newrelic-dotnet-agent/issues/2100)) ([9effb5d](https://github.com/newrelic/newrelic-dotnet-agent/commit/9effb5d952984141af18634f7eb3073fc1bd44c3))

## [10.20.0](https://github.com/newrelic/newrelic-dotnet-agent/compare/v10.19.2...v10.20.0) (2023-11-21)


Expand Down

0 comments on commit 9879e1f

Please sign in to comment.