Skip to content

v0.8.1

Compare
Choose a tag to compare
@yoshuawuyts yoshuawuyts released this 07 May 17:17

docs.rs

This patch contains several bug fixes and doc tweaks.

Added

  • Route::serve_dir now applies some degree of mime guessing #461
  • Added the "Tide Channels" post to the README #464
  • Added documentation on Tide's default backend #467

Changed

  • Updated the crate version in the README #475

Fixed

  • Check directory traversal attack without file system visit #473
  • Correctly parse multiple values from the Cookie header #484