Releases: boj/redistore
Releases · boj/redistore
v1.3.0
Changelog
Enhancements
Refactor
- db15027: refactor: refactor codebase to improve readability and test structure (@appleboy)
- d2d81ad: refactor: refactor codebase to improve performance and maintainability (@appleboy)
Build process updates
- ab2d515: ci: switch CI pipeline from Travis to GitHub Actions (@appleboy)
- e3e8b54: ci: add CI/CD workflows and security analysis for Go projects (@appleboy)
- bc9506c: build: improve build process and automate changelog generation (@appleboy)
- a630c56: ci: improve GitHub workflow and API handling for better performance (@appleboy)
- 8fbc62d: build: update dependencies and improve error handling in tests (@appleboy)
- b923ff9: ci: update Go version and documentation badge in CI workflow (@appleboy)
- 1c45a04: ci: update Go versions and GitHub Actions workflow (@appleboy)
Documentation updates
- 0ebf229: docs: refactor codebase to improve performance and maintainability (@appleboy)
- d42ec2f: docs: update badges and URLs in documentation and build files (@appleboy)
- 227c1fb: docs: refactor session management and improve error handling (@appleboy)
- db0126f: docs: improve and expand documentation for serializers and sessions (@appleboy)
- 6b6b4fc: docs: add detailed comments to serializers and RediStore functions (@appleboy)
Others
- 7d9063d: Don't shadow err, allowing it to pass through. (@antihax)
- 3f631e1: Merge pull request #28 from antihax/master ( <>)
- 894925c: Added Colour to example (@GrimTheReaper)
- 1966161: Fix Tabbing. (@GrimTheReaper)
- 4562487: Merge pull request #30 from GrimTheReaper/patch-1 ( <>)
- 09f58f6: Updated redigo dependencies to use github.com/gomodule/redigo rather than github.com/garyburd/redigo (archived) (@dbellinghoven)
- 715bb32: redistore.go: Should delete session when MaxAge <= 0 (@dbellinghoven)
- 56c7e0d: Merge pull request #41 from DDBellinghoven/master ( <>)
- 51a800d: Use Travis CI; fix vet issues. ( <>)
- e5f3f3e: Merge pull request #44 from boj/elithrar/use-travis (@kisielk)
- d4f57d4: Add go.mod ( <>)
- 769a328: Merge pull request #45 from boj/elithrar/go-mod-vgo (@kisielk)
- ce31fe2: [docs] Add godoc badge; TravisCI badge. (@elithrar)
- 0d05f05: Merge pull request #46 from boj/elithrar/readme-badges (@kisielk)
- 82b86d2: Add Redis to CI; make host/port configurable (#48) (@elithrar)
- 4eb75fc: update go.mod to fix go mod error (@deepzz0)
- 0920d84: Merge pull request #51 from imgee/master (@kisielk)
- cd5dcc7: [docs] Fix link to redigo (#52) (@daisuke310vvv)