Skip to content

Commit 1e9c8af

Browse files
committed
Update release version and changelog
1 parent 71449f5 commit 1e9c8af

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ 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.0.0
8+
* 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.
9+
* This is configurable via:
10+
* System property: `-Dnewrelic.log_extension.max_stack_size=integer`
11+
* Environment Variable: `NEW_RELIC_LOG_EXTENSION_MAX_STACK_SIZE=integer`
12+
* Mapped Diagnostic Context (MDC) - decorating logs with MDC data is now generally supported but disabled by default. This applies to all logging libraries supported by the `java-log-extension` project, except for Java Util Logging (JUL) which does not provide an MDC mechanism.
13+
* This is configurable via:
14+
* System property: `-Dnewrelic.log_extension.add_mdc=boolean`
15+
* Environment Variable: `NEW_RELIC_LOG_EXTENSION_ADD_MDC=boolean`
16+
* Note: This is considered a breaking change as previously some of the logging libraries automatically added MDC. If you upgrade to this version of the `java-log-extension` and wish to have MDC added to your logs then you will need to explicitly enable it. Currently, this will add all MDC as filtering out specific keys is not yet supported.
17+
718
## 2.6.0
819
* Removed the log forwarder. Please use the [New Relic Java Agent](https://github.com/newrelic/newrelic-java-agent) if you want log forwarding to be used.
920
* Upgrade Gradle to version 7.5.1

gradle.properties

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

0 commit comments

Comments
 (0)