Skip to content

Commit da29637

Browse files
author
vroyer
committed
release 6.2.3.28
1 parent 5538de7 commit da29637

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.28 - 2020-05-10
2+
* Add support for datacenter tags
3+
* Fixup NPE on cluster state update
4+
* Add a new MessageFormatTimeUUIDPartitionFunction
5+
16
6.2.3.27 - 2020-04-13
27
* Upgrade to cassandra-3.11.6
38
* Fix RandomSearchStrategy #335

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.27
1+
elasticsearch = 6.2.3.28
22
elasticsearch_vanilla = 6.2.3
33
cassandra = 3.11.6.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
@@ -65,9 +65,9 @@
6565
# built documents.
6666
#
6767
# The short X.Y version.
68-
version = u'6.2.3.27'
68+
version = u'6.2.3.28'
6969
# The full version, including alpha/beta/rc tags.
70-
release = u'6.2.3.27'
70+
release = u'6.2.3.28'
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)