version 14.2.1

This commit is contained in:
spalger
2018-03-16 11:58:38 -07:00
parent 4be86b402b
commit 387687787f
4 changed files with 7 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# elasticsearch.js 14.2.0
# elasticsearch.js 14.2.1
The official low-level Elasticsearch client for Node.js and the browser.

View File

@ -22,7 +22,7 @@ npm install elasticsearch-browser
---------
=== Download
* 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]
* v14.2.1: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-14.2.1.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-14.2.1.tar.gz[tar.gz]
=== Angular Build
* Registers an `esFactory` factory in the `"elasticsearch"` module

View File

@ -1,6 +1,9 @@
[[changelog]]
== Changelog
=== 14.2.1 (Mar 16 2018)
* Transpile versions of the browser clients to ensure legacy browser compatibility https://github.com/elastic/elasticsearch-js/pull/645[#645]
=== 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]

View File

@ -7,7 +7,7 @@
"description": "The official low-level Elasticsearch client for Node.js and the browser.",
"main": "src/elasticsearch.js",
"homepage": "http://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/index.html",
"version": "14.2.0",
"version": "14.2.1",
"keywords": [
"elasticsearch",
"mapping",
@ -126,4 +126,4 @@
"engines": {
"node": ">=0.8"
}
}
}