Releases: pointfreeco/vapor-routing
Releases · pointfreeco/vapor-routing
0.1.3
What's Changed
- Fixed: Large request bodies no longer fail to parse when fed in as streaming input (#23).
Full Changelog: 0.1.2...0.1.3
0.1.2
- Fixed: A compatibility issue with URL Routing 0.4.0 has been fixed.
0.1.1
- Fixed: Errors thrown in the handler should now correctly propagate in Vapor applications as expected.
- Infrastructure: README updates and fixes (thanks @gohanlon, @finestructure)