Closed siemensikkema closed 3 years ago
Fixes regression that broke falling back to Codable for types not conforming to MultipartPartConvertible (#66, fixes #65)
Codable
MultipartPartConvertible
Note: this removes conformance of UUID to MultipartPartConvertible introduced in 4.2.0 because it is no longer needed.
UUID
These changes are now available in 4.2.1
Fixes regression that broke falling back to
Codable
for types not conforming toMultipartPartConvertible
(#66, fixes #65)Note: this removes conformance of
UUID
toMultipartPartConvertible
introduced in 4.2.0 because it is no longer needed.