Releases: oceanbase/obkv-table-client-go
Releases · oceanbase/obkv-table-client-go
obkv-table-client-go v0.1.7
What's Changed
- add primary key order tests by @WeiXinChan in #124
- add isOdpMode for test by @WeiXinChan in #120
- [Feat] set actual addr in err by @IHEII in #126
Full Changelog: v0.1.6...v0.1.7
obkv-table-client-go v0.1.6
What's Changed
- test ttl expire column has default current_timestamp property by @WeiXinChan in #118
- add login test by @WeiXinChan in #119
- add lob test by @WeiXinChan in #121
- [Feat] support slb connection rebalance in ODP mode by @shenyunlong in #123
New Contributors
- @shenyunlong made their first contribution in #123
Full Changelog: v0.1.5...v0.1.6
obkv-table-client-go v0.1.5
What's Changed
TIPS:
- We only care about the time you send to the server without timezone. If you write 2000.01.01 00:00 +8 and 2000.01.01 00:00 +0 into the server, those will be the same. Both Dates will be written as 2000.01.01 00:00 in the server.
- When we get a DateTime from the server, we will recognize it as a time in the local timezone.
obkv-table-client-go v0.1.4
What's Changed
- [Feat] todo
- [Fix] todo
- [Modify] todo
- [Test] todo
- [Chore] todo
obkv-table-client-go v0.1.3
What's Changed
obkv-table-client-go v0.1.2
What's Changed
- [Feat] aggregate #91 @SmallSongZ
- [Feat] batch option #93 @IHEII
- [Fix] border flag #94 @IHEII
- [Test] auto increment @SmallSongZ
- [Test] checkAndInsert @SmallSongZ
- [Chore] demo @SmallSongZ
obkv-table-client-go v0.1.1
What's Changed
- [Feat] Support query #78 @IHEII
- [Feat] Support operation with filter #77 @namewxt1220
- [Refactor] Modify result of batch #89 @IHEII @WeiXinChan
- [Enhencement] Some optimization #85 @namewxt1220
- [Fix] Some bugfix
obkv-table-client-go v0.1.0
What's Changed
- First release.
- Support all observer version.
- Support single operations are insert, update, insertOrUpdate, delete, get, replace, append, and replace.
- Support batch operation.
- Thanks to all contributors @Eter365 @namewxt1220 @WeiXinChan @wayyoungboy @miao724