All Versions
9
Latest Version
Avg Release Cycle
221 days
Latest Release
1536 days ago
Changelog History
Changelog History
-
v0.2.1.3 Changes
September 25, 2020Two changes by Simon Hengel/@sol
- ๐ Fix a concurrency bug
- โ Cleanups / proper test suite declarations
-
v0.2.1.2 Changes
November 26, 2017- โ Remove version dependencies from cabal file, to be handled by the stackage ecosystem henceforth
-
v0.2.1.1 Changes
October 24, 2017- ๐ Create an index to enhance session expiration performance
-
v0.2.1.0 Changes
May 27, 2016- ๐ Make compatible with ghc8
-
v0.2.0.4 Changes
January 09, 2016- ๐ Make compatible with the newest versions of wai (3.2.0) and time (1.6)
-
v0.2.0.1 Changes
January 03, 2016- โ Add an instance declaration for Data.Pool connection pools, so they can be used directly with wai-postgresql-session
-
v0.2.0.0 Changes
January 02, 2016- ๐ Use two PostgreSQL tables, store each session id/key pair in its own db row
-
v0.1.1.1 Changes
January 01, 2016- ๐ Make compatible with postgresql-simple-0.5
- โ Add instance for Data.Default
- ๐ Improve example
-
v0.1.1.0 Changes
November 25, 2015- โ Add clearSession function force assigning a new session/session ID