All Versions
4
Latest Version
Avg Release Cycle
160 days
Latest Release
2048 days ago

Changelog History

  • v1.2.0 Changes

    September 10, 2018

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

  • v1.1.0 Changes

    May 17, 2017

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

  • v1.0.1 Changes

    May 17, 2017

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

  • v1.0.0 Changes

    May 17, 2017

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