Skip to content

1.2.6 Release Notes (2023 11 24)

IHEII edited this page Nov 24, 2023 · 1 revision

OBKV Table Client Java v1.2.6 Release Notes

Previous Release Notes: 1.2.5 Release Notes (2023 09 18)

1. Abstract

1.1 Direct Load Java Client

OBKV Table Client Java could now be used as a direct load client to help users load data into OB servers.

1.2 Bugfix and Update Dependencies

We fix some bugs and update our dependencies for safety.

2. Direct Load Java Client

Users could insert their data into OB servers from previous databases by tools implemented by using OBKV Table Client Java.

To learn more about how those things going, you could find in Demo

3. Bugfix and Update Dependencies

We fixed some bugs including:

  1. OBtable init check
  2. Some test cases
  3. table direct load RPC timeout
  4. CE login with ODP

Also, we update our dependencies, including Netty which has serious vulnerabilities to keep safe.