Skip to content

Releases: smithy-lang/smithy-kotlin

v1.3.4

12 Aug 18:54
Compare
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
Compare
Choose a tag to compare

[1.3.3] - 08/07/2024

Miscellaneous

  • Upgrade to Kotlin 2.0.10

v1.3.2

02 Aug 17:26
Compare
Choose a tag to compare

[1.3.2] - 08/02/2024

Fixes

  • Close HttpStreams in CrtHttpEngine after call completion

v1.3.1

26 Jul 15:34
Compare
Choose a tag to compare

[1.3.1] - 07/26/2024

v1.3.0

25 Jul 20:54
Compare
Choose a tag to compare

[1.3.0] - 07/25/2024

Miscellaneous

  • ⚠️ IMPORTANT: Upgrade to Kotlin 2.0.0

v1.2.18

23 Jul 16:06
Compare
Choose a tag to compare

[1.2.18] - 07/23/2024

v1.2.17

18 Jul 16:42
Compare
Choose a tag to compare

[1.2.17] - 07/18/2024

Features

  • Add support for string arrays in rules engine parameters
  • Add support for operationContextParams trait

v1.2.16

15 Jul 15:01
Compare
Choose a tag to compare

[1.2.16] - 07/15/2024

Fixes

  • Correctly redact sensitive data in lists and maps

v1.2.15

12 Jul 17:48
Compare
Choose a tag to compare

[1.2.15] - 07/12/2024

Features

  • #1352 Add new Kotlin/JVM methods for converting InputStream to ByteStream and for writing ByteStream to OutputStream

v1.2.14

12 Jul 14:56
Compare
Choose a tag to compare

[1.2.14] - 07/12/2024

Features

  • #843 Add support for prioritized protocol resolution
  • #1302 Add support for smithy.protocols#rpcv2Cbor protocol