version 13.3.0

This commit is contained in:
spalger
2017-08-08 23:18:03 -07:00
parent 7df9ab4a90
commit 36d33ff9ba
4 changed files with 8 additions and 3 deletions

View File

@ -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

View File

@ -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]