Skip to content

Commit 5068c88

Browse files
author
vroyer
committed
release 6.8.4.6
1 parent 14b65ff commit 5068c88

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
6.8.4.6 - 2020-06-11
2+
* Fix #346 Nested objects with inner hits query returns "extracted source isn't an object or an array"
3+
* Fix NPE when network config is wrong
4+
15
6.8.4.5 - 2020-05-01
26
* Fixup NPE on cluster state update
37
* Fix kibana _timestamp field mapper not found

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.5
1+
elasticsearch = 6.8.4.6
22
elasticsearch_vanilla = 6.8.4
33
cassandra = 3.11.6.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.5'
68+
version = u'6.8.4.6'
6969
# The full version, including alpha/beta/rc tags.
70-
release = u'6.8.4.5'
70+
release = u'6.8.4.6'
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)