Skip to content

deps: bump github.com/gin-contrib/sessions from 0.0.3 to 1.1.0 - #6

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/gin-contrib/sessions-1.1.0
Open

deps: bump github.com/gin-contrib/sessions from 0.0.3 to 1.1.0#6
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/gin-contrib/sessions-1.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 28, 2026

Copy link
Copy Markdown

Bumps github.com/gin-contrib/sessions from 0.0.3 to 1.1.0.

Release notes

Sourced from github.com/gin-contrib/sessions's releases.

v1.1.0

Changelog

Features

  • 4327f7e8487a71ad4226339c04064a734d15e3fe: feat: different stores for many sessions #144 (#282) (@​found-cake)
  • 10bdc64d5892849e4c86286beafa61a88b909f75: feat: filesystem store backend (#251) (@​geschke)

Enhancements

  • f9dd0cecced22b01fbf84d723696d38492698e0e: chore: upgrade Go version and refresh golang.org/x dependencies (@​appleboy)
  • 0d74439a0cbfa936e769f7ceb03eecf957a23d19: chore: remove bearer.yml workflow (@​appleboy)
  • 1fe585d9cb9545e5275cb6f086dc7b2115773cc3: chore(deps): bump actions/checkout from 4 to 6 (@​appleboy)
  • eeb086e6e994940ae3b39ac544504a6eff7df1ef: chore: drop Go 1.23 support, require Go 1.24+ (@​appleboy)
  • 4fce2996763f58f174b9af806ca2df84707007d1: chore(ci): update golangci-lint to v2.6 (@​appleboy)
  • 77e1bcbfa223e96ae203b4d7ed98a11bb335a3c2: chore(ci): upgrade trivy-action from 0.33.1 to 0.35.0 (@​appleboy)
  • 31810180113fbe08e740dd2dcff3553d85859465: chore(deps): upgrade gin to v1.12.0 and update CI Go versions (@​appleboy)
  • 9a54dc33bfa63091a42b560a7cdb3093dc303b90: chore(deps): upgrade golang.org/x/text to v0.35.0 (@​appleboy)

Build process updates

  • 536c215582de615dd5c092b681af2871a1c4603c: ci: integrate Trivy vulnerability scanning into CI workflow (@​appleboy)
  • b2b49a92d7e219fb25ceda38855b90289831dc2c: ci: update CI workflows for latest Go versions and config consistency (@​appleboy)
  • f0b99861e0de754b4d20a32b701d30f4c994837b: ci: integrate automated Trivy security scanning workflow (@​appleboy)
  • fe9f72ae1fd559dd20898addfc71a39ac43a744a: ci(workflow): bump goreleaser/goreleaser-action from v6 to v7 (@​appleboy)

Others

  • 9a1aed78fd53bb98e7657fc8a32d20ef4fb5e390: style: modernize build tag syntax to use //go:build constraints (@​appleboy)
  • c2fb15f830abb6ae87a7a96d940ea62aac88bf9f: Add Go 1.26 to GitHub Actions test matrix (@​appleboy)
  • 7b3e83d04a7e17ef72db9e157189efca73605af9: Update golangci-lint version to v2.9 (@​appleboy)
  • 94278a601f92ed586d93d946432ac3a2aeedb255: Upgrade GitHub Actions versions (@​appleboy)

v1.0.4

Changelog

Bug fixes

  • 4d66e4e9aabb3fe0ff9d1626cf565c4c6968a68d: fix: reverting Session() returning nil if session does not exist (issue #287) (#289) (@​rogersm)

Enhancements

  • 44d4e3605c7830f226b20dfcb7c98e3c178235ab: chore: bump gin-gonic/gin to v1.10.1 for dependency update (@​appleboy)

Build process updates

  • 8a33b631ca160d57aa48182db6e57307192433fd: ci: update golangci-lint to v2.1 in GitHub Actions workflow (@​appleboy)

Others

  • 12aa9f4b814f76844894f186ace4bd23b1ff29c0: Added guard to split not to get out of bounds exception when testing (#288) (@​rogersm)

v1.0.3

Changelog

Features

  • 24b7d1ec38f2f5b58ea97ac4f1bf2db13c3d599f: feat: add username parameter to store initialization functions (@​appleboy)

Bug fixes

  • 5414a530e97da04fc1c940ed481f4f7a2671cba4: fix: refactor linting and session handling in Go codebase (@​appleboy)
  • 54c2d3968a451ed3aeb64587ab3d2e60d1bed980: fix: refactor codebase for improved performance and maintainability (@​appleboy)

Enhancements

  • 8d75c3db2c0d3675ba2bafccabaea89e20697223: chore: update Go version and dependencies for MongoDB integration (#270) (@​appleboy)
  • ca18631a777afe5513cb96f48954fff558720f8f: chore: update github.com/gin-gonic/gin to v1.10.0 (#272) (@​ypli0629)
  • e8a158a523ce5115d996b578925eeb7bd9d19738: chore: switch Redis store dependency to github.com/boj/redistore (#273) (@​appleboy)
  • 6de05090667542e28bc58da368cb8941a3eafe0b: chore: update database dependencies to latest versions (@​appleboy)
  • 6705bb2fe15da4546b0c954ca54d75fcff855e00: chore: upgrade dependencies for improved stability and performance (@​appleboy)
  • 638c28d55c82a2067a6b81bdc2aae09730e68edb: chore: update Go version to 1.23 and refresh dependencies (@​appleboy)

... (truncated)

Commits
  • 9a54dc3 chore(deps): upgrade golang.org/x/text to v0.35.0
  • fe9f72a ci(workflow): bump goreleaser/goreleaser-action from v6 to v7
  • 3181018 chore(deps): upgrade gin to v1.12.0 and update CI Go versions
  • 77e1bcb chore(ci): upgrade trivy-action from 0.33.1 to 0.35.0
  • 94278a6 Upgrade GitHub Actions versions
  • 7b3e83d Update golangci-lint version to v2.9
  • c2fb15f Add Go 1.26 to GitHub Actions test matrix
  • 9a1aed7 style: modernize build tag syntax to use //go:build constraints
  • 4fce299 chore(ci): update golangci-lint to v2.6
  • eeb086e chore: drop Go 1.23 support, require Go 1.24+
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/gin-contrib/sessions](https://github.com/gin-contrib/sessions) from 0.0.3 to 1.1.0.
- [Release notes](https://github.com/gin-contrib/sessions/releases)
- [Commits](gin-contrib/sessions@v0.0.3...v1.1.0)

---
updated-dependencies:
- dependency-name: github.com/gin-contrib/sessions
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 28, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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.

0 participants