File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ proto_builddir := $(top_builddir)/protobuf
3939spec_title := Asynchronous HBase Client
4040spec_vendor := The Async HBase Authors
4141# Semantic Versioning (see http://semver.org/).
42- spec_version := 1.8.0-SNAPSHOT
42+ spec_version := 1.8.0
4343jar := $(top_builddir ) /asynchbase-$(spec_version ) .jar
4444
4545asynchbase_PROTOS := \
Original file line number Diff line number Diff line change 11AsyncHBase - User visible and noteworthy changes.
22This project uses Semantic Versioning (see http://semver.org/).
33
4+ * Version 1.8.0 (2017-06-09)
5+
6+ This is feature release with new APIs and behaviors.
7+
8+ New Features:
9+ - Support HBase 1.3.0 and later where scanner behavior changed.
10+ - Add optional support for buffered AtomicIncrement calls to bypass the WAL
11+ for quicker writes.
12+ - Add an API for writing AtomicIncrements over multiple columns in a single
13+ RPC.
14+ - Add the MultipleColumnPrefixFilter.
15+ - Add a "multi-get" API that allows for batching GetRequests and sending them
16+ in a single request. Useful if the client wants to fetch a number of
17+ disparate rows when scanning would be less efficient.
18+ - Support for reverse scanning
19+
420* Version 1.7.3 (2017-06-09)
521
622This is a bug fix release.
Original file line number Diff line number Diff line change @@ -8,8 +8,10 @@ Abhay Bothra
88Andrey Stepachev
99Arthur van Hoff
1010Berk D. Demir
11+ Bizhu Qiu
1112Brandon Forehand
1213Charles Antoine
14+ cm-cnnxty
1315Francis Christopher Liu
1416Gabe Benjamin
1517Garry Helmling
@@ -19,8 +21,12 @@ Ivan Zhivkov
1921James Baldassari
2022Jason Culverhouse
2123Jesse Chang
24+ Jiayun Fang
2225Jonathan Payne
2326Junegunn Choi
27+ Jungtaek Lim
28+ Karan Mehta
29+ Martin Boyanov
2430Michael Rose
2531Michael Stack
2632Mikhail Antonov
@@ -33,6 +39,7 @@ Shrijeet Paliwal
3339Siddartha Guthikonda
3440Stephane Bagneris
3541Svyatoslav Markeyev
42+ Tian-Ying Chang
3643Viral Bajaria
3744Xun Liu
3845Yao Shengzhe
You can’t perform that action at this time.
0 commit comments