Skip to content

Releases: awslabs/aws-crt-swift

Fix Dispatch Queue Memory Leak

20 Aug 21:15
2f4f025
Compare
Choose a tag to compare

What's Changed

  • change stale issue and discussion handling to run once a week by @sbSteveK in #345
  • Add dev guide for crt-swift by @waahm7 in #341
  • Update aws-c-io to fix dispatch queue leak by @xiazhvera in #348

Full Changelog: v0.53.0...v0.54.0

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