Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 761 Bytes

CHANGELOG.md

File metadata and controls

20 lines (13 loc) · 761 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.1.4] 2021-12-05

  • No longer automatically clean up expired sessions in the database.
  • Expose cleanup method.

[0.1.3] 2021-12-03

  • Change the return type of MysqlSessionStorage::new/PgSessionStorage::try_new/SqliteSessionStorage::try_new to sqlx::Result.

[0.1.1] 2021-12-03

  • Rename MysqlSessionStorage::new to MysqlSessionStorage::try_new.
  • Rename PgSessionStorage::new to MysqlSessionStorage::try_new.
  • Rename SqliteSessionStorage::new to MysqlSessionStorage::try_new.