v1.1
- gorilla/sessions has long needed an official release (although, strict version tags were less useful prior to vendoring tools)
- This version is the last version that supports gorilla/context going forward due to the incompability between its global map of
*http.Request
s and Go 1.7's newhttp.Request.WithContext()
. The shallow copy of the request changes the address, causing gorilla/context's map to point to the old request.