From 59262dd6aa3c2ab2acc168ba5e44f7be5d8bdf15 Mon Sep 17 00:00:00 2001 From: Kate Anderson <90657569+kanderson250@users.noreply.github.com> Date: Wed, 1 Nov 2023 11:07:05 -0700 Subject: [PATCH 1/2] Update CHANGELOG.md with 3.1.0 changes --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b8ce82..99d26f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ 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). +## 3.1.0 +* Exception Stack Traces + * Capture the full (nested) stack trace for exceptions. + * Add configuration option to allow unlimited stack trace size, by setting the maximum stack trace option to `0`. + * This can be configured via + * System property: `-Dnewrelic.log_extension.max_stack_size=0` + * Environment variable: `NEW_RELIC_LOG_EXTENSION_MAX_STACK_SIZE=0` +* Logback MDC (Mapped Diagnostic Context) + * Fix bug where MDC values were not retained when using the extension with Logback v1.4.8 and higher. + ## 3.0.0 * Exception Stack Trace Size - this has been changed from a default of `10` to `300`. This applies to all logging libraries supported by the `java-log-extension` project. * This is configurable via: From cd12a1998e6b1aed932c87a58ec944a982924bbd Mon Sep 17 00:00:00 2001 From: Kate Anderson <90657569+kanderson250@users.noreply.github.com> Date: Wed, 1 Nov 2023 11:07:39 -0700 Subject: [PATCH 2/2] Update gradle.properties snapshot version to 3.2.0 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index ce0dbec..edfd817 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -releaseVersion=3.1.0 +releaseVersion=3.2.0