version 15.2.0

(cherry picked from commit 29c338193a)
This commit is contained in:
spalger
2018-10-29 12:26:17 -07:00
parent ec0514cf59
commit 915e4ca432
4 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# elasticsearch.js 15.1.1 # elasticsearch.js 15.2.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.

View File

@ -22,7 +22,7 @@ npm install elasticsearch-browser
--------- ---------
=== Download === Download
* v15.1.1: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-15.1.1.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-15.1.1.tar.gz[tar.gz] * v15.2.0: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-15.2.0.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-15.2.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

View File

@ -1,6 +1,9 @@
[[changelog]] [[changelog]]
== Changelog == Changelog
=== 15.2.0 (Oct 29 2018)
* apiVersion `"6.4"` is now the default
=== 15.1.1 (July 3 2018) === 15.1.1 (July 3 2018)
* Fix JSON serialization bug affecting some objects with non-enumerable properties https://github.com/elastic/elasticsearch-js/issues/504[#504] * Fix JSON serialization bug affecting some objects with non-enumerable properties https://github.com/elastic/elasticsearch-js/issues/504[#504]

View File

@ -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": "15.1.1", "version": "15.2.0",
"keywords": [ "keywords": [
"elasticsearch", "elasticsearch",
"mapping", "mapping",