Skip to content

Multipart 3.0.0

Compare
Choose a tag to compare
@tanner0101 tanner0101 released this 13 Apr 02:35
· 86 commits to main since this release
d7b641a

Multipart 3.0 is here, now with Codable support! 🏞 Use multipart to parse and serializes multipart-encoded data.

Docs:
https://docs.vapor.codes/3.0/multipart/getting-started/

API Docs:
https://api.vapor.codes/multipart/latest/Multipart

Milestone:
3.0.0


Changes since final release candidate.

⚠️ The old hacky way of using MultipartForm to parse requests is gone. Use Content just like JSON and form-urlencoded.

New:

Fixed:

  • API audit: Lots of APIs cleaned up and/or made internal. Lots of doc blocks added, too!