Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (15 loc) · 861 Bytes

CHANGELOG.md

File metadata and controls

24 lines (15 loc) · 861 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.3.33] 2022-07-10

  • Upgrade sqlx to 0.6.0 #299

[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.