From 5efd0c3018599073c81f8611f681b524771576cf Mon Sep 17 00:00:00 2001 From: Russell Spitzer Date: Wed, 29 Nov 2017 12:31:24 -0800 Subject: [PATCH] Prepare Release 1.6.10 * Fix reading null UDTs into POJOs (SPARKC-426) * Improvements in JWCT Performance and Retry Behavior (SPARKC-507) * Fix TTL and WRITE time when used with Delete queries (SPARKC-505) * Error message for WriteTime exception typo corrected --- CHANGES.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index dc17412a8..475d86ed2 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,9 @@ +1.6.10 +* Fix reading null UDTs into POJOs (SPARKC-426) +* Improvements in JWCT Performance and Retry Behavior (SPARKC-507) +* Fix TTL and WRITE time when used with Delete queries (SPARKC-505) +* Error message for WriteTime exception typo corrected + 1.6.9 * Fix Shuffling of a Set in Local Node FirstPolicy (SPARKC-496)