Skip to content

Releases: oceanbase/obkv-table-client-go

obkv-table-client-go v0.1.7

27 Oct 10:17
e56e3cf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.6...v0.1.7

obkv-table-client-go v0.1.6

19 Oct 02:12
e192eae
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.5...v0.1.6

obkv-table-client-go v0.1.5

15 Sep 09:16
bc71783
Compare
Choose a tag to compare

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

30 Aug 13:32
85f2abe
Compare
Choose a tag to compare

What's Changed

  • [Feat] todo
  • [Fix] todo
  • [Modify] todo
  • [Test] todo
  • [Chore] todo

obkv-table-client-go v0.1.3

25 Jul 12:55
0d34892
Compare
Choose a tag to compare

What's Changed

obkv-table-client-go v0.1.2

24 Jul 06:27
7f655ea
Compare
Choose a tag to compare

What's Changed

obkv-table-client-go v0.1.1

19 Jul 09:05
e717780
Compare
Choose a tag to compare

What's Changed

obkv-table-client-go v0.1.0

15 Jun 12:56
9b61504
Compare
Choose a tag to compare

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