Releases: chriswk/actix-session-sqlx-postgres
Releases · chriswk/actix-session-sqlx-postgres
v0.3.0
Chore
- Update cargo file
Commit Statistics
- 3 commits contributed to the release.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
v0.1.4
Added
- from pool needs not be async
v0.1.3
Fixed
- Make connection Arced
v0.1.2
Fixed
- cargo update
Other
- Bump dependencies
v0.1.1
Added
- Postgresql Session Store for Actix
Fixed
- Use correct license identificator
- Updated to use jsonb type for storing session data
Other
- release
- Drop minimal test run
- Set description and license
- set MSRV to 1.69.0
- Added test workflow
- Add acceptance test suite
- Initial commit
v0.1.0
fix: Use correct license identificator