HoraeDB 软件版本定义:

版本号格式

X.Y.Z

namedesc
X主版本号(major),一般代表做了不兼容的修改
Y此版本号(minor),一般代表做了向下兼容的功能性新增
Z修订版本号(patch),一般代表做了向下兼容的问题修正

再加上下边的标签(modifier):

Modifier

namedesc
alpha内测版本,一般只供内部测试用,bug 可能较多
beta公开测试版
RCRelease Candidate,发行候选版本,理论上不再加入新的功能,主要修复 bug

1.0.5 [2023-08-10]

  • Features
    • RpcOptions 新增 connectionMaxAgeMs 字段, 一个 RPC 链接的最大生命周期,默认 0,即永不过期 65

1.0.3 [2023-04-04]

  • Fixes
    • 修复 在非utf-8编码的jdk上使用中文乱码问题 57
    • 修复 多batch数据(exp: group by)未被正确处理的问题 59

1.0.2 [deprecated]

1.0.1 [2023-03-14]

  • Fixes
    • 修复 Metric req_rt导致的内存泄漏问题 51
    • 修复 查询数据返回多个结果时重复的问题 52
    • 修复 脏route缓存未被清理的问题 53

1.0.0 [2023-02-28]

  • Features
    • 更新 proto 版本到 v1.0.0 45
    • 增加API List<Column> Row.getColumns() 44
  • Fixes
    • 修复 NPE for table error while creating table 43
  • Breaking Changes
    • 变更方法 Value Row.getColumnValue(string)Column Row.getColumn(string)
    • 变更方法 Object Value.getValue()Object Value.getObject()

1.0.0.alpha [2023-02-08]

  • Features
    • HoraeDB 稳定API的Java客户端版本,允许读写和管理数据表。
  • Fixes

  • Breaking Changes