vapor / multipart-kit

🏞 Parses and serializes multipart-encoded data with Codable support.
MIT License
139 stars 41 forks source link

Fix regression that broke falling back to Codable #66

Closed siemensikkema closed 3 years ago

siemensikkema commented 3 years ago

Fixes regression that broke falling back to Codable for types not conforming to MultipartPartConvertible (#66, fixes #65)

Note: this removes conformance of UUID to MultipartPartConvertible introduced in 4.2.0 because it is no longer needed.

VaporBot commented 3 years ago

These changes are now available in 4.2.1