Skip to content

v0.27.6

Pre-release
Pre-release

Choose a tag to compare

@aws-sdk-kotlin-ci aws-sdk-kotlin-ci released this 06 Oct 17:21
· 823 commits to main since this release

[0.27.6] - 10/06/2023

Fixes

  • Fix codegen of services with no operations

Miscellaneous

  • Relocate TlsVersion to the net package.
  • Refactor codegen to place serialization and deserialization code into the serde package rather than the transform package.
  • Make ByteArrayContent and friends internal and force consumers to go through companion object convenience functions.