Update module github.com/gorilla/sessions to v1.4.0 #3

Merged
finn merged 1 commit from renovate/github.com-gorilla-sessions-1.x into main 2024-09-08 05:03:34 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
github.com/gorilla/sessions require minor 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/gorilla/sessions](https://github.com/gorilla/sessions) | require | minor | `v1.3.0` -> `v1.4.0` | --- ### Release Notes <details> <summary>gorilla/sessions (github.com/gorilla/sessions)</summary> ### [`v1.4.0`](https://github.com/gorilla/sessions/releases/tag/v1.4.0) [Compare Source](https://github.com/gorilla/sessions/compare/v1.3.0...v1.4.0) #### Summary There were new features important for [compatibility with some of the upcoming cookie security changes](https://github.com/golang/go/issues/62490#issuecomment-2127685955) 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 [@&#8203;moloch--](https://github.com/moloch--) in https://github.com/gorilla/sessions/pull/274 - [#&#8203;272](https://github.com/gorilla/sessions/issues/272): feat: Add support for paritioned attribute in cookies as per chrome 3rd party cookie phaseout by [@&#8203;kashishbehl](https://github.com/kashishbehl) in https://github.com/gorilla/sessions/pull/273 - fix no default samesite by [@&#8203;bharat-rajani](https://github.com/bharat-rajani) in https://github.com/gorilla/sessions/pull/276 - Fix gorillatoolkit link in README.md by [@&#8203;mbacalan](https://github.com/mbacalan) in https://github.com/gorilla/sessions/pull/278 - Add mysql store to the readme by [@&#8203;danielepintore](https://github.com/danielepintore) in https://github.com/gorilla/sessions/pull/279 #### New Contributors - [@&#8203;moloch--](https://github.com/moloch--) made their first contribution in https://github.com/gorilla/sessions/pull/274 - [@&#8203;kashishbehl](https://github.com/kashishbehl) made their first contribution in https://github.com/gorilla/sessions/pull/273 - [@&#8203;bharat-rajani](https://github.com/bharat-rajani) made their first contribution in https://github.com/gorilla/sessions/pull/276 - [@&#8203;mbacalan](https://github.com/mbacalan) made their first contribution in https://github.com/gorilla/sessions/pull/278 - [@&#8203;danielepintore](https://github.com/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 </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC43Mi4wIiwidXBkYXRlZEluVmVyIjoiMzguNzIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovatebot added 1 commit 2024-09-08 05:01:49 +00:00
Author
Collaborator

ℹ 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):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.21.8 -> 1.23.1
### ℹ 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): - The `go` directive was updated for compatibility reasons Details: | **Package** | **Change** | | :---------- | :------------------- | | `go` | `1.21.8` -> `1.23.1` |
finn merged commit 40f7bf2a90 into main 2024-09-08 05:03:34 +00:00
finn deleted branch renovate/github.com-gorilla-sessions-1.x 2024-09-08 05:03:34 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: finn/go-project-template#3
No description provided.