version 1.5.3

This commit is contained in:
Spencer Alger
2014-02-10 14:06:39 -07:00
parent fc7739ff84
commit fe4dcd9a79
4 changed files with 4 additions and 6 deletions

View File

@ -5,6 +5,7 @@
- The option to use keep-alive is now all or nothing. `maxKeepAliveTime` and `maxKeepAliveRequests` config parameters have been replaced by `keepAlive`, which will keeps at least `minSockets` connections open forever. See: http://www.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/configuration.html#configuration
- Closing the client with `keepAlive` turned on will allow the process to exit. https://github.com/elasticsearch/elasticsearch-js/issues/40
- Fixed a bug that caused invalid param/type errors to not be reported properly, in the browser builds that use promises.
- added the cat.threadPool to the master/1.0/1.x apis
## 1.4 (Jan 30 2014)
- The trace log messages will now diaplay the actual host connected to (without auth info) unless they are being written to a bash script

View File

@ -36,9 +36,7 @@ bower install elasticsearch
```
### Download
- v1.5.2: [zip](https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-1.5.2.zip), [tar.gz](https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-1.5.2.tar.gz)
- v1.5.3: [zip](https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-1.5.3.zip), [tar.gz](https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-1.5.3.tar.gz)
## Docs
- [Quick Start](http://www.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/quick-start.html)

View File

@ -29,8 +29,7 @@ bower install elasticsearch
---------
==== Download
* v1.5.2: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-1.5.2.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-1.5.2.tar.gz[tar.gz]
* v1.5.3: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-1.5.3.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-1.5.3.tar.gz[tar.gz]
==== Angular Build (elasticsearch.angular.js)

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.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/index.html",
"version": "1.5.2",
"version": "1.5.3",
"browser": {
"./src/lib/connectors/index.js": "./src/lib/connectors/browser_index.js",
"./src/lib/loggers/index.js": "./src/lib/loggers/browser_index.js",