Skip to content

v0.4.0

Compare
Choose a tag to compare
@connorslade connorslade released this 19 Feb 22:51
· 199 commits to main since this release
9488df9

Changelog

  • Make serve static types public
  • Fix File Uploading stuff
  • Add a Prelude for afire essentials
  • Optimize HTTP parser (saving nanoseconds!)
  • More unit tests
  • Middleware Error Handling!
  • Make Route and Error Handler functions take closures
  • Remove deprecated .all function (deprecated in 0.3.0)
  • Remove deprecated .ip_string function (deprecated in 0.3.0)
  • Finally remove deprecated .any function (deprecated in 0.1.5)
  • Route take AsRef instead of any Displayable Type
  • Now .header takes in a key and value rather than a Header struct

Full Changelog: 0.3.0...0.4.0