Skip to content

Releases: icza/session

Allow custom session life-cycle logging

10 Sep 09:24
Compare
Choose a tag to compare

Added InMemStoreOptions.Logger so you may pass your own log.Logger that will be used for session life-cycle logging. You may use NoopLogger to disable logging such events.

Fixed runtime panic

17 May 16:12
Compare
Choose a tag to compare

Fixed an issue where a session was first accessed before its mutex was created, resulting in runtime panic.

This issue was fixed earlier and does not relate to v1.1.0.

Switched to new GAE API

17 May 15:27
Compare
Choose a tag to compare

This release switches to the new GAE API. There are no changes in non-GAE related parts.

The new GAE import is import "google.golang.org/appengine".

First tagged public release

17 May 15:26
Compare
Choose a tag to compare

Fully functioning, also supporting Google App Engine.

This version supports the old GAE API which has been deprecated.

The old GAE import was import "appengine".