Skip to content

Commit 12b74e0

Browse files
committed
Cut release 1.8.0
1 parent a7b4d93 commit 12b74e0

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ proto_builddir := $(top_builddir)/protobuf
3939
spec_title := Asynchronous HBase Client
4040
spec_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
4343
jar := $(top_builddir)/asynchbase-$(spec_version).jar
4444

4545
asynchbase_PROTOS := \

NEWS

+16
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
AsyncHBase - User visible and noteworthy changes.
22
This 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

622
This is a bug fix release.

THANKS

+7
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ Abhay Bothra
88
Andrey Stepachev
99
Arthur van Hoff
1010
Berk D. Demir
11+
Bizhu Qiu
1112
Brandon Forehand
1213
Charles Antoine
14+
cm-cnnxty
1315
Francis Christopher Liu
1416
Gabe Benjamin
1517
Garry Helmling
@@ -19,8 +21,12 @@ Ivan Zhivkov
1921
James Baldassari
2022
Jason Culverhouse
2123
Jesse Chang
24+
Jiayun Fang
2225
Jonathan Payne
2326
Junegunn Choi
27+
Jungtaek Lim
28+
Karan Mehta
29+
Martin Boyanov
2430
Michael Rose
2531
Michael Stack
2632
Mikhail Antonov
@@ -33,6 +39,7 @@ Shrijeet Paliwal
3339
Siddartha Guthikonda
3440
Stephane Bagneris
3541
Svyatoslav Markeyev
42+
Tian-Ying Chang
3643
Viral Bajaria
3744
Xun Liu
3845
Yao Shengzhe

0 commit comments

Comments
 (0)