Skip to content

Commit f6b093c

Browse files
authored
Merge pull request #85 from newrelic/3.1.0-post-release
3.1.0 post release tasks
2 parents 394fe37 + cd12a19 commit f6b093c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 3.1.0
8+
* Exception Stack Traces
9+
* Capture the full (nested) stack trace for exceptions.
10+
* Add configuration option to allow unlimited stack trace size, by setting the maximum stack trace option to `0`.
11+
* This can be configured via
12+
* System property: `-Dnewrelic.log_extension.max_stack_size=0`
13+
* Environment variable: `NEW_RELIC_LOG_EXTENSION_MAX_STACK_SIZE=0`
14+
* Logback MDC (Mapped Diagnostic Context)
15+
* Fix bug where MDC values were not retained when using the extension with Logback v1.4.8 and higher.
16+
717
## 3.0.0
818
* 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.
919
* This is configurable via:

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
releaseVersion=3.1.0
1+
releaseVersion=3.2.0

0 commit comments

Comments
 (0)