Skip to content

Fix regression that broke falling back to Codable

Compare
Choose a tag to compare
@VaporBot VaporBot released this 11 Jun 15:23
· 25 commits to main since this release
c9ea040
This patch was authored and released by @siemensikkema.

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.