From 779a960edb054dcc01f19c308d0fdfc0507e5fbe Mon Sep 17 00:00:00 2001 From: Blake Eggleston Date: Mon, 1 Jul 2013 17:39:33 -0700 Subject: [PATCH] updating changelog and version --- changelog | 5 +++++ cqlengine/VERSION | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/changelog b/changelog index d090b319..69582a2c 100644 --- a/changelog +++ b/changelog @@ -1,5 +1,10 @@ CHANGELOG +0.5 +* eagerly loading results into the query result cache, the cql driver does this anyway, + and pulling them from the cursor was causing some problems with gevented queries, + this will cause some breaking changes for users calling execute directly + 0.4.10 * changing query parameter placeholders from uuid1 to uuid4 diff --git a/cqlengine/VERSION b/cqlengine/VERSION index e8423da8..2eb3c4fe 100644 --- a/cqlengine/VERSION +++ b/cqlengine/VERSION @@ -1 +1 @@ -0.4.10 +0.5