Releases: kataras/go-sessions
Releases · kataras/go-sessions
v3.3.1
Update modules and go version to 1.19
v3.3.0
New module path: "github.com/kataras/go-sessions/v3" and update all dependencies.
v3.1.0
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
Sync all database actions, zero code change from users.
As requested at: #17
v2.1.0
fix redis sessionb db print an error when session created for first t…
v0.0.7
Add flash messages support, able to override the sessionid generator and fix some older issues.
v0.0.6
Publish the stable 0.0.6 after https://github.com/kataras/iris/issues…