Skip to content

Commit 0989b18

Browse files
authored
prepare CHANGELOG for v1.33.0 (#2705)
1 parent 2c10280 commit 0989b18

File tree

1 file changed

+23
-7
lines changed

1 file changed

+23
-7
lines changed

CHANGELOG.asciidoc

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,25 +21,41 @@ endif::[]
2121
=== Unreleased
2222
2323
[[release-notes-x.x.x]]
24-
==== 1.33.0 - YYYY/MM/DD
24+
==== x.x.x - YYYY/MM/DD
25+
26+
[float]
27+
===== Breaking changes
28+
29+
[float]
30+
===== Features
31+
* Cool new feature: {pull}2526[#2526]
32+
33+
[float]
34+
===== Bug fixes
35+
36+
[[release-notes-1.x]]
37+
=== Java Agent version 1.x
38+
39+
[[release-notes-1.33.0]]
40+
==== 1.33.0 - 2022/07/08
41+
42+
[float]
43+
===== Breaking changes
44+
As of version 1.33.0, Java 7 support is deprecated and will be removed in a future release (not expected to be removed before January 2024) - {pull}2677[#2677]
2545
2646
[float]
2747
===== Features
2848
* Add support for Spring WebClient - {pull}2229[#2229]
2949
* Added undocumented and unsupported configuration `metric_set_limit` to increase the metric set limit - {pull}2148[#2148]
30-
* Added <<config-transaction-name-groups, `transaction_name_groups`>> configuration option.
50+
* Added <<config-transaction-name-groups, `transaction_name_groups`>> configuration option - {pull}2676[#2676]
3151
** Deprecated <<config-url-groups, `url_groups`>> in favor of <<config-transaction-name-groups, `transaction_name_groups`>>.
3252
3353
[float]
3454
===== Bug fixes
3555
* Fix for JAX-WS (SOAP) transaction names. The agent now properly names transaction for web service methods that are not annotated with `@WebMethod`. - {pull}2667[#2667]
36-
* Fix public API backward compatibility that was broken in 1.32.0. With this version you can use any version of the public API once
37-
again - {pull}2682[#2682]
56+
* Fix public API backward compatibility that was broken in 1.32.0. With this version you can use any version of the public API once again - {pull}2682[#2682]
3857
* Fix flaky transaction name with Webflux+Servlet - {pull}2695[#2695]
3958
40-
[[release-notes-1.x]]
41-
=== Java Agent version 1.x
42-
4359
[[release-notes-1.32.0]]
4460
==== 1.32.0 - 2022/06/13
4561

0 commit comments

Comments
 (0)