version 15.5.0
(cherry picked from commit 9f4cf142aad61241fdf73a599c93daa9aca4a3cc)
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
# elasticsearch.js 15.4.1
|
||||
# elasticsearch.js 15.5.0
|
||||
|
||||
The official low-level Elasticsearch client for Node.js and the browser.
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@ npm install elasticsearch-browser
|
||||
---------
|
||||
|
||||
=== Download
|
||||
* v15.4.1: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-15.4.1.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-15.4.1.tar.gz[tar.gz]
|
||||
* 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]
|
||||
|
||||
=== Angular Build
|
||||
* Registers an `esFactory` factory in the `"elasticsearch"` module
|
||||
|
||||
@ -1,6 +1,9 @@
|
||||
[[changelog]]
|
||||
== Changelog
|
||||
|
||||
=== 15.5.0 (May 1 2019)
|
||||
* apiVersion `"6.7"` is now the default
|
||||
|
||||
=== 15.4.1 (Feb 6 2019)
|
||||
* Drop support for old versions in the 5.x line, only 5.6 is maintained
|
||||
|
||||
|
||||
@ -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.4.1",
|
||||
"version": "15.5.0",
|
||||
"keywords": [
|
||||
"elasticsearch",
|
||||
"mapping",
|
||||
|
||||
Reference in New Issue
Block a user