You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
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
+
7
27
## 2.2 (2021-04-21)
8
28
- Make [maxStackSize configurable](https://github.com/newrelic/java-log-extensions/pull/30). Thank you longwa!
9
29
-[Use singleton JsonFactory instance](https://github.com/newrelic/java-log-extensions/pull/32). Thank you gstoupis!
0 commit comments