gin-contrib/sessions
 Watch   
 Star   
 Fork   
2025-05-22 11:06:02
sessions

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)
2025-04-07 11:01:20
sessions

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)

Refactor

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

Build process updates

  • 14e12ca37c34bc4884dfc6d37606fcace8cbbe30: ci: add GitHub Actions workflow for Bearer PR checks (@appleboy)
  • 84124131677b3d94c60b0bed94fa16c417ca1092: ci: improve overall system performance and reliability (@appleboy)
  • 08332b72e51660daa24453cf1d6e82eaf55b094f: ci: add Go 1.24 support in workflows and adjust test tolerances (@appleboy)