Skip to content

actix-session: v0.5.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@robjtede robjtede released this 02 Apr 11:05
· 427 commits to master since this release
7273532
  • Add Session::entries. #170
  • Rename Session::{set => insert} to match standard hash map naming. #170
  • Return values from Session::remove. #170
  • Add Session::remove_as deserializing variation. #170
  • Simplify Session::get_changes now always returning iterator even when empty. #170
  • Swap order of arguments on Session::set_session. #170
  • Update actix-web dependency to 4.0.0 beta.
  • Minimum supported Rust version (MSRV) is now 1.46.0.