File tree 3 files changed +24
-1
lines changed
3 files changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ proto_builddir := $(top_builddir)/protobuf
39
39
spec_title := Asynchronous HBase Client
40
40
spec_vendor := The Async HBase Authors
41
41
# Semantic Versioning (see http://semver.org/).
42
- spec_version := 1.8.0-SNAPSHOT
42
+ spec_version := 1.8.0
43
43
jar := $(top_builddir ) /asynchbase-$(spec_version ) .jar
44
44
45
45
asynchbase_PROTOS := \
Original file line number Diff line number Diff line change 1
1
AsyncHBase - User visible and noteworthy changes.
2
2
This project uses Semantic Versioning (see http://semver.org/).
3
3
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
+
4
20
* Version 1.7.3 (2017-06-09)
5
21
6
22
This is a bug fix release.
Original file line number Diff line number Diff line change @@ -8,8 +8,10 @@ Abhay Bothra
8
8
Andrey Stepachev
9
9
Arthur van Hoff
10
10
Berk D. Demir
11
+ Bizhu Qiu
11
12
Brandon Forehand
12
13
Charles Antoine
14
+ cm-cnnxty
13
15
Francis Christopher Liu
14
16
Gabe Benjamin
15
17
Garry Helmling
@@ -19,8 +21,12 @@ Ivan Zhivkov
19
21
James Baldassari
20
22
Jason Culverhouse
21
23
Jesse Chang
24
+ Jiayun Fang
22
25
Jonathan Payne
23
26
Junegunn Choi
27
+ Jungtaek Lim
28
+ Karan Mehta
29
+ Martin Boyanov
24
30
Michael Rose
25
31
Michael Stack
26
32
Mikhail Antonov
@@ -33,6 +39,7 @@ Shrijeet Paliwal
33
39
Siddartha Guthikonda
34
40
Stephane Bagneris
35
41
Svyatoslav Markeyev
42
+ Tian-Ying Chang
36
43
Viral Bajaria
37
44
Xun Liu
38
45
Yao Shengzhe
You can’t perform that action at this time.
0 commit comments