Swift OpenAPI Async HTTP Client 1.0.0-alpha.1
What's Changed
SemVer Major
- Bump swift-format to 5.9 by @czechboy0 in #20
- Prep for 1.0 alpha, adapted to runtime changes in main by @czechboy0 in #25
- Move to Swift 5.9 as the minimum version by @czechboy0 in #26
SemVer Patch
- Remove #if swift(>=5.9) check in Package.swift by @simonjbeaumont in #27
- Handle large payloads on 32bit platforms gracefully by @czechboy0 in #29
Other Changes
- Add docker-compose file for 5.10 CI by @simonjbeaumont in #19
- Enable documentation comment validation in swift-format by @PARAIPAN9 in #21
- Add a soundness --fix flag by @czechboy0 in #22
- Disable "respectsExistingLineBreaks" in .swift-format for more consistent styling by @PARAIPAN9 in #23
- Add README badges by @czechboy0 in #24
- Bump to 1.0.0-alpha.1 by @czechboy0 in #28
New Contributors
- @simonjbeaumont made their first contribution in #19
- @PARAIPAN9 made their first contribution in #21
Full Changelog: 0.3.0...1.0.0-alpha.1