Releases: Sovietaced/go-redisson
Releases · Sovietaced/go-redisson
v0.5.0
What's Changed
- Force namespace for Map and convert implementation to use Redis hash (#30) @Sovietaced
- Document marshal interface and implementations (#29) @Sovietaced
🚀 Features
- Add golangci-lint and update go mod to 1.22 (#48) @Sovietaced
📦 Dependency updates
- Bump github.com/redis/go-redis/v9 from 9.5.2 to 9.5.3 (#47) @dependabot
- Bump github.com/redis/go-redis/v9 from 9.5.1 to 9.5.2 (#46) @dependabot
- Bump github.com/go-logr/logr from 1.4.1 to 1.4.2 (#45) @dependabot
- Bump github.com/testcontainers/testcontainers-go from 0.30.0 to 0.31.0 (#44) @dependabot
- Bump github.com/testcontainers/testcontainers-go from 0.29.1 to 0.30.0 (#43) @dependabot
- Bump github.com/docker/docker from 25.0.3+incompatible to 25.0.5+incompatible (#42) @dependabot
- Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 (#41) @dependabot
- Bump github.com/testcontainers/testcontainers-go from 0.28.0 to 0.29.1 (#40) @dependabot
- Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#39) @dependabot
- Bump github.com/redis/go-redis/v9 from 9.5.0 to 9.5.1 (#38) @dependabot
- Bump github.com/redis/go-redis/v9 from 9.4.0 to 9.5.0 (#37) @dependabot
- Bump github.com/testcontainers/testcontainers-go from 0.27.0 to 0.28.0 (#36) @dependabot
- Bump the go_modules group across 1 directories with 1 update (#35) @dependabot
- Bump github.com/google/uuid from 1.5.0 to 1.6.0 (#34) @dependabot
- Bump github.com/redis/go-redis/v9 from 9.3.1 to 9.4.0 (#33) @dependabot
- Bump github.com/testcontainers/testcontainers-go from 0.26.0 to 0.27.0 (#32) @dependabot
- Bump github.com/go-logr/logr from 1.3.0 to 1.4.1 (#31) @dependabot
v0.4.0
What's Changed
- Update map docs (#28) @Sovietaced
- Fix typo and add badge for go report. (#27) @Sovietaced
- Create dependabot.yml (#20) @Sovietaced
- Add support for redis backed map (#16) @Sovietaced
📖 Documentation
- Add GoDoc link to README (#15) @Sovietaced
- Create LICENSE (#14) @Sovietaced
📦 Dependency updates
- Bump github.com/redis/go-redis/v9 from 9.3.0 to 9.3.1 (#26) @dependabot
- Bump github.com/google/uuid from 1.3.0 to 1.5.0 (#21) @dependabot
- Bump github.com/go-logr/logr from 1.2.4 to 1.3.0 (#23) @dependabot
- Bump github.com/redis/go-redis/v9 from 9.0.4 to 9.3.0 (#22) @dependabot
- Bump github.com/testcontainers/testcontainers-go from 0.20.1 to 0.26.0 (#25) @dependabot
- Bump github.com/docker/distribution from 2.8.1+incompatible to 2.8.2+incompatible (#19) @dependabot
- Bump golang.org/x/net from 0.9.0 to 0.17.0 (#18) @dependabot
- Bump google.golang.org/grpc from 1.47.0 to 1.56.3 (#17) @dependabot
v0.3.0
What's Changed
- Add logger API (#13) @Sovietaced
📖 Documentation
- Improve documentation for Mutex (#12) @Sovietaced
v0.2.0
What's Changed
- Update release drafter (#10) @Sovietaced
- Attempt to use release drafter (#9) @Sovietaced
🚀 Features
- Add blocking lock function (#11) @Sovietaced
v0.1.0
Initial release with basic distributed lock capabilities