Skip to content

Releases: awslabs/aws-crt-swift

v0.53.0

06 Jun 17:00
513503c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.52.2...v0.53.0

v0.52.2

28 May 17:32
57c6516
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @sfod made their first contribution in #342

Full Changelog: v0.52.1...v0.52.2

Fix ByteBuffer End of Stream Bug

29 Apr 20:41
5be6550
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.52.0...v0.52.1

Fix Concurrency for Swift 6

28 Apr 21:01
35688e3
Compare
Choose a tag to compare

What's Changed

  • Fix Concurrency Warnings in Swift 6 by @waahm7 in #310

Full Changelog: v0.51.0...v0.52.0

v0.51.0

24 Apr 17:06
ea0aef6
Compare
Choose a tag to compare

What's Changed

  • Breaking Change: Fix IStreamable with End Of Stream Status by @waahm7 in #331
  • Breaking Change: FileHandle no longer conforms to IStreamable. It was dead code and we can add it when needed.

Full Changelog: v0.50.0...v0.51.0

v0.50.0

18 Apr 17:41
011a801
Compare
Choose a tag to compare

What's Changed

BREAKING CHANGE:
All MQTT5‑client callback type‑aliases have been changed from
… async -> Void to … -> Void (synchronous).
If you previously passed an async closure, replace it with a synchronous one or wrap any asynchronous work in Task { … }.

Full Changelog: v0.49.1...v0.50.0

v0.49.1

28 Mar 21:44
4eb1bbb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.49.0...v0.49.1

MQTT, TLS, iOS and tvOS Support

28 Mar 19:30
0064b1b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.48.0...v0.49.0

Reduce Event Stream Max Message Size to 24MB

27 Mar 20:09
74d970d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.47.0...v0.48.0

Credentials Provider Endpoint Override

04 Mar 22:28
8b77a9b
Compare
Choose a tag to compare

What's Changed

  • Latest Submodules to Support Credentials Provider Endpoint Override by @waahm7 in #321

Full Changelog: v0.46.0...v0.47.0