Skip to content

Commit c203cd1

Browse files
committed
Prepare CHANGELOG for 1.26.0 release
1 parent 1332322 commit c203cd1

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

CHANGELOG.asciidoc

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,20 @@ endif::[]
2020
2121
=== Unreleased
2222
23+
[[release-notes-1.27.0]]
24+
==== 1.27.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+
2335
[[release-notes-1.26.0]]
24-
==== 1.26.0 - YYYY/MM/DD
36+
==== 1.26.0 - 2021/09/14
2537
2638
===== Potentially breaking changes
2739
* If you rely on Database span subtype and use Microsoft SQL Server, the span subtype has been changed from `sqlserver`
@@ -41,7 +53,7 @@ user to configure an arbitrary agent version that will be downloaded from maven
4153
4254
[float]
4355
===== Performance improvements
44-
* Reduce GC time overhead caused by WeakReferences - {pull}2086[#2086]
56+
* Reduce GC time overhead caused by WeakReferences - {pull}2086[#2086], {pull}2081[#2081]
4557
* Reduced memory overhead by a smarter type pool caching strategy - {pull}2102[#2102]. +
4658
The type pool cache improves the startup times by speeding up type matching
4759
(determining whether a class that's about to be loaded should be instrumented).
@@ -58,7 +70,6 @@ user to configure an arbitrary agent version that will be downloaded from maven
5870
** Reduced GC time due to the additional headroom that the application can utilize.
5971
** Based on heap dump analysis, after warmup, the cache size is now around 59kb (down from 23mb with the previous strategy).
6072
61-
6273
[float]
6374
===== Bug fixes
6475
* Fix failure to parse some forms of the `Implementation-Version` property from jar manifest files - {pull}1931[#1931]
@@ -67,15 +78,12 @@ user to configure an arbitrary agent version that will be downloaded from maven
6778
* Fix Webflux response status code - {pull}1948[#1948]
6879
* Ensure path filtering is applied when Servlet path is not available - {pull}2099[#2099]
6980
* Align span subtype for MS SqlServer - {pull}2112[#2112]
70-
* Fix potential destination host corruption in OkHttp client spans - {pull}2118[#2118]
81+
* Fix potential destination host name corruption in OkHttp client spans - {pull}2118[#2118]
7182
7283
[float]
7384
===== Refactorings
7485
* Migrate several plugins to indy dispatcher {pull}2087[#2087], {pull}2088[#2088], {pull}2090[#2090], {pull}2094[#2094], {pull}2095[#2095]
7586
76-
[[release-notes-1.x]]
77-
=== Java Agent version 1.x
78-
7987
[[release-notes-1.25.0]]
8088
==== 1.25.0 - 2021/07/22
8189

0 commit comments

Comments
 (0)