Skip to content

Commit

Permalink
chore(main): release 10.18.0 (#1938)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnet-agent-team-bot authored Oct 17, 2023
1 parent 154f697 commit 1058382
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/Agent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ 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-17)


### 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 Event Log for all applications on Windows. ([#1969](https://github.com/newrelic/newrelic-dotnet-agent/issues/1969)) ([cdac8b7](https://github.com/newrelic/newrelic-dotnet-agent/commit/cdac8b707b679f08f099ef9c111141372321aa80))
* 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 1058382

Please sign in to comment.