Skip to content

Commit

Permalink
bump package version to v2.2; update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jhecking committed Sep 20, 2016
1 parent 36e6ef0 commit bc7d349
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
17 changes: 14 additions & 3 deletions CHANGELOG.md
@@ -1,11 +1,22 @@
HEAD
v2.2.0 / 2016-09-20
===================

* **New Features**
* Support for durable delete write policy [CLIENT-768]; requires Aerospike
Server Enterprise Edition v3.10 or later.
* Support Cluster Name verification [CLIENT-776]; requires Aerospike Server v3.10 or later.

* **Bug Fixes**
* Fix error handling in node refresh during cluster tend
* Fix error handling in node refresh during cluster tend.

* **Improvements**
* Optionally return multiple results from read operations on same record bin.
[#39](https://github.com/aerospike/aerospike-client-ruby/issues/39) Thanks
to [@zingoba](https://github.com/zingoba).

* **Documentation**
* Added note about potential issues with usage in Ruby on Rails with Phusion Passenger
* Added note about potential issues with usage in Ruby on Rails with Phusion Passenger.
* Amend/clean up documentation of client policies.

v2.1.1 / 2016-08-16
===================
Expand Down
2 changes: 1 addition & 1 deletion lib/aerospike/version.rb
@@ -1,4 +1,4 @@
# encoding: utf-8
module Aerospike
VERSION = "2.1.1"
VERSION = "2.2.0"
end

0 comments on commit bc7d349

Please sign in to comment.