session v1.2.0 Release Notes
Release Date: 2018-09-10 // over 6 years ago-
➕ Added
InMemStoreOptions.Logger
so you may pass your ownlog.Logger
that will be used for session life-cycle logging. You may useNoopLogger
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"
.