version 14.2.0

This commit is contained in:
spalger
2018-03-12 18:02:55 -07:00
parent faa5998739
commit b7fae6f94b
4 changed files with 8 additions and 4 deletions

View File

@ -22,7 +22,7 @@ npm install elasticsearch-browser
---------
=== Download
* v14.1.0: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-14.1.0.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-14.1.0.tar.gz[tar.gz]
* v14.2.0: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-14.2.0.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-14.2.0.tar.gz[tar.gz]
=== Angular Build
* Registers an `esFactory` factory in the `"elasticsearch"` module

View File

@ -1,6 +1,10 @@
[[changelog]]
== Changelog
=== 14.2.0 (Mar 12 2018)
* apiVersion `"6.2"` is now the default
* `agentkeepalive` upgraded from 2.2.0 to 3.4.1 for compatibility with IPv6 hostnames in SSL certificates https://github.com/elastic/elasticsearch-js/pull/642[#642]
=== 14.1.0 (Jan 31 2018)
* apiVersion `"6.1"` is now the default
* Fix the way that `keepAliveFreeSocketTimeout` is used https://github.com/elastic/elasticsearch-js/pull/600[#600] (Thanks https://github.com/shaharmor[@shaharmor]!)