Skip to content

Commit 8ddc507

Browse files
committed
2.2.0
1 parent 540b5f0 commit 8ddc507

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

History.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 2.2.0 - 10/02/2017
2+
- Fixed all Node v8 tests to ensure everything is working correctly [See #366]
3+
- Raven now uses Prettier to format it's code [See #364]
4+
- Prevent Raven from queueing too many requests in case server is down [See #132]
5+
- Enable keep-alive on socket connection and limit number of sockets [See #284]
6+
- Pull Error's name from constructor, not Error itself to always get correct error type [See #372]
7+
- Updated Errors serialization to store all additional properties and allow for attaching other object instances directly to it [See #376]
8+
- Preserve some non-enumerable properties from request [See #379]
9+
- Fall back to NODE_ENV for Sentry Environment [See #384]
10+
111
# 2.1.2 - 8/16/2017
212
- Remove errant large file that accidentally got published in 2.1.1. [See #361]
313

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"raven",
1010
"sentry"
1111
],
12-
"version": "2.1.2",
12+
"version": "2.2.0",
1313
"repository": "git://github.com/getsentry/raven-node.git",
1414
"license": "BSD-2-Clause",
1515
"homepage": "https://github.com/getsentry/raven-node",
@@ -32,6 +32,7 @@
3232
"dependencies": {
3333
"cookie": "0.3.1",
3434
"lsmod": "1.0.0",
35+
"memwatch-next": "^0.3.0",
3536
"stack-trace": "0.0.9",
3637
"timed-out": "4.0.1",
3738
"uuid": "3.0.0"

0 commit comments

Comments
 (0)