From 9cf9e9372b286631240cb45b9eb32aa70003af3f Mon Sep 17 00:00:00 2001 From: Jonathan Ellis Date: Tue, 23 Nov 2010 15:10:34 +0000 Subject: [PATCH] emphasize that unframed mode is going away sooner than later git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.7@1038152 13f79535-47bb-0310-9956-ffa450edef68 --- NEWS.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS.txt b/NEWS.txt index d1d541cbc2..10c25b7da5 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -61,7 +61,8 @@ Upgrading Thrift API ---------- - The Cassandra server now defaults to framed mode, rather than - unframed. Unframed is obsolete and will be removed in the future. + unframed. Unframed is obsolete and will be removed in the next + major release. - The Cassandra Thrift interface file has been updated for Thrift 0.5. If you are compiling your own client code from the interface, you will need to upgrade the Thrift compiler to match.