Releases: apple/swift-openapi-runtime
Releases · apple/swift-openapi-runtime
Swift OpenAPI Runtime 0.1.9
What's Changed
SemVer Patch
- Fixes #114 - Replace @preconcurrency import Foundation with scoped import by @PARAIPAN9 in #36
- [Runtime] Stop generating an undocumented case for enums/oneOfs by @czechboy0 in #40
New Contributors
- @PARAIPAN9 made their first contribution in #36
Full Changelog: 0.1.8...0.1.9
Swift OpenAPI Runtime 0.1.8
What's Changed
SemVer Patch
- [Runtime] Support unexploded query items by @czechboy0 in #35
Full Changelog: 0.1.7...0.1.8
Swift OpenAPI Runtime 0.1.7
What's Changed
SemVer Patch
- Deprecate redactedHeaderFields by @czechboy0 in #32
- [Runtime] Multiple content types support by @czechboy0 in #29
Other Changes
- [Runtime] Consistent style for initializing local variables by @czechboy0 in #31
- Additional unit tests for OpenAPIObjectContainer by @rboyce in #24
- [Test] Make new OpenAPIValue tests consistent with the rest by @czechboy0 in #33
New Contributors
Full Changelog: 0.1.6...0.1.7
Swift OpenAPI Runtime 0.1.6
What's Changed
SemVer Patch
- Improved Encoding/Decoding error descriptions by @czechboy0 in #28
- [Runtime] Design away EncodableBodyContent by @czechboy0 in #30
Full Changelog: 0.1.5...0.1.6
Swift OpenAPI Runtime 0.1.5
What's Changed
SemVer Patch
- Adopt Sendable throughout API to support -strict-concurrency=complete by @MahdiBM in #22
- Fix OpenAPIValueContainer serialization of nested values by @czechboy0 in #25
Other Changes
- Add check-for-breaking-api-changes.sh script by @simonjbeaumont in #21
- Move DocC and integration tests into separate CI pipelines by @simonjbeaumont in #23
- Adopt explicit existential any by @czechboy0 in #26
New Contributors
Full Changelog: 0.1.4...0.1.5
Swift OpenAPI Runtime 0.1.4
Swift OpenAPI Runtime 0.1.3
What's Changed
SemVer Patch
- Relax minimum platforms to macOS 10.15, iOS 13, tvOS 13, and watchOS 6 by @andrewse02 in #18
Other Changes
- Add integration test CI check by @simonjbeaumont in #17
New Contributors
- @andrewse02 made their first contribution in #18
Full Changelog: 0.1.2...0.1.3
Swift OpenAPI Runtime 0.1.2
What's Changed
SemVer Patch
- [Fix] Re-introduce deprecated methods by @czechboy0 in #15
- [Fix] Fix two regressions in Converter by @czechboy0 in #16
Full Changelog: 0.1.1...0.1.2
Swift OpenAPI Runtime 0.1.1
What's Changed
SemVer Patch
- Fix encoding of plain text bodies by @czechboy0 in #9
- Rename _StringParameterConvertible to _StringConvertible by @czechboy0 in #13
- [Runtime] Choose the serialization method based on content type by @czechboy0 in #12
Other Changes
- Add .github/release.yml to automate drafting release notes by @simonjbeaumont in #14
Full Changelog: 0.1.0...0.1.1
0.1.0 – Initial release
Initial release.