session v1.2.0 Release Notes

Release Date: 2018-09-10 // over 5 years ago
  • ➕ 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.


Previous changes from v1.1.0

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