version 13.3.0
This commit is contained in:
@ -22,7 +22,7 @@ npm install elasticsearch-browser
|
||||
---------
|
||||
|
||||
=== Download
|
||||
* v13.2.0: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-13.2.0.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-13.2.0.tar.gz[tar.gz]
|
||||
* v13.3.0: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-13.3.0.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-13.3.0.tar.gz[tar.gz]
|
||||
|
||||
=== Angular Build
|
||||
* Registers an `esFactory` factory in the `"elasticsearch"` module
|
||||
|
||||
@ -1,6 +1,11 @@
|
||||
[[changelog]]
|
||||
== Changelog
|
||||
|
||||
=== 13.3.0 (Aug 9 2017)
|
||||
|
||||
* apiVersion `"5.5"` is now the default
|
||||
* Use JSON version of scroll/clearScroll API in for apiVerion 2.0+ https://github.com/elastic/elasticsearch-js/pull/576[#576]
|
||||
|
||||
=== 13.2.0 (Jun 21 2017)
|
||||
|
||||
* Added `sniffedNodesFilterPath` config parameter to allow customizing the `filter_path` sent when sniffing for new nodes. https://github.com/elastic/elasticsearch-js/pull/559[#599]
|
||||
|
||||
Reference in New Issue
Block a user