v0.5.0
What's Changed
Breaking Changes
- Use a default session name of "id" to avoid fingerprinting, as per https://cheatsheetseries.owasp.org/cheatsheets/Session_Management_Cheat_Sheet.html#session-id-name-fingerprinting.
Note that applications using the old default, "tower.sid", may continue to do so without disruption by specifying with_name("tower.sid").
Full Changelog: v0.4.3...v0.5.0