Skip to content

Commit f06f2ee

Browse files
author
vroyer
committed
release 6.2.3.11
1 parent d2265dc commit f06f2ee

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGES.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
6.2.3.11 - 2018-02-07
2+
* Add support for Elasticsearch query over CQL
3+
* Ship cassandra-stress jar with elassandra #19 #261
4+
* Manage elassandra artifacts with a 4 digits version number
5+
* Do not publish javadoc to avoid issue with java 9
6+
* Fix log corruption edge case when TOKENS= epState is printed to console #262
7+
* Fix token mapper compatibility issue for existing indices
8+
* Fix migration for indices created before 6.2.3.8
9+
110
6.2.3.10 - 2018-01-10
211
* Fix indexing a static UDT in insert only mode
312
* Fix partition key ordering issue when building CQL schema from the ES mapping

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'
68+
version = u'6.2.3.11'
6969
# The full version, including alpha/beta/rc tags.
70-
release = u'6.2.3.10'
70+
release = u'6.2.3.11'
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)