Skip to content

Releases: go-co-op/gocron-redis-lock

v2.0.1

11 Jan 18:06
e805dbb
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/go-co-op/gocron/v2 from 2.0.0-rc3 to 2.1.2 by @dependabot in #62

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

v1.3.0

19 Dec 03:11
9c86d69
Compare
Choose a tag to compare

What's Changed

  • Bump google.golang.org/grpc from 1.57.0 to 1.57.1 by @dependabot in #45
  • Bump github.com/testcontainers/testcontainers-go/modules/redis from 0.25.0 to 0.26.0 by @dependabot in #47
  • Bump github.com/go-co-op/gocron from 1.35.2 to 1.35.3 by @dependabot in #46
  • Bump github.com/docker/docker from 24.0.6+incompatible to 24.0.7+incompatible by @dependabot in #48
  • Support redis lock automatic renewal by @starryrbs in #55
  • Bump github/codeql-action from 2 to 3 by @dependabot in #56

New Contributors

Full Changelog: v1.2.0...v1.3.0

v2.0.0

17 Nov 22:39
fd9d230
Compare
Choose a tag to compare
v2 compatible release

v1.2.0

17 Oct 15:29
bb682d0
Compare
Choose a tag to compare

What's Changed

  • Add NewRedisLockerAlways, always returning a gocron.Locker by @addshore in #43

New Contributors

version bumps

  • Bump github.com/redis/go-redis/v9 from 9.0.4 to 9.0.5 by @dependabot in #12
  • Bump github.com/go-co-op/gocron from 1.27.1 to 1.28.0 by @dependabot in #11
  • Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 by @dependabot in #15
  • Bump golangci/golangci-lint-action from 3.4.0 to 3.5.0 by @dependabot in #13
  • Bump github.com/go-co-op/gocron from 1.28.0 to 1.28.2 by @dependabot in #14
  • Bump golangci/golangci-lint-action from 3.5.0 to 3.6.0 by @dependabot in #16
  • Bump github.com/go-co-op/gocron from 1.28.2 to 1.28.3 by @dependabot in #17
  • Bump github.com/go-co-op/gocron from 1.28.3 to 1.30.0 by @dependabot in #18
  • Bump github.com/testcontainers/testcontainers-go/modules/redis from 0.20.1 to 0.21.0 by @dependabot in #19
  • Bump google.golang.org/grpc from 1.47.0 to 1.53.0 by @dependabot in #21
  • Bump github.com/go-co-op/gocron from 1.30.0 to 1.30.1 by @dependabot in #20
  • Bump github.com/go-co-op/gocron from 1.30.1 to 1.31.0 by @dependabot in #22
  • Bump github.com/testcontainers/testcontainers-go/modules/redis from 0.21.0 to 0.22.0 by @dependabot in #23
  • Bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 by @dependabot in #26
  • Bump github.com/go-co-op/gocron from 1.31.0 to 1.32.1 by @dependabot in #28
  • Bump github.com/redis/go-redis/v9 from 9.0.5 to 9.1.0 by @dependabot in #27
  • Bump github.com/testcontainers/testcontainers-go/modules/redis from 0.22.0 to 0.23.0 by @dependabot in #24
  • Bump github.com/go-redsync/redsync/v4 from 4.8.1 to 4.8.2 by @dependabot in #29
  • Bump actions/checkout from 3 to 4 by @dependabot in #31
  • Bump github.com/go-co-op/gocron from 1.32.1 to 1.33.1 by @dependabot in #30
  • Bump github.com/go-redsync/redsync/v4 from 4.8.2 to 4.9.4 by @dependabot in #32
  • Bump github.com/go-co-op/gocron from 1.33.1 to 1.34.0 by @dependabot in #33
  • Bump github.com/go-co-op/gocron from 1.34.0 to 1.34.2 by @dependabot in #36
  • Bump github.com/redis/go-redis/v9 from 9.1.0 to 9.2.0 by @dependabot in #35
  • Bump github.com/testcontainers/testcontainers-go/modules/redis from 0.23.0 to 0.24.1 by @dependabot in #34
  • Bump github.com/testcontainers/testcontainers-go/modules/redis from 0.24.1 to 0.25.0 by @dependabot in #38
  • Bump github.com/go-co-op/gocron from 1.34.2 to 1.35.2 by @dependabot in #41
  • Bump github.com/go-redsync/redsync/v4 from 4.9.4 to 4.10.0 by @dependabot in #40
  • Bump github.com/redis/go-redis/v9 from 9.2.0 to 9.2.1 by @dependabot in #39
  • Bump golang.org/x/net from 0.15.0 to 0.17.0 by @dependabot in #44

Full Changelog: v1.1.1...v1.2.0

v1.1.1

23 May 15:08
3ac6cc2
Compare
Choose a tag to compare

What's Changed

  • Update NewRedisLocker to accept the redis UniversalClient interface instead of just a pointer to the redis Client by @anhnmt in #9

Version bumps

  • Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 by @dependabot in #8
  • Bump github.com/go-co-op/gocron from 1.27.0 to 1.27.1 by @dependabot in #7

Docs

  • docs: add example of universal redis client to readme by @JohnRoesler in #10

New Contributors

  • @anhnmt made their first contribution in #9

Full Changelog: v1.1.0...v1.1.1

v1.1.0

16 May 16:26
43ffd25
Compare
Choose a tag to compare

What's Changed

added

docs updated

deps bumped

  • Bump github.com/go-co-op/gocron from 1.26.0 to 1.27.0 by @dependabot in #4
  • Bump github.com/docker/distribution from 2.8.1+incompatible to 2.8.2+incompatible by @dependabot in #5

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

11 May 15:50
9506558
Compare
Choose a tag to compare
rename module to match repo