Skip to content

v1.2.0

Compare
Choose a tag to compare
@connorslade connorslade released this 25 Jun 00:34
· 108 commits to main since this release
9d1dd37

Changelog

  • oh windows,,,
  • Fix Path Traversal on windows
  • Use AsRef more instead of Display
  • Add a serve path to Serve Static
  • Serve index from serve path
  • Remove the ignore_trailing_path_slash feature
  • Redo Internal Error handling system
  • Middleware use references to Requests and Responses and stuff
  • Improve built-in serve_static middleware
  • Re organize extension stuff
  • RateLimit use RwLock
  • Add Request ID Middleware
  • Server Wide State
  • Add Cache Middleware
  • Remove insane build script
  • When building http response only add Content-Length and default headers if they are not already present
  • Add server state syste
  • Improved Request Parsing
  • Redo Error system
  • Remove the requests raw_data feild
  • Remove Request::body_string in favor of String::from_utf8()
  • Fix HTTP parseing and genatation issues

What's Changed

Full Changelog: v1.1.0...v1.2.0

Change Outline: https://connorcode.com/writing/afire/update-4