version 15.3.1
This commit is contained in:
@ -22,7 +22,7 @@ npm install elasticsearch-browser
|
||||
---------
|
||||
|
||||
=== Download
|
||||
* v15.3.0: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-15.3.0.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-15.3.0.tar.gz[tar.gz]
|
||||
* v15.3.1: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-15.3.1.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-15.3.1.tar.gz[tar.gz]
|
||||
|
||||
=== Angular Build
|
||||
* Registers an `esFactory` factory in the `"elasticsearch"` module
|
||||
|
||||
@ -1,6 +1,9 @@
|
||||
[[changelog]]
|
||||
== Changelog
|
||||
|
||||
=== 15.3.1 (Jan 23 2019)
|
||||
* Fixed an issue in node 10 where multi-byte characters in the URL would trigger and uncaught error https://github.com/elastic/elasticsearch-js/pull/756[#756]
|
||||
|
||||
=== 15.3.0 (Jan 9 2019)
|
||||
* apiVersion `"6.5"` is now the default
|
||||
|
||||
|
||||
Reference in New Issue
Block a user