From a7f64c66f968749adba22045dd02793b5e4dee3f Mon Sep 17 00:00:00 2001 From: spalger Date: Tue, 24 Nov 2015 15:14:22 -0600 Subject: [PATCH] update changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a2c0d26b..896699c55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # elasticsearch-js changelog +## 10.0 (Nov 24 2015) + - apiVersion `"2.1"` is now the default + - Remove `bluebird` dependency, use an ES6 Promise shim instead + +## 9.0 (Oct 30 2015) + - apiVersion `"2.0"` is now the default + - Fix a memory leak caused by sniffing + - Use the `application/x-ldjson` content-type for bulk formatted bodies + - Added `wwwAuthenticateDirective` property to `401` errors + ## 8.2 (Sep 17 2015) - Added [`sniffedNodesProtocol`](https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/configuration.html#config-sniffed-nodes-protocol) configuration option - Fixed an issue which prevented promised from getting rejected if the `GET` verb was used with a request body ([#263](https://github.com/elastic/elasticsearch-js/issues/263))