From e68a0fcdfba08afc0a03c8bf27778de1280dd15a Mon Sep 17 00:00:00 2001 From: Khosrow Afroozeh Date: Thu, 1 Nov 2018 16:28:21 +0100 Subject: [PATCH] Updated CHANGELOG --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20e303bc..98fd8ab5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Change History +## November 1 2018: v1.36.0 + + Feature Release. + + * **New Features** + + - Support rackaware feature. You need to set the `ClientPolicy.RackAware = true`, and set the `ClientPolicy.RackId`. All read operations will try to choose a node on the same rack if `Policy.ReplicaPolicy = PREFER_RACK`. This feature is especially useful when the app/cluster are on the cloud and network throughput over different zones are price differently. + + * **Improvements** + + - Update Operate command documentation. + - Improve an expectation in a CDT Map test. + - Move UDF object test to the proper file. + - Support float64 struct fields when the value of the field has been changed inside lua and set to int - will only affect clusters which support float. + - Fixes an issue where key value was sent and cause server PARAMETER_ERROR via the operate command if policy.SendKey was set but no write operations were passed. + - Updated README example with clarification. + + * **Fixes** + + - Fixes an issue where multiple operation results for a bin would be appended to the first result if it was a list. + ## October 2 2018: v1.35.2 Improvement release.