Skip to content

Releases: icza/session

Release without GAE dependency

Choose a tag to compare

@icza icza released this 24 Aug 18:46

This is just a new release from tip without the GAE dependency which was moved to a different repo here #17.

Also added module descriptor (so this is now a "true" Go module).

Allow custom session life-cycle logging

Choose a tag to compare

@icza icza released this 10 Sep 09:24

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

Choose a tag to compare

@icza icza released this 17 May 16:12

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

Choose a tag to compare

@icza icza released this 17 May 15:27

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

Choose a tag to compare

@icza icza released this 17 May 15:26

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".