Skip to content

Releases: smithy-lang/smithy-swift

0.5.0

09 Nov 00:15
e4285fe

Choose a tag to compare

What's Changed

  • fix: Fixes issue where linter wasn’t using config file on CI by @epau in #458
  • chore: Test all PRs regardless of base branch by @jbelkins in #462
  • fix: Timestamp encoding and decoding by @epau in #454
  • fix: add content-length middleware for operation that has codable conformance (AWS Query) by @ganeshnj in #465
  • fix!: consistent naming for types, protocols and everything else by @ganeshnj in #461
  • chore: Delete smithy-swift-codegen-test dir by @jbelkins in #466
  • fix!: update shape and member extensions to use same casing as rest of the system by @ganeshnj in #467
  • chore: bump aws-crt-swift version to 0.3.1 by @epau in #470

Full Changelog: 0.4.0...0.5.0

0.4.0

02 Nov 22:38
9e8640b

Choose a tag to compare

What's Changed

  • fix: Delete the Package.swift in AWSClientRuntime/ by @jbelkins in #443
  • Issue templates using github forms by @jmklix in #445
  • feat(endpoints)!: integrate endpoints 2.0 by @ganeshnj in #433
  • chore: add appendingPathComponent string extension by @ganeshnj in #455
  • fix: Provide an encoding customization that allows empty lists to be serialized by @epau in #457
  • chore: bump aws-crt-swift version to 0.3.0 by @ganeshnj in #459

New Contributors

Full Changelog: 0.3.0...0.4.0

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!