Skip to content

Latest commit

 

History

History
41 lines (21 loc) · 997 Bytes

CHANGELOG.md

File metadata and controls

41 lines (21 loc) · 997 Bytes

0.5.0

BREAKING CHANGES:

  • Resist session name fingerprinting PR #36

OTHER CHANGES:

  • Allow setting HttpOnly of cookie PR #30

0.4.1

  • Update axum to v0.6.0

0.4.0

  • Avoid storing cookie when not required PR #15

0.3.2

  • Search every Cookie header for session cookie PR #14

0.3.1

  • Derive Debug for WritableSession and ReadableSession ensuring consistency with Session

0.3.0

  • Session regeneration support PR #6

0.2.0

  • On session destroy, unset cookie on client PR #4

0.1.1

  • Handle multiple cookie values PR #2

0.1.0

  • Initial release 🎉