Skip to content

v1.4.0

Latest

Choose a tag to compare

@seanmonstar seanmonstar released this 24 Nov 16:59
· 1 commit to master since this release

Highlights

  • Add StatusCode::EARLY_HINTS constant for 103 Early Hints.
  • Make StatusCode::from_u16 now a const fn.
  • Make Authority::from_static now a const fn.
  • Make PathAndQuery::from_static now a const fn.
  • MSRV increased to 1.57 (allows legible const fn panic messages).

What's Changed

New Contributors

Full Changelog: v1.3.1...v1.4.0