Skip to content

Commit

Permalink
release 6.8.4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
vroyer committed Jan 6, 2021
1 parent 6a76204 commit d79fb21
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
6.8.4.13 - 2021-01-05
* Fix a possible StackOverflowError
* Rename the finalize method to avoid GC issue

6.8.4.12 - 2020-12-07
* Fix a mapping update issue when having a datacenter group
* Update doc about reindexing from a remote cluster
Expand All @@ -6,7 +10,7 @@
* Upgrade to cassandra 3.11.9.1
* Fix nested types matching error
* Fixup multiple delete of the same document

6.8.4.10 - 2020-08-10
* Upgrade jackson 2.8.11 to fix a security issue (see elasticsearch #45225)
* Upgrade to cassandra 3.11.7.1
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/version.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
elasticsearch = 6.8.4.12
elasticsearch = 6.8.4.13
elasticsearch_vanilla = 6.8.4
cassandra = 3.11.9.1
lucene = 7.7.2
Expand Down
4 changes: 2 additions & 2 deletions docs/elassandra/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
# built documents.
#
# The short X.Y version.
version = u'6.8.4.12'
version = u'6.8.4.13'
# The full version, including alpha/beta/rc tags.
release = u'6.8.4.12'
release = u'6.8.4.13'

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

0 comments on commit d79fb21

Please sign in to comment.