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-7Lines changed: 23 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,25 +21,41 @@ endif::[]
21
21
=== Unreleased
22
22
23
23
[[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]
25
45
26
46
[float]
27
47
===== Features
28
48
* Add support for Spring WebClient - {pull}2229[#2229]
29
49
* Added undocumented and unsupported configuration `metric_set_limit` to increase the metric set limit - {pull}2148[#2148]
** Deprecated <<config-url-groups, `url_groups`>> in favor of <<config-transaction-name-groups, `transaction_name_groups`>>.
32
52
33
53
[float]
34
54
===== Bug fixes
35
55
* 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]
38
57
* Fix flaky transaction name with Webflux+Servlet - {pull}2695[#2695]
0 commit comments