Update module github.com/gorilla/sessions to v1.4.0 #3
Loading…
Reference in a new issue
No description provided.
Delete branch "renovate/github.com-gorilla-sessions-1.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v1.3.0
->v1.4.0
Release Notes
gorilla/sessions (github.com/gorilla/sessions)
v1.4.0
Compare Source
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
New Contributors
Full Changelog: https://github.com/gorilla/sessions/compare/v1.2.2...v1.4.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
ℹ Artifact update notice
File name: go.mod
In order to perform the update(s) described in the table above, Renovate ran the
go get
command, which resulted in the following additional change(s):go
directive was updated for compatibility reasonsDetails:
go
1.21.8
->1.23.1