From c486cf839cd5077cc2b5680a25746b20c68b8454 Mon Sep 17 00:00:00 2001 From: grro Date: Wed, 5 Aug 2015 07:57:18 +0200 Subject: [PATCH] invalid prepared statement handling fixed --- changes.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/changes.txt b/changes.txt index 20a1709..ca5f4e8 100644 --- a/changes.txt +++ b/changes.txt @@ -1,5 +1,9 @@ -0.14 - * Bugfix removing invalid cached prepared statements: internal prepared statement cache will be invalidated, if a host goes up or an internal driver error occurs +0.15 + * bugfix: Prepared statement can no longer be executed by other sessions than the session which prepared the statement. This could result in invalid prepared sessions + +0.14 + * bugfix: removing invalid cached prepared statements: internal prepared statement cache will be invalidated, if a host goes up or an internal driver error occurs + 0.12 * reactive-streams dependency set to 1.0.0.RC5 \ No newline at end of file