Skip to content

Commit

Permalink
Cut 1.8.2
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Larsen <clarsen@yahoo-inc.com>
  • Loading branch information
manolama committed May 20, 2018
1 parent 061ec35 commit c142c12
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ proto_builddir := $(top_builddir)/protobuf
spec_title := Asynchronous HBase Client
spec_vendor := The Async HBase Authors
# Semantic Versioning (see http://semver.org/).
spec_version := 1.8.2-SNAPSHOT
spec_version := 1.8.2
jar := $(top_builddir)/asynchbase-$(spec_version).jar

asynchbase_PROTOS := \
Expand Down
12 changes: 12 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
AsyncHBase - User visible and noteworthy changes.
This project uses Semantic Versioning (see http://semver.org/).

* Version 1.8.2 (2018-05-19)

This is a bug fix release with one beta feature.
- Fix a possible issue with the security config when spaces are present in the
authentication type.
- Add beta support for split-meta from HBASE-11288 for large, multi-tenant
clusters. The table names may change in the future.
- Auto-detect HBase 2.0 by catching an exception thrown when getClosestRowOrBefore
is called. HBASE-20237.
- Log the version setting, min and max timestamps in Scanners.
- Add CallQueueTooBig retry handling in the RegionClient without NSREing.

* Version 1.8.1 (2018-03-18)

This is a bug fix release.
Expand Down

0 comments on commit c142c12

Please sign in to comment.