Skip to content

Commit

Permalink
Add release notes for 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmoore committed Nov 17, 2016
1 parent 007afcb commit 3413230
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions RELNOTES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,24 @@
Release Notes
=============

### 2.1.0

**Notes**
* Java 7 support has been deprecated, and Java 8+ is now required.

Following issues / PRs addressed:

* [Added HyperLogLog Datatype Support](https://github.com/basho/riak-java-client/pull/669)
* [Added streaming support for ListKeys, ListBuckets, Secondary Index, and MapReduce Commands/Operations](https://github.com/basho/riak-java-client/pull/677)
* [Added cleanup() method to RiakCluster & RiakClient for container Environments](https://github.com/basho/riak-java-client/pull/674)
* [Moved CI from internal buildbot to public Travis CI](https://travis-ci.org/basho/riak-java-client)
* [Enhanced - Reduce the number of charset lookups performed in BinaryValue class](https://github.com/basho/riak-java-client/pull/688)

### 2.0.8

**Notes**
* This is the last version of Riak Java Client that supports Java 7.

Following issues / PRs addressed:

* [Upgrade Netty to 4.1.5 to address higher memory usage with Netty 4.1.3](https://github.com/basho/riak-java-client/pull/671)
Expand Down

0 comments on commit 3413230

Please sign in to comment.