Skip to content

Releases: smithy-lang/smithy-kotlin

v1.4.11

14 Mar 20:12
Compare
Choose a tag to compare

[1.4.11] - 03/14/2025

v1.4.10

06 Mar 15:13
Compare
Choose a tag to compare

[1.4.10] - 03/06/2025

Fixes

  • Correctly handle sequential calls to SingleFlightGroup

v1.4.9

27 Feb 19:45
Compare
Choose a tag to compare

[1.4.9] - 02/27/2025

Fixes

  • Correctly generate paginators for item type names which collide with other used types (e.g., an item type com.foo.Flow which conflicts with kotlinx.coroutines.flow.Flow)

v1.4.8

27 Feb 17:19
Compare
Choose a tag to compare

[1.4.8] - 02/27/2025

Fixes

v1.4.7

25 Feb 18:38
Compare
Choose a tag to compare

[1.4.7] - 02/25/2025

Fixes

  • #1211 Fix OpenTelemetry span concurrency by using Span.asContextElement() instead of Span.makeCurrent()

v1.4.6

25 Feb 16:17
Compare
Choose a tag to compare

[1.4.6] - 02/25/2025

v1.4.5

24 Feb 20:33
Compare
Choose a tag to compare

[1.4.5] - 02/24/2025

Features

  • Add SigV4a support to the default AWS signer

v1.4.4

18 Feb 16:14
Compare
Choose a tag to compare

[1.4.4] - 02/18/2025

Miscellaneous

  • Increase maximum event stream message length to 24MB

v1.4.3

13 Feb 17:35
Compare
Choose a tag to compare

[1.4.3] - 02/13/2025

Fixes

  • Fix errors in equality checks for CaseInsensitiveMap which affect Headers and ValuesMap implementations
  • fix: correct hash code calculation for case-insensitive map entries
  • #1413 Favor endpointUrl over endpoint discovery when provided

Miscellaneous

  • Add telemetry provider configuration to DefaultAwsSigner

v1.4.2

28 Jan 18:56
Compare
Choose a tag to compare

[1.4.2] - 01/28/2025

Fixes

  • Ignore hop-by-hop headers when signing requests