Skip to content

1.2.0 Release Notes (2023 05 29)

IHEII edited this page May 29, 2023 · 1 revision

OBKV Table Client Java v1.2.0 Release Notes

Previous Release Notes: 1.1.0 Release Notes (2023 03 24)

1. Abstract

1.1 Bug Fixes

Fix several bugs including routing bugs and memory leak bugs.

1.2 Docs and Enhancement

Accomplish and modify our docs and use OceanBase JDBC.

2. Bug Fixes

Some fixed bugs are listed below:

  1. We now support Get/Query in batch operation to "see" the operation (in the same batch) set before.
  2. Support int32/int16/int8 as partition key in range partition.
  3. Fix potential ByteBuffer leak in the connection layer.
  4. Support OceanBase 4.0 subpartition.
  5. Fix some constants.
  6. Fix the hash function that is used by the key/hash partition.

3. Docs and Enhancement

3.1 Docs

We update our readme.md and our wiki. Users now could learn more from readme.md and Github wiki.

3.2 Enhancement

We now use OceanBase JDBC to connect to the config server to gain the "meta" information, which makes our client get safer and faster. Also, we modify some of our test cases. And add more cases on our new feature ob_kv_connections.