Swift OpenAPI URLSession 0.3.1
What's Changed
SemVer Patch
- Add support for streaming on recent Darwin platforms by @simonjbeaumont in #24
- Use APIs available on older macOS in tests by @simonjbeaumont in #25
- Add missing transition AsyncBackpressuredStream state machine by @simonjbeaumont in #27
- Improve debug logging and add tests that it is not evaluated when disabled by @simonjbeaumont in #26
- Avoid double continuation resume in URLSession delegate in corner case by @simonjbeaumont in #28
- Replace AsyncBackpressuredStream with updated implementation by @simonjbeaumont in #29
Other Changes
- Add docker-compose file for 5.10 CI by @simonjbeaumont in #16
- Enable documentation comment validation in swift-format by @PARAIPAN9 in #18
- Bump swift-format to 5.9 by @czechboy0 in #17
- Add a soundness --fix flag by @czechboy0 in #19
- Disable warnings as errors in nightlies by @czechboy0 in #21
- Disable "respectsExistingLineBreaks" in .swift-format for more consistent styling by @PARAIPAN9 in #20
- Add README badges by @czechboy0 in #23
New Contributors
- @PARAIPAN9 made their first contribution in #18
Full Changelog: 0.3.0...0.3.1