Releases: jxsl13/goripr
Releases · jxsl13/goripr
v2.0.3
v2.0.2 - dependency update & cleanup
What's Changed
- Bump github.com/redis/go-redis/v9 from 9.3.1 to 9.4.0 by @dependabot in #17
Full Changelog: v2.0.1...v2.0.2
v2.0.1 - dependency updates
What's Changed
- Bump supercharge/redis-github-action from 1.6.0 to 1.7.0 by @dependabot in #8
- Bump actions/checkout from 3 to 4 by @dependabot in #9
- Bump github.com/redis/go-redis/v9 from 9.1.0 to 9.2.0 by @dependabot in #10
- Bump github.com/redis/go-redis/v9 from 9.2.0 to 9.2.1 by @dependabot in #11
- Bump github.com/redis/go-redis/v9 from 9.2.1 to 9.3.0 by @dependabot in #12
- Bump actions/setup-go from 4 to 5 by @dependabot in #13
- Bump supercharge/redis-github-action from 1.7.0 to 1.8.0 by @dependabot in #14
- Bump github/codeql-action from 2 to 3 by @dependabot in #15
- Bump github.com/redis/go-redis/v9 from 9.3.0 to 9.3.1 by @dependabot in #16
New Contributors
- @dependabot made their first contribution in #8
Full Changelog: v2.0.0...v2.0.1
v2.0.0 - dependency updates & more
- bump minimum required Go version to 1.18
- update go-redis client to latest v9
- introduces context.Context for every database call
- changes the Options object
- requires Go 1.18
- update netaddr library to 0.6.0 (might update it to the netip stdlib in the future)
- update ci/cd pipeline
- update README.md example