File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 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+
1106.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
Original file line number Diff line number Diff line change 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
7272tgz_url = "https://github.com/strapdata/elassandra/releases/download/v{0}/elassandra-{0}.tar.gz" .format (release )
7373deb_url = "https://github.com/strapdata/elassandra/releases/download/v{0}/elassandra-{0}.deb" .format (release )
You can’t perform that action at this time.
0 commit comments