Skip to content

Commit e2a7a00

Browse files
authored
Merge pull request #51 from newrelic/changelog-update
change log update
2 parents 96cf1fd + edc2f82 commit e2a7a00

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ 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+
## 2.3.2
8+
- Update documentation to specify support for Log4J 2.13.2 or higher
9+
- Add warning for CVE-2021-44228
10+
- Update log4j compile time dependencies to use 2.17.1
11+
- Update examples runtime dependency on log4j to use 2.17.1
12+
- Update newrelic-api.jar so that transitive log4j dependencies use the latest approved log4j version for agent apis.
13+
-
14+
## 2.3.1
15+
- Updates log4j compile time dependencies to use 2.16. While these are not used at runtime, we are updating dependency versions to avoid any concern in the community that the vulnerability from CVE-2021-44228 exists in the jar for this extension.
16+
17+
- This release also bumps the newrelic-api:7.4.2 jar which coincides with the same patch for log4j in the newrelic-java-agent.
18+
19+
- This point release also updates the log4j dependency version for examples included in the repository, which in fact did use a bundled log4j.
20+
21+
- Update gradle version
22+
23+
## 2.3
24+
-Add support for custom arguments in the JSON log for logback.
25+
26+
727
## 2.2 (2021-04-21)
828
- Make [maxStackSize configurable](https://github.com/newrelic/java-log-extensions/pull/30). Thank you longwa!
929
- [Use singleton JsonFactory instance](https://github.com/newrelic/java-log-extensions/pull/32). Thank you gstoupis!

0 commit comments

Comments
 (0)