diff --git a/docs/changelog.asciidoc b/docs/changelog.asciidoc index 4c5351144..602a05eca 100644 --- a/docs/changelog.asciidoc +++ b/docs/changelog.asciidoc @@ -212,7 +212,7 @@ const client = new elasticsearch.Client({ === 1.5 (Feb 6 2014) * Switched out `keepaliveagent` dependency with `forever-agent`, which is used in the ever popular `request` module, and is much simpler - * 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.elastic.co/guide/en/elasticsearch/client/javascript-api/current/configuration.html + * 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: <> * Closing the client with `keepAlive` turned on will allow the process to exit. https://github.com/elastic/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