File tree Expand file tree Collapse file tree 3 files changed +23
-6
lines changed
apm-agent-plugins/apm-log-shader-plugin Expand file tree Collapse file tree 3 files changed +23
-6
lines changed Original file line number Diff line number Diff line change @@ -20,16 +20,26 @@ endif::[]
20
20
21
21
=== Unreleased
22
22
23
- [[release-notes-1.28.4 ]]
24
- ==== 1.28.4 - YYYY/MM/DD
23
+ [[release-notes-1.28.5 ]]
24
+ ==== 1.28.5 - YYYY/MM/DD
25
25
26
26
[float]
27
27
===== Bug fixes
28
- * Fix `@Traced` annotation to return proper outcome instead of `failed` - {pull}2370[#2370]
29
28
30
29
[[release-notes-1.x]]
31
30
=== Java Agent version 1.x
32
31
32
+ [[release-notes-1.28.4]]
33
+ ==== 1.28.4 - 2021/12/30
34
+
35
+ [float]
36
+ ===== Bug fixes
37
+ * Fix `@Traced` annotation to return proper outcome instead of `failed` - {pull}2370[#2370]
38
+
39
+ [float]
40
+ ===== Dependency updates
41
+ * Update Log4j to 2.12.4 and log4j2-ecs-layout to 1.3.2 - {pull}2378[#2378]
42
+
33
43
[[release-notes-1.28.3]]
34
44
==== 1.28.3 - 2021/12/22
35
45
@@ -173,6 +183,13 @@ discovery - {pull}2205[#2205]
173
183
* Replace concurrency plugin maps to `SpanConcurrentHashMap` ones - {pull}2173[#2173]
174
184
* Align User-Agent HTTP header with other APM agents - {pull}2177[#2177]
175
185
186
+ [[release-notes-1.26.2]]
187
+ ==== 1.26.2 - 2021/12/30
188
+
189
+ [float]
190
+ ===== Dependency updates
191
+ * Update Log4j to 2.12.4 and log4j2-ecs-layout to 1.3.2 - {pull}2378[#2378]
192
+
176
193
[[release-notes-1.26.1]]
177
194
==== 1.26.1 - 2021/12/22
178
195
Original file line number Diff line number Diff line change 14
14
15
15
<properties >
16
16
<apm-agent-parent .base.dir>${project.basedir} /../..</apm-agent-parent .base.dir>
17
- <version .ecs.logging>1.3.0 </version .ecs.logging>
17
+ <version .ecs.logging>1.3.2 </version .ecs.logging>
18
18
</properties >
19
19
20
20
<modules >
Original file line number Diff line number Diff line change 112
112
<!-- this is the last version of log4j that is compatible with Java 7. Due to a known vulnerability
113
113
(https://nvd.nist.gov/vuln/detail/CVE-2020-9488#vulnCurrentDescriptionTitle), the SMTP appender is
114
114
excluded from the build and not packaged into the agent artifacts -->
115
- <version .log4j>2.12.3 </version .log4j>
116
- <version .log4j2-ecs-layout>1.3.0 </version .log4j2-ecs-layout>
115
+ <version .log4j>2.12.4 </version .log4j>
116
+ <version .log4j2-ecs-layout>1.3.2 </version .log4j2-ecs-layout>
117
117
<version .spring>5.0.15.RELEASE</version .spring>
118
118
<version .spring-boot>2.2.2.RELEASE</version .spring-boot>
119
119
<version .jetty-server>9.4.11.v20180605</version .jetty-server>
You can’t perform that action at this time.
0 commit comments