Skip to content

v1.3.0

Compare
Choose a tag to compare
@seanmonstar seanmonstar released this 11 Mar 16:45
· 2 commits to master since this release

What's Changed

  • Allow most UTF-8 characters in URI path and query. (#715)
    • This means paring Uris 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 of http because reality is that most characters are seen in the real world.
  • Fix HeaderMap::reserve() to allocate sufficient capacity.

New Contributors

Thanks!

Full Changelog: v1.2.0...v1.3.0