Update module github.com/gorilla/sessions to v1.4.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
github.com/gorilla/sessions | require | minor |
v1.3.0 -> v1.4.0
|
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
gorilla/sessions (github.com/gorilla/sessions)
v1.4.0
Summary
There were new features important for compatibility with some of the upcoming cookie security changes with google that required a new Partitioned
attribute be added to the cookies, this attribute was only available in go 1.23, which has just recently been released.
If you require a version that is backward compatible with a lower version than go 1.23 then you'll need to use release v1.3.0.
The following notes show the difference between 1.2.2 and the current version because 1.3.0 was a hotfix for go 1.22 and below.
What's Changed
- Improve File System Path Handling by @moloch-- in https://github.com/gorilla/sessions/pull/274
- #272: feat: Add support for paritioned attribute in cookies as per chrome 3rd party cookie phaseout by @kashishbehl in https://github.com/gorilla/sessions/pull/273
- fix no default samesite by @bharat-rajani in https://github.com/gorilla/sessions/pull/276
- Fix gorillatoolkit link in README.md by @mbacalan in https://github.com/gorilla/sessions/pull/278
- Add mysql store to the readme by @danielepintore in https://github.com/gorilla/sessions/pull/279
New Contributors
- @moloch-- made their first contribution in https://github.com/gorilla/sessions/pull/274
- @kashishbehl made their first contribution in https://github.com/gorilla/sessions/pull/273
- @bharat-rajani made their first contribution in https://github.com/gorilla/sessions/pull/276
- @mbacalan made their first contribution in https://github.com/gorilla/sessions/pull/278
- @danielepintore made their first contribution in https://github.com/gorilla/sessions/pull/279
Full Changelog: https://github.com/gorilla/sessions/compare/v1.2.2...v1.4.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.