Skip to content

Bump github.com/gorilla/sessions from 1.2.1 to 1.4.0 - #19

Merged
hjr265 merged 1 commit into
masterfrom
dependabot/go_modules/github.com/gorilla/sessions-1.4.0
Sep 5, 2026
Merged

hjr265 merged 1 commit into
masterfrom
dependabot/go_modules/github.com/gorilla/sessions-1.4.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 5, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/gorilla/sessions from 1.2.1 to 1.4.0.

Release notes

Sourced from github.com/gorilla/sessions's releases.

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

New Contributors

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

v1.3.0

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

Release v1.2.2

What's Changed

... (truncated)

Commits
  • bb4cd60 chore: Update readme to relect go 1.23 release
  • e2083f9 chore: update to go 1.23 for workflows
  • 6eef180 fix: Missing SameSite attribute on options
  • a56e60c Add mysql store to the readme (#279)
  • 466d29e chore: Update readme and copyrights
  • 7a8159e chore(go): Remove go version 1.11 support
  • ff5660f chore(go): Add warning about main branch
  • 8e2d547 chore(go): Remove vendored dependencies
  • c373b3e Fix gorillatoolkit link in README.md (#278)
  • ef99c78 fix(cookie): Add default samesite (#276)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Sep 5, 2026
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/github.com/gorilla/sessions-1.4.0 branch 2 times, most recently from 27473b3 to 74551fb Compare September 5, 2026 05:45
Bumps [github.com/gorilla/sessions](https://github.com/gorilla/sessions) from 1.2.1 to 1.4.0.
- [Release notes](https://github.com/gorilla/sessions/releases)
- [Commits](gorilla/sessions@v1.2.1...v1.4.0)

---
updated-dependencies:
- dependency-name: github.com/gorilla/sessions
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/github.com/gorilla/sessions-1.4.0 branch from 74551fb to d98a3b6 Compare September 5, 2026 06:11
@hjr265
hjr265 merged commit bea1e31 into master Sep 5, 2026
1 check passed
@dependabot
dependabot Bot deleted the dependabot/go_modules/github.com/gorilla/sessions-1.4.0 branch September 5, 2026 06:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant