Skip to content

Releases: smithy-lang/smithy-kotlin

v1.3.12

18 Sep 19:27

Choose a tag to compare

[1.3.12] - 09/18/2024

v1.3.11

18 Sep 17:32

Choose a tag to compare

[1.3.11] - 09/18/2024

Miscellaneous

  • Upgrade to kotlinx.coroutines 1.9.0

v1.3.10

16 Sep 15:18

Choose a tag to compare

[1.3.10] - 09/16/2024

v1.3.9

13 Sep 20:57

Choose a tag to compare

[1.3.9] - 09/13/2024

Features

  • Add OkHttp4Engine, an HTTP engine which uses okhttp3:4.x

v1.3.8

29 Aug 15:39

Choose a tag to compare

[1.3.8] - 08/29/2024

Fixes

  • #1126 Correct deserialization of nested map/list types in unions

v1.3.7

26 Aug 14:52

Choose a tag to compare

[1.3.7] - 08/26/2024

v1.3.6

23 Aug 21:08

Choose a tag to compare

[1.3.6] - 08/23/2024

Fixes

  • Correctly mark more CRT exceptions as retriable

v1.3.5

16 Aug 18:09

Choose a tag to compare

[1.3.5] - 08/16/2024

Fixes

  • #1326 Add missing support for pagination which terminates by repeating the token (instead of returning no token)

v1.3.4

12 Aug 18:54

Choose a tag to compare

[1.3.4] - 08/12/2024

Features

  • #1087 Introduce new Micrometer telemetry provider. Note: This new provider (like the rest of the telemetry system) is marked @ExperimentalApi and could see backwards-incompatible API changes in future releases.
  • Add new ISO_8601_FULL timestamp format for untruncated precision

Fixes

  • #1125 Correctly deserialize string-based enums in XML protocols

v1.3.3

07 Aug 13:35

Choose a tag to compare

[1.3.3] - 08/07/2024

Miscellaneous

  • Upgrade to Kotlin 2.0.10