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: .github/PULL_REQUEST_TEMPLATE.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@
31
31
-[ ] I have added tests to cover my changes
32
32
-[ ] All new and existing tests passed
33
33
-[ ] A short description of the change has been added to the **CHANGELOG**
34
+
-[ ] My change is to implement 1.11 parity feature and I have updated [LaunchChangelog](../docs/LaunchChangelog.md)
34
35
35
36
## License
36
37
<!--- The SDK is released under the Apache 2.0 license (http://aws.amazon.com/apache2.0/), so any code you submit will be released under that license -->
Copy file name to clipboardExpand all lines: docs/LaunchChangelog.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -224,7 +224,7 @@ DynamoDbAsyncClient client =
224
224
| Validate After Inactivity |`clientConfig.setValidateAfterInactivityMillis(...)`<br />`clientConfig.withValidateAfterInactivityMillis(...)`| Not Supported | Not Supported |
225
225
| Local Address |`clientConfig.setLocalAddress(...)`<br />`clientConfig.withLocalAddress(...)`|`httpClientBuilder.localAddress(...)`| Not Supported |
226
226
| Expect-Continue Enabled |`clientConfig.setUseExpectContinue(...)`<br />`clientConfig.withUseExpectContinue(...)`|`httpClientBuilder.expectContinueEnabled(...)`| Not Supported |
227
-
| Connection Reaper |`clientConfig.setUseReaper(...)`<br />`clientConfig.withReaper(...)`|Not Supported| Not Supported |
227
+
| Connection Reaper |`clientConfig.setUseReaper(...)`<br />`clientConfig.withReaper(...)`|`httpClientBuilder.useIdleConnectionReaper(...)`| Not Supported |
0 commit comments