-
Notifications
You must be signed in to change notification settings - Fork 24
1.2.0 Release Notes (2023 05 29)
IHEII edited this page May 29, 2023
·
1 revision
Previous Release Notes: 1.1.0 Release Notes (2023 03 24)
Fix several bugs including routing bugs and memory leak bugs.
Accomplish and modify our docs and use OceanBase JDBC.
Some fixed bugs are listed below:
- We now support Get/Query in batch operation to "see" the operation (in the same batch) set before.
- Support int32/int16/int8 as partition key in range partition.
- Fix potential ByteBuffer leak in the connection layer.
- Support OceanBase 4.0 subpartition.
- Fix some constants.
- Fix the hash function that is used by the key/hash partition.
We update our readme.md and our wiki. Users now could learn more from readme.md and Github wiki.
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.