Skip to content

Releases: chriswk/actix-session-sqlx-postgres

v0.3.0

20 Sep 09:28
98bd0c8
Compare
Choose a tag to compare

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

view details
  • Uncategorized
    • Update cargo file (96bf785)
    • Merge pull request #13 from chriswk/11-incompatible-with-latest-sqlxactix-session (64d8f1b)
    • Updated to latest actix-session and sqlx (a454500)

v0.1.4

03 Jul 09:32
82f9d73
Compare
Choose a tag to compare

Added

  • from pool needs not be async

v0.1.3

03 Jul 09:21
8165a7c
Compare
Choose a tag to compare

Fixed

  • Make connection Arced

v0.1.2

30 Jun 13:59
23fbc4f
Compare
Choose a tag to compare

Fixed

  • cargo update

Other

  • Bump dependencies

v0.1.1

30 Jun 13:25
f072117
Compare
Choose a tag to compare

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

11 May 07:59
83fc00e
Compare
Choose a tag to compare
fix: Use correct license identificator