Vapor: 4.100.1 Release

Release date:
May 20, 2024
Previous version:
4.100.0 (released May 15, 2024)
Magnitude:
143 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

Top Contributors in 4.100.1

ptoffy

Directory Browser for 4.100.1

All files are compared to previous version, 4.100.0. Click here to browse diffs between other versions.

Loading File Browser...

Release Notes Published

What's Changed

Update URLEncodedFormEncoder encoding rules by @ptoffy in #3192

Solves #3173 References https://url.spec.whatwg.org/#application-x-www-form-urlencoded-percent-encode-set to set the encoding rules

The application/x-www-form-urlencoded percent-encode set contains all code points, except the ASCII alphanumeric, U+002A (*), U+002D (-), U+002E (.), and U+005F (_).

This patch was released by @0xTim

Full Changelog: https://github.com/vapor/vapor/compare/4.100.0...4.100.1