version 11.0.1
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
- apiVersion `"2.3"` is now the default
|
||||
- updated APIs, to use the new API's exposed by the `v5.0.0-alpha1` of elasticsearch use the `"master"` api version.
|
||||
- Switch to [promise](https://www.npmjs.com/package/promise) from [promise-js](https://www.npmjs.com/package/promise-js) to prevent polluting global environment
|
||||
- Pass the keepAlive configuration all the way to the Agent [#371](https://github.com/elastic/elasticsearch-js/pull/371)
|
||||
|
||||
## 10.1 (Jan 8 2016)
|
||||
- browser builds now include the "unstable" api's from elasticsearch
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# elasticsearch.js 11.0.0
|
||||
# elasticsearch.js 11.0.1
|
||||
|
||||
The official low-level Elasticsearch client for Node.js and the browser.
|
||||
|
||||
|
||||
@ -14,7 +14,7 @@ bower install elasticsearch
|
||||
---------
|
||||
|
||||
=== Download
|
||||
* v11.0.0: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-11.0.0.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-11.0.0.tar.gz[tar.gz]
|
||||
* v11.0.1: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-11.0.1.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-11.0.1.tar.gz[tar.gz]
|
||||
|
||||
NOTE: Here's an example that integrates elasticsearch.js with React https://github.com/scotchfield/elasticsearch-react-example/[on GitHub]
|
||||
|
||||
|
||||
@ -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": "11.0.0",
|
||||
"version": "11.0.1",
|
||||
"browser": {
|
||||
"./src/lib/connectors/index.js": "./src/lib/connectors/browser_index.js",
|
||||
"./src/lib/loggers/index.js": "./src/lib/loggers/browser_index.js",
|
||||
|
||||
Reference in New Issue
Block a user