Bump github.com/gorilla/sessions from 1.2.2 to 1.3.0
Bumps github.com/gorilla/sessions from 1.2.2 to 1.3.0.
Release notes
Sourced from github.com/gorilla/sessions's releases.
v1.3.0
The maintainers of this repo merged a PR into main with the
net/http.Cookie
fieldPartitioned
which is a field only available in go 1.23. As a result all usage of the main branch will not work unless users are on 1.23 which at the time of writing is currently unreleased. This broke the install for a number of users so the intent of this release is to push out a couple of features and bugfixes with the go 1.23 specific changes removed.Releases should be used exclusively until go 1.23 is released.
What's Changed
- Improve File System Path Handling by
@moloch
-- in gorilla/sessions#274- #272: feat: Add support for paritioned attribute in cookies as per chrome 3rd party cookie phaseout by
@kashishbehl
in gorilla/sessions#273- fix no default samesite by
@bharat-rajani
in gorilla/sessions#276- Fix gorillatoolkit link in README.md by
@mbacalan
in gorilla/sessions#278New Contributors
@moloch
-- made their first contribution in gorilla/sessions#274@kashishbehl
made their first contribution in gorilla/sessions#273@bharat-rajani
made their first contribution in gorilla/sessions#276@mbacalan
made their first contribution in gorilla/sessions#278Full Changelog: https://github.com/gorilla/sessions/compare/v1.2.2...v1.3.0