Summary of important changes in v1.5 #1533
ianbotsf
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The v1.5 minor version of the AWS SDK for Kotlin is planned and will include the important changes listed below.
Target release date
The AWS SDK for Kotlin aligns its minor version releases to follow shortly after minor version releases of the Kotlin language. Currently, SDK v1.5 is scheduled to be released shortly after Kotlin 2.2, early in July 2025. See JetBrains' Kotlin releases documentation for more information.
Breaking changes
The following changes may break some existing code or configurations:
Removed APIs
The following previously-
@Deprecated
APIs have been removed:class PartitionConfig
. The primary constructor retains all of the same capabilities but with slightly different types/positions.class UnsupportedSigningAlgorithmInterceptor
. This exception is no longer thrown by the SDK.Beta Was this translation helpful? Give feedback.
All reactions