Releases: awslabs/aws-crt-swift
Releases · awslabs/aws-crt-swift
Fix Dispatch Queue Memory Leak
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
What's Changed
- Request response client creation and skeleton by @xiazhvera in #327
- Request-Response Client Operations by @xiazhvera in #332
Full Changelog: v0.52.2...v0.53.0
v0.52.2
Fix ByteBuffer End of Stream Bug
What's Changed
Full Changelog: v0.52.0...v0.52.1
Fix Concurrency for Swift 6
What's Changed
Full Changelog: v0.51.0...v0.52.0
v0.51.0
v0.50.0
What's Changed
- Enable dispatch queue on Apple platforms by @xiazhvera in #329
- Make Mqtt5 client callbacks synchronous by @sbSteveK in #330
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
MQTT, TLS, iOS and tvOS Support
Reduce Event Stream Max Message Size to 24MB
What's Changed
Full Changelog: v0.47.0...v0.48.0