Skip to content

Releases: jxsl13/goripr

v2.0.3

31 Jan 23:40
6fe3f4f
Compare
Choose a tag to compare

v2.0.2 - dependency update & cleanup

31 Jan 23:14
7a7341e
Compare
Choose a tag to compare

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

29 Dec 16:15
e362dea
Compare
Choose a tag to compare

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

Full Changelog: v2.0.0...v2.0.1

v2.0.0 - dependency updates & more

01 Sep 21:49
caf462d
Compare
Choose a tag to compare
  • 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