File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,20 @@ endif::[]
20
20
21
21
=== Unreleased
22
22
23
+ [[release-notes-1.28.0]]
24
+ ==== 1.28.0 - YYYY/MM/DD
25
+
26
+ [float]
27
+ ===== Features
28
+
29
+ [float]
30
+ ===== Bug fixes
31
+
32
+ [[release-notes-1.x]]
33
+ === Java Agent version 1.x
34
+
23
35
[[release-notes-1.27.0]]
24
- ==== 1.27.0 - YYYY/MM/DD
36
+ ==== 1.27.0 - 2021/11/15
25
37
26
38
[float]
27
39
===== Potentially breaking changes
@@ -56,6 +68,7 @@ by the agent may be different. This was done in order to improve the integration
56
68
[float]
57
69
===== Performance improvements
58
70
* Disable compression when sending data to a local APM Server
71
+ * Reducing startup contention related to instrumentation through `ensureInstrumented` - {pull}2150[#2150]
59
72
60
73
[float]
61
74
===== Bug fixes
@@ -83,9 +96,6 @@ discovery - {pull}2205[#2205]
83
96
* Replace concurrency plugin maps to `SpanConcurrentHashMap` ones - {pull}#2173[#2173]
84
97
* Align User-Agent HTTP header with other APM agents - {pull}#2177[#2177]
85
98
86
- [[release-notes-1.x]]
87
- === Java Agent version 1.x
88
-
89
99
[[release-notes-1.26.0]]
90
100
==== 1.26.0 - 2021/09/14
91
101
You can’t perform that action at this time.
0 commit comments