Download Latest Version v1.4.0 source code.tar.gz (13.5 kB)
Email in envelope

Get an email when there's a new version of sessions

Home / v1.2.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2019-07-09 734 Bytes
v1.2.0 source code.tar.gz 2019-07-09 13.4 kB
v1.2.0 source code.zip 2019-07-09 20.2 kB
Totals: 3 Items   34.3 kB 0

This release removes gorilla/context as a dependency. sessions now requires Go 1.7 or greater (released August, 2016), which provides a first-class request context for sessions and reduces user-facing complexity.

CHANGELOG

  • Update go.mod: removes gorilla/context (#196) @elithrar
  • Create config.yml (#195) @elithrar
  • merge Commits on Dec 09, 2018 (#1) @liu-xuewen
    • use golang context pkg instead of gorilla/context to fix memory leaks (#175) @secracon
  • Update and rename stale to stale.yml (#177) @elithrar
  • Add stalebot config (#176) @elithrar
  • README: convert key to bytes before passing to NewCookieStore (#174) @nikhita
  • Run go mod tidy (#171) @keegancsmith
Source: README.md, updated 2019-07-09