Releases: apple/swift-openapi-runtime
Releases · apple/swift-openapi-runtime
Swift OpenAPI Runtime 0.2.3
What's Changed
SemVer Patch
- Update uri decoder for non encoded comma strings by @bfrearson in #52
New Contributors
- @bfrearson made their first contribution in #52
Full Changelog: 0.2.2...0.2.3
Swift OpenAPI Runtime 0.2.2
What's Changed
SemVer Patch
- Fix nested coding by @czechboy0 in #50
Other Changes
- Add an escaped path component test case by @czechboy0 in #49
Full Changelog: 0.2.1...0.2.2
Swift OpenAPI Runtime 0.2.1
What's Changed
SemVer Patch
- Fix optional query param parsing by @czechboy0 in #48
Full Changelog: 0.2.0...0.2.1
Swift OpenAPI Runtime 0.2.0
⚠️ API-breaking changes
Cleaned up deprecated code from 0.1.x.
What's Changed
SemVer Minor
- Prepare 0.2.0 release (API breaking changes) by @czechboy0 in #43
Full Changelog: 0.1.11...0.2.0
Swift OpenAPI Runtime 0.1.11
What's Changed
SemVer Patch
- Introduce StringEncoder and StringDecoder types by @czechboy0 in #44
- Introduce URIEncoder and URIDecoder types by @czechboy0 in #41
- [Runtime] Integrate the new URI and String coders by @czechboy0 in #45
Full Changelog: 0.1.10...0.1.11
Swift OpenAPI Runtime 0.1.10
What's Changed
SemVer Patch
- [Runtime] Accept header by @czechboy0 in #37
Other Changes
- Remove redundant explicit Equatable conformances by @arthurcro in #42
New Contributors
- @arthurcro made their first contribution in #42
Full Changelog: 0.1.9...0.1.10
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