Skip to content

v1.19

Latest
Compare
Choose a tag to compare
@m-manu m-manu released this 13 Feb 11:03
· 3 commits to main since this release
  • [Enhancement] Support for asynchronous access to HBase (via AsyncConnection, AsyncTable, AsyncAdmin etc.) -- You get a CompletableFuture of result of your action, instead of blocking the thread.
  • [Change] Upgrade to HBase v2.2