Releases: vapor/multipart-kit
5.0.0 Alpha 5
What's Changed
Full Changelog: 5.0.0-alpha.4...5.0.0-alpha.5
5.0.0 Alpha 4
What's Changed
- Remove serialize into String method by @ptoffy in #125
- Fix serialiser benchmarks after code update by @ptoffy in #127
- Add Android to CI by @fpseverino in #126
- Make MultipartParserError Public by @nakul-py in #112
- Fix decoding message when using brackets in the CD's name value by @ptoffy in #128
- Adopt typed throws and isolation based methods for iterators by @ptoffy in #124
New Contributors
Full Changelog: 5.0.0-alpha.3...5.0.0-alpha.4
5.0.0-alpha.3
What's Changed
Various small fixes by @fpseverino in #117
- Add “ExistentialAny” Swift setting
- Add linting, Windows, Musl and iOS to CI
- Remove superfluous exclude of DocC catalog
- Improve DocC docs
- Remove
test
prefix from test function names
Reviewers
Thanks to the reviewers for their help:
This patch was released by @gwynne
Full Changelog: 5.0.0-alpha.2...5.0.0-alpha.3
5.0.0 Alpha 2
5.0.0 Alpha 1
4.7.1 - Exclude `docc` files from sources to avoid build warnings
What's Changed
Exclude docc
files from sources to avoid build warnings by @omochi in #102
When using this package as a dependency, the following warning appears during the build process:
warning: 'multipart-kit': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target /Users/omochi/<myproject>/.build/checkouts/multipart-kit/Sources/MultipartKit/Docs.docc
This happens because
docc
files are treated as undefined source files.
This patch explicitly excludes them using the exclude directive, clarifying that they are not source files and preventing the warning from being displayed.
This patch was released by @0xTim
Full Changelog: 4.7.0...4.7.1
4.7.0 - Conform URL to MutipartPartConvertible
What's Changed
Conform URL to MutipartPartConvertible by @gwynne in #97
This allows decoding
URL
s directly withFormDataDecoder
.
Reviewers
Thanks to the reviewers for their help:
This patch was released by @gwynne
Full Changelog: 4.6.1...4.7.0
4.6.1 - Remove no longer needed `@preconcurrency` attribute
What's Changed
Remove no longer needed @preconcurrency
attribute by @gwynne in #96
swift-collections
has since been updated to make the attribute unnecessary.
This patch was released by @gwynne
Full Changelog: 4.6.0...4.6.1
4.6.0 - Add Sendable Conformances
What's Changed
Add Sendable Conformances by @0xTim in #90
Add Sendable annotations to remove warning when building with complete concurrency checking.
Bumps the minimum supported Swift version to 5.7
This patch was released by @0xTim
Full Changelog: 4.5.4...4.6.0