Skip to content

Releases: kataras/go-sessions

v3.3.1

27 Aug 12:22
4cdc872
Compare
Choose a tag to compare

Update modules and go version to 1.19

v3.3.0

24 Jul 20:21
Compare
Choose a tag to compare

New module path: "github.com/kataras/go-sessions/v3" and update all dependencies.

v3.1.0

02 Nov 01:03
Compare
Choose a tag to compare

Go modules support and Sync with the latest iris sessions features:

  • update the expiration to any session db when ShiftExpiration is called
  • add bolt sessiondb based on the latest v3 Database interface
  • update session databases' dependencies to their latest versions
  • and other minor fixes

v3.0.0

22 Apr 13:02
Compare
Choose a tag to compare

Sync all database actions, zero code change from users.
As requested at: #17

v2.1.0

01 Oct 13:40
Compare
Choose a tag to compare
fix redis sessionb db print an error when session created for first t…

…ime...

v2.0.0

27 Aug 19:09
Compare
Choose a tag to compare

v0.0.7

29 Dec 21:11
Compare
Choose a tag to compare

Add flash messages support, able to override the sessionid generator and fix some older issues.

v0.0.6

06 Nov 06:06
Compare
Choose a tag to compare
Publish the stable 0.0.6 after https://github.com/kataras/iris/issues…

…/524 changes

v0.0.5

31 Oct 06:49
Compare
Choose a tag to compare
fix examples link