gin-contrib/sessions
 Watch   
 Star   
 Fork   
17 days ago
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)
2024-12-26 21:50:56
sessions

v1.0.2

Changelog

Enhancements

  • 8e4ea71228a43b859f9bc475be472b55d95519e4: chore: update golang.org/x dependencies to latest versions (#268) (@appleboy)
  • ace1fd0c81ab9bb43bc3e198ee6d146231a21512: chore: switch old store to snowdreamtech/redistore (#269) (@appleboy)
  • 8ff78e11ff6649daf6c7df06732ea9f5a7076de3: chore: update Go version to 1.20 and adjust related configurations (@appleboy)

Build process updates

  • d5f4b3b9648ae91b4a0ab6e4e43897bd5088dca4: ci: update CI/CD pipeline and testing configurations (@appleboy)
  • a4432ebf6189651992a51d0804d365f649c3c83e: ci: update CI workflows for Go 1.23 and latest action versions (@appleboy)
  • 2f25e13e8ddc6f39d36718751e8b295bcafd309a: ci: update GitHub actions for Redis and MongoDB (@appleboy)
2024-05-05 09:25:04
sessions

v1.0.1

Changelog

Enhancements

  • 4814ef52395a0762cd27afc049b3b38e56a28abe: chore: update core golang.org/x dependencies (@appleboy)

Build process updates

  • a580e5b869d75adf3dbc4f8e937a67a6fbc17243: ci: refine build and release processes (@appleboy)
  • 7ac2f0c675ccf7df98134d469f073662e0765ed9: build: update Go version to 1.19 in project dependencies (@appleboy)
2024-03-24 09:54:26
sessions

v1.0.0

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
2022-04-17 20:47:20
sessions

v0.0.5

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)
2021-10-29 07:26:28
sessions
2019-12-27 01:26:45
sessions