From 8ddc507236e04dae71165f28bdaddc849fe8dc4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Og=C3=B3rek?= Date: Mon, 2 Oct 2017 13:24:10 +0200 Subject: [PATCH] 2.2.0 --- History.md | 10 ++++++++++ package.json | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 8b4a323..e9cd051 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,13 @@ +# 2.2.0 - 10/02/2017 +- Fixed all Node v8 tests to ensure everything is working correctly [See #366] +- Raven now uses Prettier to format it's code [See #364] +- Prevent Raven from queueing too many requests in case server is down [See #132] +- Enable keep-alive on socket connection and limit number of sockets [See #284] +- Pull Error's name from constructor, not Error itself to always get correct error type [See #372] +- Updated Errors serialization to store all additional properties and allow for attaching other object instances directly to it [See #376] +- Preserve some non-enumerable properties from request [See #379] +- Fall back to NODE_ENV for Sentry Environment [See #384] + # 2.1.2 - 8/16/2017 - Remove errant large file that accidentally got published in 2.1.1. [See #361] diff --git a/package.json b/package.json index 98b37d2..53f5e5d 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "raven", "sentry" ], - "version": "2.1.2", + "version": "2.2.0", "repository": "git://github.com/getsentry/raven-node.git", "license": "BSD-2-Clause", "homepage": "https://github.com/getsentry/raven-node", @@ -32,6 +32,7 @@ "dependencies": { "cookie": "0.3.1", "lsmod": "1.0.0", + "memwatch-next": "^0.3.0", "stack-trace": "0.0.9", "timed-out": "4.0.1", "uuid": "3.0.0"