Skip to content

Commit

Permalink
release 6.2.3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
vroyer committed Sep 30, 2019
1 parent 37c40cf commit 5ef400d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGES.txt
@@ -1,3 +1,17 @@
6.2.3.19 - 2018-09-29
* Update the cassandra.yaml to follow the default cassandra one.
* Update documentation
* Add logback DuplicateMessageFilter in the default logback configuration
* Add elassandra-cli to decode Elasticsearch mapping from the CQL schema
* Enable mapping compression in CQL schema
* Improve mapping update concurrency management
* Improve upsert retry with mapping update
* Add logback DuplicateMessageFilter in the default configuration
* Add support for virtual index
* Add support for opaque_map with no mapping update
* Fix index setting update issue #306
* Fix drop column on a deleted index #302

6.2.3.18 - 2018-07-18
* Improve routing table update with batched cluster state updates
* Fix blocking local cluster state update
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/version.properties
@@ -1,4 +1,4 @@
elasticsearch = 6.2.3.18
elasticsearch = 6.2.3.19
elasticsearch_vanilla = 6.2.3
cassandra = 3.11.4.2
lucene = 7.2.1
Expand Down
4 changes: 2 additions & 2 deletions docs/elassandra/source/conf.py
Expand Up @@ -65,9 +65,9 @@
# built documents.
#
# The short X.Y version.
version = u'6.2.3.18'
version = u'6.2.3.19'
# The full version, including alpha/beta/rc tags.
release = u'6.2.3.18'
release = u'6.2.3.19'

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

0 comments on commit 5ef400d

Please sign in to comment.