Skip to content

Commit d79fb21

Browse files
author
vroyer
committed
release 6.8.4.13
1 parent 6a76204 commit d79fb21

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGES.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
6.8.4.13 - 2021-01-05
2+
* Fix a possible StackOverflowError
3+
* Rename the finalize method to avoid GC issue
4+
15
6.8.4.12 - 2020-12-07
26
* Fix a mapping update issue when having a datacenter group
37
* Update doc about reindexing from a remote cluster
@@ -6,7 +10,7 @@
610
* Upgrade to cassandra 3.11.9.1
711
* Fix nested types matching error
812
* Fixup multiple delete of the same document
9-
13+
1014
6.8.4.10 - 2020-08-10
1115
* Upgrade jackson 2.8.11 to fix a security issue (see elasticsearch #45225)
1216
* Upgrade to cassandra 3.11.7.1

buildSrc/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
elasticsearch = 6.8.4.12
1+
elasticsearch = 6.8.4.13
22
elasticsearch_vanilla = 6.8.4
33
cassandra = 3.11.9.1
44
lucene = 7.7.2

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.8.4.12'
68+
version = u'6.8.4.13'
6969
# The full version, including alpha/beta/rc tags.
70-
release = u'6.8.4.12'
70+
release = u'6.8.4.13'
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)