Skip to content

Releases: byte-power/gorich

v1.4.1 Release Notes

20 Dec 03:23
91c9715
Compare
Choose a tag to compare
  1. AWS s3 支持 ec2 role 方式访问

v1.4.0 Release Notes

17 Dec 01:31
d09c25c
Compare
Choose a tag to compare
  1. 支持阿里云 MNS queue
  2. 统一不同云服务中 object_storage 和 queue 的配置,不同云服务的同一种类型的服务使用一个配置

v1.3.6 Release Notes

02 Sep 02:49
8a915d9
Compare
Choose a tag to compare

What's Changed

  • object_storage 模块支持生成用于 Put 的 SignedURL。

v1.3.5 Release Notes

27 Feb 07:25
b61537c
Compare
Choose a tag to compare

object_storage 模块 put object 时支持 tagging。

v1.3.4 Release Notes

11 Jan 07:41
2a0551a
Compare
Choose a tag to compare
  1. 更新 task 模块,将 task coordinator key 的过期时间在 task 调度周期的基础上减 1s,以免 task 调度时 redis key 的过期事件导致 redis transaction 失败,进而导致 task 调度失败。

v1.3.3 Release Notes

02 Jan 06:13
89c86b0
Compare
Choose a tag to compare
  1. 新增 queue RedisQueueServiceV7,使用 v9 版本的 redis 库,支持 redis server 7.x。

v1.3.2 Release Notes

27 Dec 07:44
d586bc6
Compare
Choose a tag to compare

升级依赖的 pulsar 库版本至 v0.11.1.

v1.3.1 Release Notes

08 Nov 10:16
fae6595
Compare
Choose a tag to compare
  1. task 模块的 Scheduler 添加 StopWithTimeout 方法,允许停止 scheduler 时指定 timeout 等待正在运行的任务
  2. task 模块的 redis 库由 v8 升级至 v9,使该模块能够在 redis server 7.x 上运行,参考:redis/go-redis#2085

v1.3.0 Release Notes

26 Oct 07:54
Compare
Choose a tag to compare

Supports aliyun OSS in ObjectStorage.

v1.2.2 Release Notes

14 Sep 09:39
c9d7606
Compare
Choose a tag to compare

为兼容 room,将 go redis 库的依赖版本降为 v8.4.3.