CHANGELOG.md in aerospike-1.0.10 vs CHANGELOG.md in aerospike-1.0.11

- old
+ new

@@ -1,13 +1,42 @@ +## December 4 2015 (1.0.11) + + Major feature and bug fix release. + + * **Fixes**: + + * Fix `ClientPolicy` to actually accept `fail_if_not_connected` parameter from constructor opts. PR #29, thanks to [Nick Recobra](https://github.com/oruen) + + * Fix record initialization issue. PR #28, thanks to [jzhua](https://github.com/jzhua) + + * Consume the rest of the stream when scan/query is finished. + + * **Improvements**: + + * Support for double precision floating point data type in record bins. + Requires server version 3.6.0 or later. [CLIENT-599] + + * 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 + second as before. + + * Only logs tend messages when the number of cluster nodes have changed. + + * Scan and Query termination has been fixed. + ## September 22 2015 (1.0.10) Major fix release. * **Fixes**: - * Fixes find_node_in_partition_map logic. + * Fixes `find_node_in_partition_map` logic. - * Fixes Node.Refresh logic. + * Fixes `Node.Refresh` logic. * Fixes an issue with dead connections that would cause an infinite loop. ## Augest 11 2015 (1.0.9)