Skip to content

Commit 680faed

Browse files
author
vroyer
committed
release 6.2.3.10
1 parent 9ae057b commit 680faed

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGES.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
6.2.3.9 - 2018-12-27
29
* Fix index rebuild when bootstraping
310

buildSrc/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
elasticsearch = 6.2.3
22
lucene = 7.2.1
3-
elassandra = 9
3+
elassandra = 10
44
cassandra = 3.11.3.5
55

66
# optional dependencies

docs/elassandra/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
# The short X.Y version.
6868
version = 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

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)