version 16.0.0

This commit is contained in:
spalger
2019-05-02 06:31:13 -07:00
parent ecf61ecdef
commit 110d5f42e5
4 changed files with 8 additions and 4 deletions

View File

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

View File

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

View File

@ -1,6 +1,10 @@
[[changelog]]
== Changelog
=== 16.0.0 (May 2 2019)
* apiVersion `"7.0"` is now the default
* Dropped support for old 6.x versions, and all versions before 5.6
=== 15.5.0 (May 1 2019)
* apiVersion `"6.7"` is now the default

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": "15.5.0",
"version": "16.0.0",
"keywords": [
"elasticsearch",
"mapping",
@ -116,4 +116,4 @@
"engines": {
"node": ">=0.8"
}
}
}