Releases: jefferyjob/go-redislock
Releases · jefferyjob/go-redislock
v1.7.0-beta.2
What's Changed
- Refactor test files and update Redis adapter import paths by @jefferyjob in #124
- Update retract versions in go.mod to address adapter package name errors by @jefferyjob in #125
- update module name in go.mod to simplify package structure by @jefferyjob in #126
Full Changelog: v1.7.0-beta.1...v1.7.0-beta.2
v1.7.0-beta.1
What's Changed
- 适配器依赖更新 by @jefferyjob in #122
- Remove goframe v1 v2 adapter by @jefferyjob in #123
Full Changelog: v1.7.0-beta...v1.7.0-beta.1
v1.7.0-beta
What's Changed
- adapter内部包名统一规划 by @jefferyjob in #119
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #120
- update README to remove 'Coming Soon' section for MultiLock feature by @jefferyjob in #121
Full Changelog: v1.7.0-alpha...v1.7.0-beta
v1.7.0-alpha
What's Changed
- 优化example by @jefferyjob in #114
- Go version downgraded to 1.21 by @jefferyjob in #116
- 将mock单元测试转换为redis实体服务的单元测试 by @jefferyjob in #115
- 删除使用redis mock工具编写的单元测试文件 by @jefferyjob in #117
- adapter go版本降级 by @jefferyjob in #118
Full Changelog: v1.6.0...v1.7.0-alpha
v1.6.0
What's Changed
- feat(adapter): 支持 Redis 集群和哨兵模式 by @wesleywu in #110
- gozero适配器迁移到v1 by @jefferyjob in #112
- 文档优化 by @jefferyjob in #113
Full Changelog: v1.5.0...v1.6.0
v1.5.0
What's Changed
- adapter进行独立的包管理 by @jefferyjob in #108
- 更新 changelog 文件 by @jefferyjob in #109
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
- Bump github.com/zeromicro/go-zero from 1.8.5 to 1.9.0 by @dependabot[bot] in #85
- The default language of readme is Chinese by @jefferyjob in #86
- Bump github.com/stretchr/testify from 1.10.0 to 1.11.0 by @dependabot[bot] in #87
- update changelog by @jefferyjob in #88
- Feature/Read locks and write locks by @jefferyjob in #89
- docs update by @jefferyjob in #90
- Bump actions/setup-go from 5 to 6 by @dependabot[bot] in #91
- Bump github.com/redis/go-redis/v9 from 9.12.1 to 9.13.0 by @dependabot[bot] in #92
- Bump github.com/redis/go-redis/v9 from 9.13.0 to 9.14.0 by @dependabot[bot] in #96
- Bump github.com/zeromicro/go-zero from 1.9.0 to 1.9.1 by @dependabot[bot] in #97
- 读锁和写锁增加单元测试代码 by @jefferyjob in #98
- Because [1.50](https://github.com/redis/go-redis/releases/tag/v9.15.1… by @jefferyjob in #99
- Add and remove scripts by @jefferyjob in #100
- Bump github/codeql-action from 3 to 4 by @dependabot[bot] in #103
- Bump github.com/redis/go-redis/v9 from 9.14.0 to 9.14.1 by @dependabot[bot] in #105
- 文档优化 by @jefferyjob in #107
Full Changelog: v1.3.0...v1.4.0
v1.3.0
What's Changed
- ci actions label by @jefferyjob in #57
- change log update by @jefferyjob in #58
- 支持公平锁加锁,解锁,自旋锁 by @jefferyjob in #59
- example demo by @jefferyjob in #60
- File name adjustment by @jefferyjob in #61
- Support Chinese and English annotations by @jefferyjob in #62
- Optimize the definition of context by @jefferyjob in #63
- 每个方法传入 ctx by @jefferyjob in #66
- Feature/支持适配不同的redis客户端包 by @jefferyjob in #67
- good code and bad code by @jefferyjob in #69
- examples示例内容完善 by @jefferyjob in #70
- 本地单元测试 by @jefferyjob in #71
- 优化MustNewRedisAdapter by @jefferyjob in #72
- 提交单元测试代码 by @jefferyjob in #73
- Fix panic in unit test that cannot be collected by @jefferyjob in #74
- codecov.yml Configuration optimization by @jefferyjob in #75
- Remove the redis adapter for gozero and goframe by @jefferyjob in #76
- Revert "Remove the redis adapter for gozero and goframe" by @jefferyjob in #78
- Optimize document content by @jefferyjob in #79
- Creating an Adapter Package by @jefferyjob in #80
- workflow: ci install redis by @jefferyjob in #81
- Bump actions/checkout from 3 to 5 by @dependabot[bot] in #84
- Unit testing of adapters by @jefferyjob in #82
- Bump github.com/redis/go-redis/v9 from 9.11.0 to 9.12.1 by @dependabot[bot] in #83
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #46
- Bump github.com/redis/go-redis/v9 from 9.7.0 to 9.7.1 by @dependabot in #47
- 优化go workflow到1.24 by @jefferyjob in #55
- go版本升级到1.24 by @jefferyjob in #54
- Bump github.com/redis/go-redis/v9 from 9.7.1 to 9.11.0 by @dependabot in #53
- go1.24 label by @jefferyjob in #56
Full Changelog: v1.1.4...v1.2.0
v1.1.4
What's Changed
- Bump github.com/redis/go-redis/v9 from 9.6.1 to 9.6.2 by @dependabot in #40
- Bump github.com/redis/go-redis/v9 from 9.6.2 to 9.7.0 by @dependabot in #41
- Bump codecov/codecov-action from 4 to 5 by @dependabot in #42
- Feat: support redis cluster by @wesleywu in #44
- 版本发布 change log by @jefferyjob in #45
New Contributors
Full Changelog: v1.1.3...v1.1.4