·
2 commits
to master
since this release
What's Changed
- [FEATURE MERGE] hbase client supports secondary partitions by @maochongxin in #193
- hbase support cell TTL by @stuBirdFly in #146
- Fix the error caused by putting a KeyValue with a delete type by @stuBirdFly in #149
- put and delete throw execption by @stuBirdFly in #152
- Hbase 1.x Put compatible by @JackShi148 in #154
- Compatbile to original hbase checkandmutate different row operations by @JackShi148 in #155
- Fix multi-cf null qualifier by @JackShi148 in #157
- add single conlumn family put test by @WeiXinChan in #158
- Secondary part tests by @WeiXinChan in #159
- Fix multi-cf Get checkExistenceOnly by @JackShi148 in #156
- update tests by @WeiXinChan in #160
- fix batch get route bug by @WeiXinChan in #162
- add single cf scan test by @WeiXinChan in #163
- Fix put comp conn by @JackShi148 in #161
- add time range to ObNewRange by @stuBirdFly in #165
- add table template manager for hbase by @maochongxin in #164
- open distributed execute before tests by @WeiXinChan in #166
- add append、increment and checkAndMutate test case by @stuBirdFly in #167
- query and mutate delete by @maochongxin in #168
- [Test] add hbase get test cases for secondary part by @shenyunlong in #169
- [Test] put test case by @maochongxin in #171
- change partition defination by @WeiXinChan in #170
- add batch test for secondary_part by @GroundWu in #172
- [Test] add test cases for hbase scan and ttl in secondary partition scenario by @shenyunlong in #173
- fix unstable case by @maochongxin in #176
- fix del case by @maochongxin in #177
- [Test] add hbase rowkey TTL test cases for seconary partition scenario by @shenyunlong in #175
- fix del 4007 by @maochongxin in #179
- add cell ttl test by @stuBirdFly in #174
- fix case stability by @maochongxin in #180
- [Test] add testcases for hbase timeseries model get/scan by @shenyunlong in #181
- revert table client manager by @maochongxin in #183
- add hbase abnormal test case by @stuBirdFly in #182
- add hbase batch test by @GroundWu in #185
- [Fix] hbase multi partition scan return repetitive data by @shenyunlong in #190
- add K Q T to scan range column by @maochongxin in #189
- Secondary part merge master by @maochongxin in #194
- fix getScanners dist execute by @maochongxin in #195
- [Test] fix unstable secondary partition test cases by @shenyunlong in #197
- fix series del fail; add test case by @maochongxin in #198
- update distributed execution switch by @WeiXinChan in #203
- fix reverse scan case by @maochongxin in #205
- Compatible to table refactor routing by @JackShi148 in #207
- fix [multi cf] put random binary column by @Zhou-jw in #210
- refactor constructing newkv in building batchOperation by @Zhou-jw in #212
- [Doc] modify the demo to use HBase configuration and connection factory by @shenyunlong in #214
New Contributors
Full Changelog: obkv-hbase-client-1.1.0...obkv-hbase-client-1.2.0