HoraeDB software version definition:

Format

X.Y.Z

namedesc
Xmajor,Representative made incompatible modifications
Yminor,Representative has added downward compatible functionality
Zpatch,Representative made a downward compatibility correction

The label below(modifier):

Modifier

namedesc
alphaThe internal test version is generally only used for internal testing, and there may be many bugs
betaPublic beta version
RCRelease candidate, release candidate, theoretically no new features will be added, mainly bug fixes

1.0.5 [2023-08-10]

  • Features
    • RpcOptions add new field connectionMaxAgeMs, which controls max time a connection can live, default 0(forever). 65

1.0.3 [2023-04-04]

  • Fixes
    • Fix Garbled characters on non-utf-8 encoded jdk 57
    • Fix Multi-block(exp: group by) data not processed 59

1.0.2 [deprecated]

1.0.1 [2023-03-14]

  • Fixes
    • Fix Memory leak caused by metric req_rt 51
    • Fix Query multi reuslt error with same value 52
    • Fix Clear dirty route cache when error occurs 53

1.0.0 [2023-02-28]

  • Features
    • Update proto to v1.0.0 45
    • Add API List<Column> Row.getColumns() 44
  • Fixes
    • Fix NPE for table error while creating table 43
  • Breaking Changes
    • Move Value Row.getColumnValue(string) to Column Row.getColumn(string)
    • Move Object Value.getValue() to Object Value.getObject()

1.0.0.alpha [2023-02-08]

  • Features
    • The HoraeDB java client version initial release, allowing for the reading, writing, and managing of data tables.