Releases: go-co-op/gocron-redis-lock
Releases · go-co-op/gocron-redis-lock
v2.2.1
What's Changed
- Fix ticker leak when unlocking with auto extend by @adamwym in #137
- Bump github.com/go-co-op/gocron/v2 from 2.16.5 to 2.16.6 by @dependabot[bot] in #135
New Contributors
Full Changelog: v2.2.0...v2.2.1
v2.2.0
What's Changed
- Add prefix to lock key by @zhengweipeng-ctw in #134
Dependency Version Upgrades
- Bump github.com/go-co-op/gocron/v2 from 2.16.2 to 2.16.3 by @dependabot[bot] in #123
- Bump github.com/redis/go-redis/v9 from 9.10.0 to 9.12.1 by @dependabot[bot] in #125
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #124
- Bump github.com/testcontainers/testcontainers-go/modules/redis from 0.37.0 to 0.38.0 by @dependabot[bot] in #122
- Bump github.com/docker/docker from 28.2.2+incompatible to 28.3.3+incompatible in the go_modules group by @dependabot[bot] in #126
- Bump github.com/stretchr/testify from 1.10.0 to 1.11.0 by @dependabot[bot] in #127
- Bump actions/setup-go from 5 to 6 by @dependabot[bot] in #128
- Bump github.com/stretchr/testify from 1.11.0 to 1.11.1 by @dependabot[bot] in #131
- Bump github.com/redis/go-redis/v9 from 9.12.1 to 9.14.0 by @dependabot[bot] in #132
- Bump github.com/go-co-op/gocron/v2 from 2.16.3 to 2.16.5 by @dependabot[bot] in #129
- Bump github.com/testcontainers/testcontainers-go/modules/redis from 0.38.0 to 0.39.0 by @dependabot[bot] in #133
New Contributors
- @zhengweipeng-ctw made their first contribution in #134
Full Changelog: v2.1.0...v2.2.0
v2.1.0
What's Changed
Dependabot
- Bump github.com/containerd/containerd from 1.7.7 to 1.7.11 by @dependabot in #63
- Bump github.com/testcontainers/testcontainers-go/modules/redis from 0.26.0 to 0.27.0 by @dependabot in #68
- Bump github/codeql-action from 2 to 3 by @dependabot in #65
- Bump actions/setup-go from 4 to 5 by @dependabot in #64
- Bump github.com/go-redsync/redsync/v4 from 4.10.0 to 4.11.0 by @dependabot in #66
- Bump github.com/redis/go-redis/v9 from 9.2.1 to 9.4.0 by @dependabot in #67
- Bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 by @dependabot in #72
- Bump github.com/redis/go-redis/v9 from 9.4.0 to 9.5.1 by @dependabot in #78
- Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #79
- Bump golangci/golangci-lint-action from 4.0.0 to 6.1.1 by @dependabot in #96
- Bump google.golang.org/protobuf from 1.36.0 to 1.36.1 in the go_modules group across 1 directory by @dependabot in #98
- Bump github.com/go-co-op/gocron/v2 from 2.14.0 to 2.14.1 by @dependabot in #99
- Bump github.com/go-co-op/gocron/v2 from 2.14.1 to 2.15.0 by @dependabot in #103
- Bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 by @dependabot in #102
- Bump github.com/testcontainers/testcontainers-go/modules/redis from 0.34.0 to 0.35.0 by @dependabot in #100
- Bump golangci/golangci-lint-action from 6.2.0 to 6.3.2 by @dependabot in #104
- Bump golangci/golangci-lint-action from 6.3.2 to 6.5.0 by @dependabot in #105
- Bump github.com/redis/go-redis/v9 from 9.7.0 to 9.7.1 by @dependabot in #106
- Bump github.com/testcontainers/testcontainers-go/modules/redis from 0.35.0 to 0.36.0 by @dependabot in #113
- Bump golangci/golangci-lint-action from 6.5.0 to 7.0.0 by @dependabot in #112
- Bump github.com/redis/go-redis/v9 from 9.7.1 to 9.7.3 in the go_modules group by @dependabot in #111
- Bump github.com/go-co-op/gocron/v2 from 2.15.0 to 2.16.1 by @dependabot in #109
- Bump github.com/testcontainers/testcontainers-go/modules/redis from 0.36.0 to 0.37.0 by @dependabot in #114
- Bump github.com/go-co-op/gocron/v2 from 2.16.1 to 2.16.2 by @dependabot in #117
- Bump github.com/redis/go-redis/v9 from 9.8.0 to 9.10.0 by @dependabot in #119
New Contributors
Full Changelog: v2.0.1...v2.1.0
v2.0.1
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
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
- @starryrbs made their first contribution in #55
Full Changelog: v1.2.0...v1.3.0
v2.0.0
v2 compatible release
v1.2.0
What's Changed
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
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
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
added
- feat: extend redsync api by @rfyiamcool in #3
docs updated
- add ci, godoc and report card readme badges by @JohnRoesler in #6
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
- @rfyiamcool made their first contribution in #3
- @dependabot made their first contribution in #4
- @JohnRoesler made their first contribution in #6
Full Changelog: v1.0.0...v1.1.0
v1.0.0
rename module to match repo