This repository was archived by the owner on Oct 23, 2023. It is now read-only.
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+
111# 2.1.2 - 8/16/2017
212- Remove errant large file that accidentally got published in 2.1.1. [ See #361 ]
313
Original file line number Diff line number Diff line change 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" ,
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"
You can’t perform that action at this time.
0 commit comments