Releases: swift-server/swift-openapi-async-http-client
Releases · swift-server/swift-openapi-async-http-client
1.0.0 🚀
What's Changed since 1.0.0-alpha.1
SemVer Minor
- Default the configuration parameter by @czechboy0 in #32
SemVer Patch
- Explicit dependency on HTTPTypes by @czechboy0 in #34
Other Changes
- Add visionOS platform support by @czechboy0 in #31
- Add Docker Compose file for Swift 5.9.0 by @simonjbeaumont in #33
- Add issue template, redirecting to swift-openapi-generator issues by @simonjbeaumont in #36
- Prep 1.0 by @czechboy0 in #37
Full Changelog: 1.0.0-alpha.1...1.0.0
What's Changed since 0.3.0
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 Minor
- Default the configuration parameter by @czechboy0 in #32
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
- Explicit dependency on HTTPTypes by @czechboy0 in #34
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
- Add visionOS platform support by @czechboy0 in #31
- Add Docker Compose file for Swift 5.9.0 by @simonjbeaumont in #33
- Add issue template, redirecting to swift-openapi-generator issues by @simonjbeaumont in #36
- Prep 1.0 by @czechboy0 in #37
New Contributors
- @simonjbeaumont made their first contribution in #19
- @PARAIPAN9 made their first contribution in #21
Full Changelog: 0.3.0...1.0.0
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
Swift OpenAPI Async HTTP Client 0.3.0
What's Changed
Other Changes
- Async bodies + swift-http-types adoption by @czechboy0 in #16
Full Changelog: 0.2.3...0.3.0
Swift OpenAPI Async HTTP Client 0.2.3
What's Changed
SemVer Patch
- Adopt a custom shared client by @czechboy0 in #18
Full Changelog: 0.2.2...0.2.3
Swift OpenAPI Async HTTP Client 0.2.2
What's Changed
SemVer Patch
- Fix double encoding of path parameters by @czechboy0 in #15
Full Changelog: 0.2.1...0.2.2
Swift OpenAPI Async HTTP Client 0.2.1
Swift OpenAPI Async HTTP Client 0.2.0
Identical to 0.1.4, here for consistency with the other packages moving to 0.2.0.
Swift OpenAPI Async HTTP Client 0.1.4
What's Changed
SemVer Patch
- Prepare being compatible with runtime 0.2.0 release by @czechboy0 in #12
Full Changelog: 0.1.3...0.1.4
Swift OpenAPI Async HTTP Client 0.1.3
What's Changed
SemVer Patch
- Adopt the new shared HTTP client by @czechboy0 in #13
Other Changes
- [AHCTransport] Consistent style for initializing local variables by @czechboy0 in #10
- Enable strict concurrency checking in CI by @czechboy0 in #11
Full Changelog: 0.1.2...0.1.3
Swift OpenAPI Async HTTP Client 0.1.2
What's Changed
Other Changes
- Full compatibility with the "ExistentialAny" upcoming feature by @MahdiBM in #8
- Disable ExistentialAny temporarily by @czechboy0 in #9
New Contributors
Full Changelog: 0.1.1...0.1.2