Skip to content

Latest commit

 

History

History
254 lines (164 loc) · 9.14 KB

CHANGELOG.md

File metadata and controls

254 lines (164 loc) · 9.14 KB

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.

[Unreleased]

0.1.4 - 2023-07-03

Added

  • from pool needs not be async

0.1.3 - 2023-07-03

Fixed

  • Make connection Arced

0.1.2 - 2023-06-30

Fixed

  • cargo update

Other

  • Bump dependencies

0.1.1 - 2023-05-11

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

0.1.0 - 2023-05-11

Added

  • Postgresql Session Store for Actix

Fixed

  • Use correct license identificator
  • Updated to use jsonb type for storing session data

Other

  • Drop minimal test run
  • Set description and license
  • set MSRV to 1.69.0
  • Added test workflow
  • Add acceptance test suite
  • Initial commit

v0.3.0 (2024-09-20)

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 (2023-07-03)

Chore

  • release

New Features

  • from pool needs not be async

Commit Statistics

  • 3 commits contributed to the release.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Merge pull request #8 from chriswk/release-plz/2023-07-03T09-28-45Z (82f9d73)
    • Release (1492e5b)
    • From pool needs not be async (2a62530)

v0.1.3 (2023-07-03)

Chore

  • release

Bug Fixes

  • Make connection Arced

Commit Statistics

  • 3 commits contributed to the release.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Merge pull request #7 from chriswk/release-plz/2023-07-03T09-17-39Z (8165a7c)
    • Release (c081ab3)
    • Make connection Arced (5da70d2)

v0.1.2 (2023-06-30)

Chore

  • release

Bug Fixes

  • cargo update

Commit Statistics

  • 4 commits contributed to the release.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Merge pull request #6 from chriswk/release-plz/2023-06-30T13-29-30Z (23fbc4f)
    • Release (c230979)
    • Cargo update (c9a2db4)
    • Bump dependencies (5cda890)

v0.1.1 (2023-06-30)

Chore

  • release
  • release

Commit Statistics

  • 4 commits contributed to the release.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Merge pull request #5 from chriswk/release-plz/2023-05-11T08-14-18Z (f072117)
    • Release (05fecef)
    • Merge pull request #4 from chriswk/release-plz/2023-05-11T07-05-23Z (0680cb3)
    • Release (b1d5add)

v0.1.0 (2023-05-11)

Documentation

  • Set description and license

New Features

  • Postgresql Session Store for Actix

Bug Fixes

  • Use correct license identificator
  • Updated to use jsonb type for storing session data

Other

  • Drop minimal test run
  • set MSRV to 1.69.0
  • Added test workflow
  • Add acceptance test suite

Commit Statistics

  • 9 commits contributed to the release.
  • 8 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Use correct license identificator (83fc00e)
    • Drop minimal test run (2c5feb1)
    • Set description and license (14837fa)
    • Set MSRV to 1.69.0 (68f0541)
    • Added test workflow (4df78e9)
    • Updated to use jsonb type for storing session data (0d0aebb)
    • Add acceptance test suite (a725dd2)
    • Postgresql Session Store for Actix (3fc0e6e)
    • Initial commit (f8282bb)