Releases: byte-power/gorich
Releases · byte-power/gorich
v1.2.1 Release Notes
为了兼容 redis 服务器 6.x, redis 库由 v9 版本降至 v8
v1.2.0 Release Notes
支持基于 redis stream
的队列。
v1.1.3 Release Notes
Support AWS IAM role.
v1.1.2 Release Notes
更新 cloud.object_storage:
- PutObject 操作允许设置 content-type 属性
- 为 Object 对象增加 GetContentType 方法
v1.1.1 Release Notes
- cloud 模块的 ObjectStorageService interface 添加 HeadObject 和 GetSignedURLForExistedKey 方法
- cloud 模块的 ObjectStorageService interface 方法返回 Object struct 类型而非其指针类型
v1.1.0 Release Notes
- task bug 修复:Stats 方法中获取任务信息时加锁
- 新增 cloud 模块,支持 AWS 和 TencentCloud。
v1.0.5 Release Notes
- Update coordinator error
- Add IsCoordinateError function
v1.0.4 Release notes
- Optimize Coordinator in task.
- Code refactor in task.
v1.0.3 release note
主要变更:
- 修复了 task 模块的 bug:提交多个定时任务时,只有最后一个提交的任务被调度和执行;
- 新增 emitter 模块。
Upgrade dependency version
v1.0.2 Upgrade go redis version from v8.3.3 to v8.4.0.