From 526f98f1fa050a02317e4b4f28534741fad86b58 Mon Sep 17 00:00:00 2001 From: Aleksey Yeschenko Date: Tue, 30 Apr 2013 22:17:49 +0300 Subject: [PATCH] Mention deprecated blob-string syntax in 2.0 NEWS.txt --- NEWS.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.txt b/NEWS.txt index 31f30ab321..c3c2fbad3b 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -29,6 +29,10 @@ Upgrading - ASSUME command has been removed from cqlsh. Use CQL3 blobAsType() and typeAsBlob() conversion functions instead. See https://cassandra.apache.org/doc/cql3/CQL.html#blobFun for details. + - Inputing blobs as string constants is now fully deprecated in + favor of blob constants. Make sure to update your applications to use + the new syntax while you are still on 1.2 (which supports both string + and blob constants for blob input) before upgrading to 2.0. Operations ----------