version 14.2.2
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
# elasticsearch.js 14.2.1
|
# elasticsearch.js 14.2.2
|
||||||
|
|
||||||
The official low-level Elasticsearch client for Node.js and the browser.
|
The official low-level Elasticsearch client for Node.js and the browser.
|
||||||
|
|
||||||
|
|||||||
@ -22,7 +22,7 @@ npm install elasticsearch-browser
|
|||||||
---------
|
---------
|
||||||
|
|
||||||
=== Download
|
=== Download
|
||||||
* 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]
|
* v14.2.2: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-14.2.2.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-14.2.2.tar.gz[tar.gz]
|
||||||
|
|
||||||
=== Angular Build
|
=== Angular Build
|
||||||
* Registers an `esFactory` factory in the `"elasticsearch"` module
|
* Registers an `esFactory` factory in the `"elasticsearch"` module
|
||||||
|
|||||||
@ -1,6 +1,9 @@
|
|||||||
[[changelog]]
|
[[changelog]]
|
||||||
== Changelog
|
== Changelog
|
||||||
|
|
||||||
|
=== 14.2.2 (Mar 29 2018)
|
||||||
|
* Fix handling of `clearScroll`s `scrollId` parameter in the 5.2 API https://github.com/elastic/elasticsearch-js/issues/646[#646]
|
||||||
|
|
||||||
=== 14.2.1 (Mar 16 2018)
|
=== 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]
|
* Transpile versions of the browser clients to ensure legacy browser compatibility https://github.com/elastic/elasticsearch-js/pull/645[#645]
|
||||||
|
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
"description": "The official low-level Elasticsearch client for Node.js and the browser.",
|
"description": "The official low-level Elasticsearch client for Node.js and the browser.",
|
||||||
"main": "src/elasticsearch.js",
|
"main": "src/elasticsearch.js",
|
||||||
"homepage": "http://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/index.html",
|
"homepage": "http://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/index.html",
|
||||||
"version": "14.2.1",
|
"version": "14.2.2",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"elasticsearch",
|
"elasticsearch",
|
||||||
"mapping",
|
"mapping",
|
||||||
|
|||||||
Reference in New Issue
Block a user