File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1+ 6.2.3.10 - 2018-01-10
2+ * Fix indexing a static UDT in insert only mode
3+ * Fix partition key ordering issue when building CQL schema from the ES mapping
4+ * Add indexing support for map<text , UDT>
5+ * Add a new Base64 processor
6+ * Optimize _routing field storage
7+
186.2.3.9 - 2018-12-27
29 * Fix index rebuild when bootstraping
310
Original file line number Diff line number Diff line change 11elasticsearch = 6.2.3
22lucene = 7.2.1
3- elassandra = 9
3+ elassandra = 10
44cassandra = 3.11.3.5
55
66# optional dependencies
Original file line number Diff line number Diff line change 6767# The short X.Y version.
6868version = u'6.2.3'
6969# The full version, including alpha/beta/rc tags.
70- release = u'6.2.3.9 '
70+ release = u'6.2.3.10 '
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