Releases: aws/aws-sdk-kotlin
0.10.0 Beta Release
[0.10.0-beta] - 01/06/2022
WARNING: Beta releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!
Breaking changes
- Update codegen to generate base exception rather than UnknownServiceErrorException #484
New features
- update AWS models to latest versions
- upgrade to Kotlin 1.6.10 #474
Fixes
- Fix usage of unicode in bucket names of s3 presigner #487
- Add new services in published release #468
Miscellaneous
0.9.5 Beta Release
[0.9.5-beta] - 12/09/2021
** WARNING: Beta releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!
Services new in this release
- amplifyuibuilder
- appconfigdata
- backupgateway
- chimesdkmeetings
- drs
- evidently
- inspector2
- iottwinmaker
- migrationhubrefactorspaces
- migrationhubstrategy
- rbin
- resiliencehub
- rum
- workspacesweb
Fixes
0.9.4 Beta Release
[0.9.4-beta] - 12/01/2021
WARNING: Beta releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!
0.9.3 Alpha Release
[0.9.3-alpha] - 11/19/2021
WARNING: Alpha releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!
Fixes
- render default endpoint resolver for machinelearning #424
v0.9.2-alpha
[0.9.2-alpha] - 11/11/2021
WARNING: Alpha releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!
New features
- SDK generation and build docs #377
Fixes
- disable signing for sts operations AssumeRoleWithSaml and AssumeRoleWithWebIdentity #407
Miscellaneous
- Add howto to override default http client. #412
v0.9.1-alpha
[0.9.1-alpha] - 11/04/2021
WARNING: Alpha releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!
New features
- implement retries for imds #404
- enable machinelearning endpoint customization #378
- add glacier request body checksum #379
Fixes
- restJson1 empty httpPayload body serialization #402
0.9.0 Alpha Release
[0.9.0-alpha] - 10/28/2021
WARNING: Alpha releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!
Breaking changes
- overhaul endpoint resolver types #361
New features
- extend user agent metadata with framework, feature, and config #372
Misc
- add sync models task and sync latest models #374
v0.8.0-alpha
[0.8.0-alpha] - 10/21/2021
WARNING: Alpha releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!
Breaking changes
- require a resolved configuration #351
New features
- detect region from active AWS profile #344
- ec2 imds region provider #341
- Add STS assume role and web identity credential providers #352
- ECS credential provider #353
- ec2 credentials provider #348
Fixes
- use wrapped response when deserializing modeled exceptions #358
- switch from ULong to Long in public presigner API for better java interop #359