CHANGELOG.md in aerospike-1.0.11 vs CHANGELOG.md in aerospike-1.0.12
- old
+ new
@@ -1,5 +1,17 @@
+1.0.12 / 2016-02-11
+===================
+
+* **Fixes**:
+
+ * Fixed syntax error in Client when raising exception for invalid bin key;
+ thanks to [Ole Riesenberg](https://github.com/oleriesenberg) for the fix.
+ [aerospike/aerospike-client-ruby#31]
+ * Use UTF-8 as default encoding when writing/reading Strings from record
+ bins; thanks to [fs-wu](https://github.com/fs-wu) for finding the issue and
+ reporting it. [aerospike/aerospike-client-ruby#33]
+
## December 4 2015 (1.0.11)
Major feature and bug fix release.
* **Fixes**:
@@ -18,11 +30,11 @@
* Support for geospatial data in record bins using GeoJSON format; support
for querying geospatial indexes using points-within-region and
region-contains-point filters. Requires server version 3.7.0 or later.
[CLIENT-594]
- * Tend intervale is now configurable via the client policy. Default is 1
+ * Tend interval is now configurable via the client policy. Default is 1
second as before.
* Only logs tend messages when the number of cluster nodes have changed.
* Scan and Query termination has been fixed.
@@ -146,11 +158,11 @@
* Removed `Record.dups` and `GenerationPolicy::DUPLICATE`
* **New Features**:
* Added Security Features: Please consult [Security Docs](https://www.aerospike.com/docs/guide/security.html) on Aerospike website.
-
+
* `ClientPolicy.User`, `ClientPolicy.Password`
* `Client.CreateUser()`, `Client.DropUser()`, `Client.ChangePassword()`
* `Client.GrantRoles()`, `Client.RevokeRoles()`, `Client.ReplaceRoles()`
* `Client.QueryUser()`, `Client.QueryUsers`
@@ -168,10 +180,10 @@
* Added `WritePolicy.commit_level`
* **Fixes**
* Fixed setting timeout on connection
- * Fixed exception handling typo for Connection#write
+ * Fixed exception handling typo for Connection#write
## Dec 8 2014 (0.1.5)
Major features added, minor fixes and improvements.