PackageTrack
Sign in Get early access

github.com/gin-contrib/sessions

v1.1.0 #1413 most downloaded on Go modules gin-contrib/sessions

What this package is like to depend on

Last release 9 days ago

15 Aug 2026

Ships fairly regularly

a new release about every 4 weeks

Most releases are documented

notes for 8 of 11 stable releases

Nothing withdrawn

no release was ever pulled

10 years old

121 releases · first in 2016

11 releases in the last 12 months

see the full history below

Release timeline

121 releases · Dec 2016 to Aug 2026
2017 2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 121
  1. v1.1.1-0.20260815025952-87eaa7ddef5f 15 Aug 2026 pre-release

    Nothing published for this version

  2. v1.1.1-0.20260718025901-bf7931f185b2 18 Jul 2026 pre-release

    Nothing published for this version

  3. v1.1.1-0.20260626120839-2e72c494fdc2 26 Jun 2026 pre-release

    Nothing published for this version

  4. v1.1.1-0.20260623022530-cf76bdb23d8b 23 Jun 2026 pre-release

    Nothing published for this version

  5. v1.1.1-0.20260414145649-3e97f7ac810e 14 Apr 2026 pre-release

    Nothing published for this version

  6. v1.1.1-0.20260328041045-d81902113bdb 28 Mar 2026 pre-release

    Nothing published for this version

  7. v1.1.0 28 Mar 2026
    Release notes

    Changelog

    Features

    Enhancements

    Build process updates

    • 536c215: ci: integrate Trivy vulnerability scanning into CI workflow (@appleboy)
    • b2b49a9: ci: update CI workflows for latest Go versions and config consistency (@appleboy)
    • f0b9986: ci: integrate automated Trivy security scanning workflow (@appleboy)
    • fe9f72a: ci(workflow): bump goreleaser/goreleaser-action from v6 to v7 (@appleboy)

    Others

    Open source →
  8. v1.0.5-0.20260308091307-fe9f72ae1fd5 08 Mar 2026 pre-release

    Nothing published for this version

  9. v1.0.5-0.20260213052833-94278a601f92 13 Feb 2026 pre-release

    Nothing published for this version

  10. v1.0.5-0.20251130045251-9a1aed78fd53 30 Nov 2025 pre-release

    Nothing published for this version

  11. v1.0.5-0.20251111133510-f0b99861e0de 11 Nov 2025 pre-release

    Nothing published for this version

  12. v1.0.5-0.20250815080257-b2b49a92d7e2 15 Aug 2025 pre-release

    Nothing published for this version

  13. v1.0.5-0.20250802050731-536c215582de 02 Aug 2025 pre-release

    Nothing published for this version

  14. v1.0.5-0.20250523075541-10bdc64d5892 23 May 2025 pre-release

    Nothing published for this version

  15. v1.0.5-0.20250523073511-4327f7e8487a 23 May 2025 pre-release

    Nothing published for this version

  16. v1.0.4 22 May 2025
    Release notes

    Changelog

    Bug fixes

    Enhancements

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

    Build process updates

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

    Others

    • 12aa9f4: Added guard to split not to get out of bounds exception when testing (#288) (@rogersm)
    Open source →
  17. v1.0.3 07 Apr 2025
    Release notes

    Changelog

    Features

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

    Bug fixes

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

    Enhancements

    Refactor

    • f361a4d: refactor: switch to structured logging with log/slog and update error handling (@appleboy)
    • 830a1b9: refactor: refactor codebase for improved readability and context handling (@appleboy)

    Build process updates

    Open source →
  18. v1.0.3-0.20250303141213-24b7d1ec38f2 03 Mar 2025 pre-release

    Nothing published for this version

  19. v1.0.3-0.20250212014143-08332b72e516 12 Feb 2025 pre-release

    Nothing published for this version

  20. v1.0.3-0.20250210051923-84124131677b 10 Feb 2025 pre-release

    Nothing published for this version

  21. v1.0.3-0.20250117074407-6de050906675 17 Jan 2025 pre-release

    Nothing published for this version

  22. v1.0.3-0.20250111131834-ca18631a777a 11 Jan 2025 pre-release

    Nothing published for this version

  23. v1.0.3-0.20241229020912-f361a4d944dc 29 Dec 2024 pre-release

    Nothing published for this version

  24. v1.0.3-0.20241226145037-8d75c3db2c0d 26 Dec 2024 pre-release

    Nothing published for this version

  25. v1.0.2 26 Dec 2024
    Release notes

    Changelog

    Enhancements

    Build process updates

    Open source →
  26. v1.0.2-0.20240618082043-d5f4b3b9648a 18 Jun 2024 pre-release

    Nothing published for this version

  27. v1.0.1 05 May 2024
    Release notes

    Changelog

    Enhancements

    Build process updates

    Open source →
  28. v1.0.1-0.20240505012504-4814ef52395a 05 May 2024 pre-release

    Nothing published for this version

  29. v1.0.0 24 Mar 2024
    Release notes

    Changelog

    Bug fixes

    • 2d48feb fix: update workflows and dependencies

    Enhancements

    • f37cbc9 chore(deps): add go1.20 version
    • 4774516 chore(deps): bump actions/setup-go from 2 to 3
    • 3a2dcc4 chore(deps): bump codecov/codecov-action from 1 to 3
    • 435118c chore(deps): bump github.com/gin-gonic/gin from 1.7.4 to 1.7.7 (#163)
    • 65e2254 chore(deps): bump github.com/gin-gonic/gin from 1.7.7 to 1.8.1
    • b7d2180 chore(deps): bump github/codeql-action from 1 to 2
    • 604ba09 chore(deps): bump go.mongodb.org/mongo-driver from 1.9.0 to 1.9.1
    • 3b8dc67 chore(deps): bump gorm.io/driver/sqlite from 1.1.4 to 1.3.2
    • 292d2a0 chore(deps): bump gorm.io/driver/sqlite from 1.3.2 to 1.3.4
    • 189b96f chore(deps): bump gorm.io/driver/sqlite from 1.3.4 to 1.4.4 (#216)
    • 4f58230 chore(deps): bump gorm.io/gorm from 1.20.12 to 1.23.5 (#165)
    • 17e647f chore(deps): bump supercharge/mongodb-github-action from 1.2.0 to 1.7.0
    • 6068474 chore(deps): bump supercharge/redis-github-action from 1.2.0 to 1.4.0
    • 45442d2 chore(deps): update lint version
    • 894dc4a chore(deps): update version
    • c72e971 chore(deps): upgrade go module version
    • 1e8a975 chore(deps): upgrade golangci-lint version
    • 9d780ae chore(sqlite): downgrade to v1.14.16
    • 8eaa3bf chore: remove support for older Go versions in lint workflow
    • 33e24cf chore: update GitHub Actions versions in workflow files
    • 3a8bd8f chore: update GitHub Actions workflow for multiple OS and Go versions
    • 8ac3630 chore: update badges and remove embedded code snippet
    • 8fca474 chore: update dependencies to latest versions
    • 98372e3 chore: update golang.org/x packages to latest versions
    • 5c9a349 chore: update third-party dependencies to latest versions (#262)
    • 8f480c3 chore: update version of actions/setup-go in GitHub actions workflows

    Others

    • 5ab77af Merge pull request #158 from gin-contrib/dependabot/github_actions/actions/setup-go-3
    • 699d99a Merge pull request #160 from gin-contrib/dependabot/github_actions/supercharge/mongodb-github-action-1.7.0
    • ef10e1e Merge pull request #161 from gin-contrib/dependabot/github_actions/supercharge/redis-github-action-1.4.0
    • 0ef33ea Merge pull request #162 from gin-contrib/dependabot/github_actions/codecov/codecov-action-3
    • 39b85f3 Merge pull request #164 from gin-contrib/dependabot/go_modules/gorm.io/driver/sqlite-1.3.2
    • 702d61a Merge pull request #169 from gin-contrib/dependabot/github_actions/github/codeql-action-2
    • 1d1dcc3 Merge pull request #170 from gin-contrib/dependabot/go_modules/go.mongodb.org/mongo-driver-1.9.1
    • fd0b681 Merge pull request #175 from gin-contrib/dependabot/go_modules/github.com/gin-gonic/gin-1.8.1
    • 828f985 Merge pull request #176 from gin-contrib/dependabot/go_modules/gorm.io/driver/sqlite-1.3.4
    • 4858a5a build: remove unused variables and add build constraints for go1.10 and go1.11
    • 68463e3 chore(CI/CD): add dependabot
    • 076c06f ci: update GitHub Actions configurations for Go projects
    • 54bf75a ci: update GitHub Actions to Version 3
    • f378232 refactor: refactor MongoDB client connection
    Open source →
  30. v0.0.6-0.20240324015426-113f16399f5d 24 Mar 2024 pre-release

    Nothing published for this version

  31. v0.0.6-0.20231230013252-98372e3e8562 30 Dec 2023 pre-release

    Nothing published for this version

  32. v0.0.6-0.20231211133723-8f480c3641d7 11 Dec 2023 pre-release

    Nothing published for this version

  33. v0.0.6-0.20231010003206-8ac3630de283 10 Oct 2023 pre-release

    Nothing published for this version

  34. v0.0.6-0.20231009024436-f37823251b5b 09 Oct 2023 pre-release

    Nothing published for this version

  35. v0.0.6-0.20230209004628-189b96f7cac2 09 Feb 2023 pre-release

    Nothing published for this version

  36. v0.0.6-0.20230208014803-9d780ae7d70a 08 Feb 2023 pre-release

    Nothing published for this version

  37. v0.0.6-0.20230208014312-c72e971aed74 08 Feb 2023 pre-release

    Nothing published for this version

  38. v0.0.6-0.20220613080705-828f9855fb30 13 Jun 2022 pre-release

    Nothing published for this version

  39. v0.0.6-0.20220513072228-1d1dcc3b7d84 13 May 2022 pre-release

    Nothing published for this version

  40. v0.0.6-0.20220503014930-702d61a95ac7 03 May 2022 pre-release

    Nothing published for this version

  41. v0.0.6-0.20220430012205-5ab77afc614c 30 Apr 2022 pre-release

    Nothing published for this version

  42. v0.0.6-0.20220429071559-39b85f3c6368 29 Apr 2022 pre-release

    Nothing published for this version

  43. v0.0.6-0.20220427130545-4f5823083487 27 Apr 2022 pre-release

    Nothing published for this version

  44. v0.0.6-0.20220427083432-68463e30c453 27 Apr 2022 pre-release

    Nothing published for this version

  45. v0.0.5 17 Apr 2022
    Release notes

    Changelog

    Features

    • bd1e07d feat: Add GoRM session store (#131)
    • 202bf0f Mark session as written when updating options (#142)
    • d309d04 Support multiple cookies in request for tester (#150)
    • f48b1cf add support for official mongodb driver - new version (#154)
    Open source →
  46. v0.0.5-0.20220417124720-72121dca1c8d 17 Apr 2022 pre-release

    Nothing published for this version

  47. v0.0.5-0.20220410115843-cbe59b06c315 10 Apr 2022 pre-release

    Nothing published for this version

  48. v0.0.5-0.20220326040114-bd1e07d17d8c 26 Mar 2022 pre-release

    Nothing published for this version

  49. v0.0.5-0.20220323090617-02e9e665c517 23 Mar 2022 pre-release

    Nothing published for this version

  50. v0.0.5-0.20220318012948-908c56ef4924 18 Mar 2022 pre-release

    Nothing published for this version

  51. v0.0.5-0.20220306005027-d309d0429de7 06 Mar 2022 pre-release

    Nothing published for this version

  52. v0.0.5-0.20220203234948-94f4072df8b8 03 Feb 2022 pre-release

    Nothing published for this version

  53. v0.0.5-0.20211221083257-202bf0f3ca9f 21 Dec 2021 pre-release

    Nothing published for this version

  54. v0.0.4 28 Oct 2021

    Nothing published for this version

  55. v0.0.4-0.20211028232628-9ca5251171bf 28 Oct 2021 pre-release

    Nothing published for this version

  56. v0.0.4-0.20211028002358-7217c249410a 28 Oct 2021 pre-release

    Nothing published for this version

  57. v0.0.4-0.20211002135119-c5dc7b05ab24 02 Oct 2021 pre-release

    Nothing published for this version

  58. v0.0.4-0.20211002133236-39c9add1d2b6 02 Oct 2021 pre-release

    Nothing published for this version

  59. v0.0.4-0.20210404223021-de01a566c671 04 Apr 2021 pre-release

    Nothing published for this version

  60. v0.0.4-0.20210210092212-d3f12ce7c1bd 10 Feb 2021 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive