Releases: apple/swift-openapi-runtime
Releases · apple/swift-openapi-runtime
1.6.0
What's Changed
SemVer Minor
- EventStreams: Customisable Terminating Byte Sequence by @paulhdk in #115
- Add Mac Catalyst support by @czechboy0 in #124
SemVer Patch
- Support nested arrays of primitive values inside of objects by @czechboy0 in #120
Other Changes
- Correct the link of sswg-security at SECURITY.md by @lamtrinhdev in #114
- ci: Migrate to GitHub Actions and reusable workflows by @simonjbeaumont in #116, #117, #118
- benchmarks: Add subdirectory Benchmarks/ package by @simonjbeaumont in #119
- ci: Remove examples pipeline from scheduled workflow by @simonjbeaumont in #121
- [CI] Update to Swift 6 CI by @FranzBusch in #122
New Contributors
- @lamtrinhdev made their first contribution in #114
- @paulhdk made their first contribution in #115
- @FranzBusch made their first contribution in #122
Full Changelog: 1.5.0...1.6.0
1.5.0
What's Changed
SemVer Minor
- Custom JSON encoding options by @czechboy0 in #112
Full Changelog: 1.4.1...1.5.0
1.4.1
What's Changed
SemVer Patch
- Swift 6 fixes by @czechboy0 in #106
- Fixing Issues with Async Upstream by @leogdion in #108
- Support NSNull in OpenAPIContainer types by @czechboy0 in #109
- Improved encoding of NSNumber in OpenAPIValueContainer by @czechboy0 in #110
New Contributors
Full Changelog: 1.4.0...1.4.1
1.4.0
What's Changed
SemVer Minor
- Add support for
application/xml
body by @ugocottin in #102 - Add support of
deepObject
style in query params by @kstefanou52 in #100
SemVer Patch
- Fix empty
additionalProperties
dictionary encoding by @czechboy0 in #103 - Improve error message when encountering unexpected content-type headers by @simonjbeaumont in #104
Other Changes
New Contributors
- @glbrntt made their first contribution in #101
- @ugocottin made their first contribution in #102
- @kstefanou52 made their first contribution in #100
Full Changelog: 1.3.2...1.4.0
1.3.2
What's Changed
SemVer Patch
- Set content-length header if body has known length by @czechboy0 in #96
Full Changelog: 1.3.1...1.3.2
1.3.1
What's Changed
SemVer Patch
- Make setting HTTPBody.iteratorCreated thread-safe by @LarsPetersHH in #95
New Contributors
- @LarsPetersHH made their first contribution in #95
Full Changelog: 1.3.0...1.3.1
1.3.0
What's Changed
SemVer Minor
- Make the ISO8601 date transcoder configurable by @czechboy0 in #94
Full Changelog: 1.2.0...1.3.0
1.2.0
What's Changed
SemVer Minor
- [Runtime] SOAR-0010: Event streams sequences by @czechboy0 in #91
Full Changelog: 1.1.0...1.2.0
1.1.0
What's Changed
SemVer Minor
- [Runtime] Add headerFields and body to UndocumentedPayload by @czechboy0 in #90
Full Changelog: 1.0.0...1.1.0
1.0.0 🚀
What's Changed since 1.0.0-alpha.1
SemVer Patch
- Remove no-longer-needed
@preconcurrency
s by @MahdiBM in #83 - [Docs] Make sure all symbols are curated by @czechboy0 in #88
Other Changes
- Add visionOS platform support by @czechboy0 in #85
- Add Docker Compose file for Swift 5.9.0 by @simonjbeaumont in #86
- [Docs] Prep 1.0.0 by @czechboy0 in #89
Full Changelog: 1.0.0-alpha.1...1.0.0
What's Changed since 0.3.6
SemVer Major
- Change type of HTTPBody.Length.known from Int to Int64 by @simonjbeaumont in #79
- Move to Swift 5.9 as the minimum version by @czechboy0 in #80
- Remove deprecated code by @czechboy0 in #81
SemVer Minor
- Base64EncodedData initializer taking an array slice shouldn't have a label by @PARAIPAN9 in #71
- [Multipart] Add public types by @czechboy0 in #77
- [Multipart] Add converter SPI methods by @czechboy0 in #78
SemVer Patch
- [Multipart] Introduce a bytes -> frames parser by @czechboy0 in #72
- [Multipart] Add the frame -> bytes serializer by @czechboy0 in #73
- [Multipart] Add a frames -> raw parts parsing sequence by @czechboy0 in #74
- [Multipart] Add a raw parts to frames serializer sequence. by @czechboy0 in #75
- [Multipart] Validation sequence by @czechboy0 in #76
- Remove no-longer-needed
@preconcurrency
s by @MahdiBM in #83 - [Docs] Make sure all symbols are curated by @czechboy0 in #88
Other Changes
- Apply the same .swift-format as the generator repo by @czechboy0 in #68
- Add README badges by @czechboy0 in #70
- Bump version docs to 1.0.0-alpha.1 by @czechboy0 in #82
- Add visionOS platform support by @czechboy0 in #85
- Add Docker Compose file for Swift 5.9.0 by @simonjbeaumont in #86
Full Changelog: 0.3.6...1.0.0