Skip to content

Commit

Permalink
chore(main): release 10.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnet-agent-team-bot committed Oct 12, 2023
1 parent 0f08746 commit 3ca7a54
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/Agent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ 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.18.0](https://github.com/newrelic/newrelic-dotnet-agent/compare/v10.17.0...v10.18.0) (2023-10-12)


### New Features

* Enable configuration of High Security Mode via environment variable (NEW_RELIC_HIGH_SECURITY). ([a86d98d](https://github.com/newrelic/newrelic-dotnet-agent/commit/a86d98d2e1b5d7062c79e4baff6a8207c8762b61)), closes [#1948](https://github.com/newrelic/newrelic-dotnet-agent/issues/1948)
* Enable startup logging to EventLog for .NET 6+ applications on Windows. ([4310e98](https://github.com/newrelic/newrelic-dotnet-agent/commit/4310e982a86b2294b211aa87f768d6fdcd883e5c))


### Fixes

* Detect Docker container id on cgroup v2. ([#1943](https://github.com/newrelic/newrelic-dotnet-agent/issues/1943)) ([9c7e114](https://github.com/newrelic/newrelic-dotnet-agent/commit/9c7e1146029522efee296ed3654158931b4eafe0))
* Update Serilog EventLog sink configuration to enable event source creation (if the app is running with admin privileges). ([#1963](https://github.com/newrelic/newrelic-dotnet-agent/issues/1963)) ([274072b](https://github.com/newrelic/newrelic-dotnet-agent/commit/274072baba12888c49e402b81d2e0d598f717614))

## [10.17.0](https://github.com/newrelic/newrelic-dotnet-agent/compare/v10.16.0...v10.17.0) (2023-09-26)


Expand Down

0 comments on commit 3ca7a54

Please sign in to comment.