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.
- Upgrade sqlx to
0.6.0
#299
- No longer automatically clean up expired sessions in the database.
- Expose
cleanup
method.
- Change the return type of
MysqlSessionStorage::new
/PgSessionStorage::try_new
/SqliteSessionStorage::try_new
tosqlx::Result
.
- Rename
MysqlSessionStorage::new
toMysqlSessionStorage::try_new
. - Rename
PgSessionStorage::new
toMysqlSessionStorage::try_new
. - Rename
SqliteSessionStorage::new
toMysqlSessionStorage::try_new
.