From b4aff78382f69d4fe6688436edef1ea1af3d4716 Mon Sep 17 00:00:00 2001 From: Vincent Royer Date: Tue, 5 Jun 2018 08:30:07 +0200 Subject: [PATCH] release 5.5.0.18 --- CHANGES.txt | 6 ++++++ buildSrc/version.properties | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 477c02293f1..d72f6466b12 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,9 @@ +5.5.0.18 - 2018-06-05 + * Fix support for range partition deletion and add support for smallint and tinyint + * Fix #197 Deletion of a List element removes the document on ES + * Improve catch exception to avoid cassandra write timeout + * Update elasticsearch nodes when a remote rpc adresse change + 5.5.0.17 - 2018-05-22 * Fix list settings representation * Make replicated actions executed locally diff --git a/buildSrc/version.properties b/buildSrc/version.properties index 08e4a09f1cd..093893041be 100644 --- a/buildSrc/version.properties +++ b/buildSrc/version.properties @@ -1,6 +1,6 @@ elasticsearch = 5.5.0 lucene = 6.6.0 -elassandra = 17 +elassandra = 18 cassandra = 3.11.2 # optional dependencies