File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
11
# 2.1.2 - 8/16/2017
2
12
- Remove errant large file that accidentally got published in 2.1.1. [ See #361 ]
3
13
Original file line number Diff line number Diff line change 9
9
" raven" ,
10
10
" sentry"
11
11
],
12
- "version" : " 2.1.2 " ,
12
+ "version" : " 2.2.0 " ,
13
13
"repository" : " git://github.com/getsentry/raven-node.git" ,
14
14
"license" : " BSD-2-Clause" ,
15
15
"homepage" : " https://github.com/getsentry/raven-node" ,
32
32
"dependencies" : {
33
33
"cookie" : " 0.3.1" ,
34
34
"lsmod" : " 1.0.0" ,
35
+ "memwatch-next" : " ^0.3.0" ,
35
36
"stack-trace" : " 0.0.9" ,
36
37
"timed-out" : " 4.0.1" ,
37
38
"uuid" : " 3.0.0"
You can’t perform that action at this time.
0 commit comments