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

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