From 3ca7a54ef1a1b6cce55edf00f53d0ecb5b2f5ffc Mon Sep 17 00:00:00 2001 From: dotnet-agent-team-bot <141066016+dotnet-agent-team-bot@users.noreply.github.com> Date: Thu, 12 Oct 2023 09:20:09 -0700 Subject: [PATCH] chore(main): release 10.18.0 --- src/Agent/CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/Agent/CHANGELOG.md b/src/Agent/CHANGELOG.md index 03829c7100..19bcaf8c8d 100644 --- a/src/Agent/CHANGELOG.md +++ b/src/Agent/CHANGELOG.md @@ -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)