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.asciidoc
+23-9Lines changed: 23 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,12 +20,28 @@ endif::[]
20
20
21
21
=== Unreleased
22
22
23
+
[[release-notes-1.22.1]]
24
+
==== 1.22.1 - YYYY/MM/DD
25
+
26
+
[float]
27
+
===== Breaking changes
28
+
29
+
[float]
30
+
===== Features
31
+
32
+
[float]
33
+
===== Bug fixes
34
+
35
+
[[release-notes-1.x]]
36
+
=== Java Agent version 1.x
37
+
23
38
[[release-notes-1.22.0]]
24
-
==== 1.22.0 - 2021/MM/DD
39
+
==== 1.22.0 - 2021/03/24
25
40
26
41
[float]
27
42
===== Breaking changes
28
-
* Dots in metric names of Micrometer metrics get replaced with underscores to avoid mapping conflicts. De-dotting be disabled via <<config-dedot-custom-metrics, `dedot_custom_metrics`>>. - {pull}1700[#1700]
43
+
* Dots in metric names of Micrometer metrics get replaced with underscores to avoid mapping conflicts.
44
+
De-dotting be disabled via <<config-dedot-custom-metrics, `dedot_custom_metrics`>>. - {pull}1700[#1700]
29
45
30
46
[float]
31
47
===== Features
@@ -45,20 +61,18 @@ the <<config-log-ecs-reformatting>> config option. This allows effortless ingest
45
61
any further configuration. Supports log4j1, log4j2 and Logback. {pull}1261[#1261]
46
62
* Add support to Spring AMQP - {pull}1657[#1657]
47
63
* Adds the ability to automatically configure usage of the OpenTracing bridge in systems using ServiceLoader - {pull}1708[#1708]
48
-
* Update to async-profiler 1.8.5
49
-
* Add a warning on startup when `-Xverify:none` or `-noverify` flags are set as this can lead to crashes that are very difficult to debug - {pull}1593[#1593]
50
-
In an upcoming version, the agent will not start when these flags are set, unless the system property `elastic.apm.disable_bootstrap_checks` is set to true.
64
+
* Update to async-profiler 1.8.5 - includes a fix to a Java 7 crash and enhanced safe mode to better deal with
65
+
corrupted stack frames.
66
+
* Add a warning on startup when `-Xverify:none` or `-noverify` flags are set as this can lead to crashes that are very
67
+
difficult to debug - {pull}1593[#1593]. In an upcoming version, the agent will not start when these flags are set,
68
+
unless the system property `elastic.apm.disable_bootstrap_checks` is set to true.
51
69
52
70
[float]
53
71
===== Bug fixes
54
72
* fix sample rate rounded to zero when lower than precision - {pull}1655[#1655]
55
73
* fixed a couple of bugs with the external plugin mechanism (not documented until now) - {pull}1660[#1660]
56
-
* Update to async-profiler 1.8.4 to prevent crashes on Java 7 - {pull}1678[#1678]
57
74
* Fix runtime attach conflict with multiple users - {pull}1704[#1704]
0 commit comments