Skip to content

Releases: alibaba/node-hbase-client

0.1.11

03 Jul 06:27
Compare
Choose a tag to compare
  • mget: use bagpipe for order
  • add support hbase version
  • rm sending log

0.0.1

03 Jul 06:26
Compare
Choose a tag to compare
  • support get(table, Get) now.
  • fixed client.prototype
  • client.locateRegion() done
  • remove config.js
  • fixed writeLong 29
  • get region from meta
  • getProtocolVersion() and getClosestRowBefore()
  • writable
  • Result readFields
  • move bytes.js to util/bytes.js; add HbaseObjectWrite
  • rename outStream to DataOutPutBuffer
  • Get readFields done
  • add Get.js
  • dir change
  • add writeChar, writeByte, writeBoolean
  • add writeLong and writeInt
  • update readme
  • add logo
  • Initial commit