Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module github.com/gorilla/sessions to v1.4.0 #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 21, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/gorilla/sessions v1.2.0 -> v1.4.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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: gorilla/sessions@v1.2.2...v1.4.0

v1.3.0

Compare Source

The maintainers of this repo merged a PR into main with the net/http.Cookie field Partitioned 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

New Contributors

Full Changelog: gorilla/sessions@v1.2.2...v1.3.0

v1.2.2

Compare Source

What's Changed

New Contributors

Full Changelog: gorilla/sessions@v1.2.1...v1.2.2

v1.2.1: ✏️

Compare Source

A minor maintenance release that improves documentation and two new third-party store implementations.

CHANGELOG

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/github.com-gorilla-sessions-1.x branch from bc162c0 to 1204ae2 Compare April 21, 2022 09:49
@renovate renovate bot force-pushed the renovate/github.com-gorilla-sessions-1.x branch from 1204ae2 to 21c0b62 Compare September 25, 2022 11:17
@renovate renovate bot force-pushed the renovate/github.com-gorilla-sessions-1.x branch 2 times, most recently from 6a38e68 to ec018ed Compare June 23, 2023 09:23
@renovate renovate bot changed the title Update module github.com/gorilla/sessions to v1.2.1 Update module github.com/gorilla/sessions to v1.2.1 - autoclosed Oct 23, 2023
@renovate renovate bot closed this Oct 23, 2023
@renovate renovate bot deleted the renovate/github.com-gorilla-sessions-1.x branch October 23, 2023 11:31
@renovate renovate bot changed the title Update module github.com/gorilla/sessions to v1.2.1 - autoclosed Update module github.com/gorilla/sessions to v1.2.1 Oct 23, 2023
@renovate renovate bot reopened this Oct 23, 2023
@renovate renovate bot restored the renovate/github.com-gorilla-sessions-1.x branch October 23, 2023 12:05
@renovate renovate bot changed the title Update module github.com/gorilla/sessions to v1.2.1 Update module github.com/gorilla/sessions to v1.2.2 Nov 5, 2023
@renovate renovate bot force-pushed the renovate/github.com-gorilla-sessions-1.x branch from ec018ed to 06cfc6e Compare November 5, 2023 03:02
@renovate renovate bot force-pushed the renovate/github.com-gorilla-sessions-1.x branch from 06cfc6e to b4ddebb Compare June 15, 2024 04:39
@renovate renovate bot changed the title Update module github.com/gorilla/sessions to v1.2.2 Update module github.com/gorilla/sessions to v1.3.0 Jun 15, 2024
Copy link
Contributor Author

renovate bot commented Jun 15, 2024

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

  • 2 additional dependencies were updated

Details:

Package Change
github.com/google/gofuzz v1.1.0 -> v1.2.0
github.com/gorilla/securecookie v1.1.1 -> v1.1.2

@renovate renovate bot force-pushed the renovate/github.com-gorilla-sessions-1.x branch from b4ddebb to cbc8cc4 Compare July 3, 2024 16:28
Copy link
Contributor Author

renovate bot commented Jul 3, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go mod tidy -compat=1.17
go mod tidy: go.mod file indicates go 1.22, but maximum supported version is 1.17

@renovate renovate bot force-pushed the renovate/github.com-gorilla-sessions-1.x branch from cbc8cc4 to eaad75a Compare July 5, 2024 10:29
@renovate renovate bot changed the title Update module github.com/gorilla/sessions to v1.3.0 fix(deps): update module github.com/gorilla/sessions to v1.3.0 Jul 8, 2024
@renovate renovate bot force-pushed the renovate/github.com-gorilla-sessions-1.x branch from eaad75a to f7c950f Compare August 20, 2024 14:55
@renovate renovate bot changed the title fix(deps): update module github.com/gorilla/sessions to v1.3.0 fix(deps): update module github.com/gorilla/sessions to v1.4.0 Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant