Skip to content

0.1.4 - 2022-11-29

Compare
Choose a tag to compare
@LeoniePhiline LeoniePhiline released this 29 Nov 03:58
· 70 commits to main since this release

Added

  • Tested code coverage and added tests covering the error path.
  • Added Cargo.toml snippet for quick-installation to README.md.
  • Added CsrfSynchronizerTokenMiddleware::layer() for the sake of convention.
  • Added CsrfSynchronizerTokenLayer::new() for the sake of convention.
  • Now depending on the more stable axum-core where possible.
  • Now indicating project state with badges.
  • Added a CHANGELOG.md.

Changed

  • Rewrote example / demo projects to never panic, but use appropriate error handling instead.
  • Removed direct dependency on async-session, using the re-export from axum-sessions instead.

Full Changelog: 0.1.3...0.1.4