Skip to content

Commit 65f2e8d

Browse files
author
vroyer
committed
release 6.2.3.13
1 parent 4ad1b16 commit 65f2e8d

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGES.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
6.2.3.13 - 2018-03-25
2+
* Fix schema update race condition
3+
* Fix dead node detection issue
4+
* Improve mapping check when ussing Cassandra maps.
5+
* #271 Fix assertion error on update and add unit test
6+
17
6.2.3.12 - 2018-03-11
28
* Allow indexing through the ES API with consitency level QUORUM, LOCAL_QUORUM and EACH_QUORUM.
39
* Fix issue when migrating 6.2.3.8+ index with removed keyspaces

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ For Elasticsearch users, elassandra provides useful features :
3838

3939
## Quick start
4040

41+
* [Quick Start](http://doc.elassandra.io/en/latest/quickstart.html) guide to run a single node Elassandra cluster in docker.
4142
* [Deploy Elassandra by launching a Google Kubernetes Engine](./docs/google-kubernetes-tutorial.md):
4243

4344
[![Open in Cloud Shell](https://gstatic.com/cloudssh/images/open-btn.png)](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/strapdata/elassandra-google-k8s-marketplace&tutorial=docs/google-kubernetes-tutorial.md)

buildSrc/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
elasticsearch = 6.2.3.12
1+
elasticsearch = 6.2.3.13
22
elasticsearch_vanilla = 6.2.3
33
cassandra = 3.11.3.5
44
lucene = 7.2.1

docs/elassandra/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@
6565
# built documents.
6666
#
6767
# The short X.Y version.
68-
version = u'6.2.3.12'
68+
version = u'6.2.3.13'
6969
# The full version, including alpha/beta/rc tags.
70-
release = u'6.2.3.12'
70+
release = u'6.2.3.13'
7171

7272
tgz_url = "https://github.com/strapdata/elassandra/releases/download/v{0}/elassandra-{0}.tar.gz".format(release)
7373
deb_url = "https://github.com/strapdata/elassandra/releases/download/v{0}/elassandra-{0}.deb".format(release)

0 commit comments

Comments
 (0)