Skip to content

Releases: chriswk/actix-session-sqlx-postgres

v0.3.0

Choose a tag to compare

@chriswk chriswk released this 20 Sep 09:28
98bd0c8

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

Choose a tag to compare

@github-actions github-actions released this 03 Jul 09:32
82f9d73

Added

  • from pool needs not be async

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 03 Jul 09:21
8165a7c

Fixed

  • Make connection Arced

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 30 Jun 13:59
23fbc4f

Fixed

  • cargo update

Other

  • Bump dependencies

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 30 Jun 13:25
f072117

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

Choose a tag to compare

@github-actions github-actions released this 11 May 07:59
83fc00e
fix: Use correct license identificator