From 88839927c813f53e70896375efce4ce2c830241a Mon Sep 17 00:00:00 2001 From: Vincent Royer Date: Thu, 10 May 2018 09:40:03 +0200 Subject: [PATCH] Update CHANGES.txt --- CHANGES.txt | 7 +++++++ buildSrc/version.properties | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 6a1a85fff77..3873cfb5348 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,10 @@ +5.5.0.16 - 2018-05-10 + * #187 refactoring of partitionDelete + * Fix #191 NPE + * Don't discover es_query and es_options pseudo columns + * Improves shards starting before playing commitlogs + * Update the cassandra startup script + 5.5.0.15 - 2018-05-01 * Fix #183 by using node name as the cassandra broadcast address * Fix #184 disable translog sync thread diff --git a/buildSrc/version.properties b/buildSrc/version.properties index dcba564e773..417e65df6d3 100644 --- a/buildSrc/version.properties +++ b/buildSrc/version.properties @@ -1,6 +1,6 @@ elasticsearch = 5.5.0 lucene = 6.6.0 -elassandra = 15 +elassandra = 16 cassandra = 3.11.2 # optional dependencies