Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Releases: XiaoMi/pegasus-java-client

1.11.3-thrift-0.11.0-inlined-release

19 Nov 09:32
Compare
Choose a tag to compare
  • 在open table的时候对table name做合法性检查,并打印日志以帮助排查问题
  • 增加zstd压缩工具,方便用户在客户端对数据进行压缩

1.11.2-thrift-0.11.0-inlined-release

17 Sep 03:04
Compare
Choose a tag to compare
  • incr 接口支持原子的 ttl 更新
  • 部分代码添加注释以提升代码可读性

1.11.1-thrift-0.11.0-inlined-release

20 Aug 07:49
Compare
Choose a tag to compare
  • 修复Mutation构造函数无法在包外访问的bug

1.11.0-thrift-0.11.0-inlined-release

17 Aug 10:10
Compare
Choose a tag to compare
  • 新增接口checkAndMutate

1.10.3-thrift-0.11.0-inlined-release

15 Aug 05:44
Compare
Choose a tag to compare
  • 修复full_scan时hashkey filter不生效bug
  • 优化rpc message以更好处理出错的rpc消息

1.10.2-thrift-0.11.0-inlined-release

31 Jul 09:11
Compare
Choose a tag to compare
  • 修复了CheckAndSetResultCompareExchangeResult的属性没有设置为public造成无法访问的问题

1.10.1-thrift-0.11.0-inlined-release

25 Jul 05:54
Compare
Choose a tag to compare
  • 将RPC实现从epoll切换到nio, 提高在不同机器上的兼容性

1.10.0-thrift-0.11.0-inlined-release

19 Jul 08:25
Compare
Choose a tag to compare
  • 新增接口checkAndSet, compareExchange

1.9.0-thrift-0.11.0-inlined-release

13 Jul 01:52
Compare
Choose a tag to compare
  • 提供支持incr操作的接口
  • ScanOptions.batchSize的默认值从1000改为100

1.8.0-thrift-0.11.0-inlined-release

06 Jul 02:41
Compare
Choose a tag to compare
  • 增加MultiGetOptions.reverse选项,以支持按照SortKey逆向获取数据