Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit 458e329

Browse files
committed
Version 2.0.0
1 parent d69d060 commit 458e329

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

History.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# 2.0.0 - 5/10/2017
2+
- Properly surface errors to preserve process exit conditions [See #308, #257]
3+
- Node processes with raven will now exit in exactly the same situations as if raven were not present
4+
- Previously, there were failure scenarios where raven would erroneously cause the process to continue to run when it should have shut down
5+
- **Be aware when upgrading:** it is possible that with raven-node 2.0, your node process will shut down from exceptions where it previously did not
6+
- This also includes changes to more reliably finish capturing the exception that induces process shutdown
7+
- Don't include `domain` property as extra property on `Error` objects [See #309]
8+
- Parse `req` object from context or kwargs [See #310]
9+
- For Express middleware users in particular, raven will now automatically report request details and user context in situations where it previously did not
10+
- Tidied up `.npmignore` to exclude unnecessary files in npm package [See #311]
11+
- Install size reduced from 484kB to 84kB, which should save npm ~100GB/month in bandwidth
12+
- Removed various deprecated methods [See #313]
13+
- Removed postgres autoBreadcrumbs to avoid webpack dependency issue [See #315, #254]
14+
- postgres (and more) autoBreadcrumbs will return in version 2.1
15+
116
# 1.1.6, 1.2.1 - 4/7/2017
217
- Fix memory leak in `consoleAlert` (and thus, if not disabled, in `captureException`) [See #300]
318

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"debugging",
1010
"exceptions"
1111
],
12-
"version": "1.2.1",
12+
"version": "2.0.0",
1313
"repository": "git://github.com/getsentry/raven-node.git",
1414
"author": "Matt Robenolt <matt@ydekproductions.com>",
1515
"license": "BSD-2-Clause",

0 commit comments

Comments
 (0)