From c3d9dcdff844e2208677a1777200a330675ad9bb Mon Sep 17 00:00:00 2001 From: Spencer Alger Date: Thu, 26 Mar 2015 12:43:32 -0700 Subject: [PATCH] updated changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98bf3b078..da3f372a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # elasticsearch-js changelog +## 4.0 (Mar 26 2015) + - Added apiVersion `"1.5"`, which is now the default + - Changed the default pingTimeout to 3 seconds, and made it configurable + - Improved compatibility with node 0.12 + - Updated dependencies + ## 3.1 (Jan 6 2015) - Added HTTPS/SSL configuration options and related errors - `client.scroll()` requests made without a body will use the `scrollId` param as the body to prevent #113 & #174