Skip to content

Commit ab5ed97

Browse files
committed
release 6.2.3.24
1 parent 470da5e commit ab5ed97

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGES.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
6.2.3.24 - 2020-01-21
2+
* Fix #323 Elassandra Mapping coercing issue with dynamic template
3+
* Add documentation for TimeUUIDPartitionFunction
4+
* Improvement for Gossip X1 publication
5+
16
6.2.3.23 - 2019-12-28
27
* Fix #315 missing subfield when indexing a doc with 2 or more new subfields
38
* Add support for index name longer than 48 characters

buildSrc/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
elasticsearch = 6.2.3.23
1+
elasticsearch = 6.2.3.24
22
elasticsearch_vanilla = 6.2.3
33
cassandra = 3.11.5.1
44
lucene = 7.2.1

docs/elassandra/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@
6767
# built documents.
6868
#
6969
# The short X.Y version.
70-
version = u'6.2.3.23'
70+
version = u'6.2.3.24'
7171
# The full version, including alpha/beta/rc tags.
72-
release = u'6.2.3.23'
72+
release = u'6.2.3.24'
7373

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

0 commit comments

Comments
 (0)