v1.3.0
What's Changed
- Allow most UTF-8 characters in URI path and query. (#715)
- This means paring
Uri
s with previously illegal characters according the original RFC will now be accepted. They used to be rejected in the name of spec purity, but many operators were using a fork ofhttp
because reality is that most characters are seen in the real world.
- This means paring
- Fix
HeaderMap::reserve()
to allocate sufficient capacity.
New Contributors
- @joelwurtz made their first contribution in #715
- @ADD-SP made their first contribution in #738
- @kawaemon made their first contribution in #741
- @DaniPopes made their first contribution in #748
- @jpds made their first contribution in #695
Thanks!
Full Changelog: v1.2.0...v1.3.0