Releases: awslabs/aws-crt-swift
Releases · awslabs/aws-crt-swift
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
Credentials Provider Endpoint Override
What's Changed
Full Changelog: v0.46.0...v0.47.0