This repository has been archived by the owner on May 10, 2022. It is now read-only.
Releases: XiaoMi/pegasus-java-client
Releases · XiaoMi/pegasus-java-client
1.11.3-thrift-0.11.0-inlined-release
- 在open table的时候对table name做合法性检查,并打印日志以帮助排查问题
- 增加zstd压缩工具,方便用户在客户端对数据进行压缩
1.11.2-thrift-0.11.0-inlined-release
- incr 接口支持原子的 ttl 更新
- 部分代码添加注释以提升代码可读性
1.11.1-thrift-0.11.0-inlined-release
- 修复
Mutation
构造函数无法在包外访问的bug
1.11.0-thrift-0.11.0-inlined-release
- 新增接口
checkAndMutate
1.10.3-thrift-0.11.0-inlined-release
- 修复
full_scan
时hashkey filter不生效bug - 优化rpc message以更好处理出错的rpc消息
1.10.2-thrift-0.11.0-inlined-release
- 修复了
CheckAndSetResult
和CompareExchangeResult
的属性没有设置为public造成无法访问的问题
1.10.1-thrift-0.11.0-inlined-release
- 将RPC实现从epoll切换到nio, 提高在不同机器上的兼容性
1.10.0-thrift-0.11.0-inlined-release
- 新增接口
checkAndSet
,compareExchange
1.9.0-thrift-0.11.0-inlined-release
- 提供支持
incr
操作的接口 - 将
ScanOptions.batchSize
的默认值从1000改为100
1.8.0-thrift-0.11.0-inlined-release
- 增加
MultiGetOptions.reverse
选项,以支持按照SortKey逆向获取数据