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: .changes/2.29.26.json
+6
Original file line number
Diff line number
Diff line change
@@ -109,6 +109,12 @@
109
109
"category": "Redshift Serverless",
110
110
"contributor": "",
111
111
"description": "Adds support for the ListManagedWorkgroups API to get an overview of existing managed workgroups."
112
+
},
113
+
{
114
+
"type": "bugfix",
115
+
"category": "AWS SDK for Java v2",
116
+
"contributor": "",
117
+
"description": "Reverted PR https://github.com/aws/aws-sdk-java-v2/pull/5704 that attached the request body entity to all HTTP methods because it caused regression issues for some services."
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,10 @@
72
72
-### Features
73
73
- Adds support for the ListManagedWorkgroups API to get an overview of existing managed workgroups.
74
74
75
+
## __AWS SDK for Java v2__
76
+
-### Bugfixes
77
+
- Reverted PR https://github.com/aws/aws-sdk-java-v2/pull/5704 that attached the request body entity to all HTTP methods because it caused regression issues for some services.
Copy file name to clipboardExpand all lines: http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/internal/impl/ApacheHttpRequestFactory.java
Copy file name to clipboardExpand all lines: http-clients/url-connection-client/src/test/java/software/amazon/awssdk/http/urlconnection/UrlConnectionHttpClientDefaultWireMockTest.java
Copy file name to clipboardExpand all lines: test/protocol-tests-core/src/main/resources/software/amazon/awssdk/protocol/suites/cases/rest-json-contenttype.json
0 commit comments