version 16.1.0
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
# elasticsearch.js 16.0.0
|
# elasticsearch.js 16.1.0
|
||||||
|
|
||||||
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
|
||||||
* v16.0.0: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-16.0.0.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-16.0.0.tar.gz[tar.gz]
|
* v16.1.0: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-16.1.0.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-16.1.0.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
|
||||||
|
|
||||||
|
=== 16.1.0 (May 29 2019)
|
||||||
|
* apiVersion `"7.1"` is now the default
|
||||||
|
|
||||||
=== 16.0.0 (May 2 2019)
|
=== 16.0.0 (May 2 2019)
|
||||||
* apiVersion `"7.0"` is now the default
|
* apiVersion `"7.0"` is now the default
|
||||||
* Dropped support for old 6.x versions, and all versions before 5.6
|
* Dropped support for old 6.x versions, and all versions before 5.6
|
||||||
|
|||||||
@ -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": "16.0.0",
|
"version": "16.1.0",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"elasticsearch",
|
"elasticsearch",
|
||||||
"mapping",
|
"mapping",
|
||||||
|
|||||||
Reference in New Issue
Block a user