Skip to content

Releases: smithy-lang/smithy-swift

0.3.0

29 Sep 21:38
5b7b9bd

Choose a tag to compare

What's Changed

  • fix: use self to disambiguate between member and encoder param by @ganeshnj in #429
  • fix: convert map to array of entry for paginators by @ganeshnj in #431
  • Updgrade 1.23 by @sugmanue in #432
  • PaginatorSequence should return values even if there is only one page of values by @HashNuke in #420
  • chore: add unit tests for IDL-2.0 enum shapes code generation by @sugmanue in #435
  • fix: use default value when deserializing non-optional members by @ganeshnj in #436
  • fix: Escape special characters in URL path prior to constructing URL by @jbelkins in #442
  • chore: Project cleanup by @jbelkins in #437
  • fix: properly check if a member can be nullable by @sugmanue in #444

New Contributors

Full Changelog: 0.2.5...0.3.0

0.2.5

11 Aug 21:18
83de16a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.4...0.2.5

0.2.4

20 Jun 16:54
46e2e69

Choose a tag to compare

Add support for Swift 5.7 compilation. (#416)

0.1.4

22 Mar 16:54

Choose a tag to compare

Add support for Swift 5.6 compilation

0.2.3

16 Mar 16:58
5c76b8f

Choose a tag to compare

Add support for Swift 5.6 compilation

0.2.2

01 Mar 19:11
0579b19

Choose a tag to compare

Bug fixes and pagination!

0.2.1

17 Feb 16:54
25a813d

Choose a tag to compare

Patch release with bug fixes

0.2.0

16 Feb 19:37
26e62d1

Choose a tag to compare

full async/await support!

0.1.3

08 Feb 04:38
53a97bf

Choose a tag to compare

fix: update crt version (#402)

0.1.2

21 Jan 19:32
0faded8

Choose a tag to compare

  • Fix logging bug 518
  • S3 decode compiler error