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

Commit

Permalink
Version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LewisJEllis committed May 11, 2017
1 parent 514159d commit 31c1fa3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 2.0.0 - 5/10/2017
- Properly surface errors to preserve process exit conditions [See #308, #257]
- Node processes with raven will now exit in *all* the same situations as if raven were not present
- Previously, there were failure scenarios where raven would cause the process to continue to run when it should have shut down
- It is possible that after updating to raven-node 2.0, your node process will shut down from exceptions where it previously did not
- This also includes changes to more reliably finish capturing the exception that induces process shutdown
- Don't include `domain` property as extra property on `Error` objects [See #309]
- Parse `req` object from context or kwargs [See #310]
- For Express middleware users in particular, raven will now automatically report request details and user context in situations where it previously did not
- Tidied up `.npmignore` to exclude unnecessary files in npm package [See #311]
- Install size reduced from 484kB to 84kB, which should save npm ~100GB/month in bandwidth
- Removed various deprecated methods [See #313]

# 1.1.6, 1.2.1 - 4/7/2017
- Fix memory leak in `consoleAlert` (and thus, if not disabled, in `captureException`) [See #300]

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"debugging",
"exceptions"
],
"version": "1.2.1",
"version": "2.0.0",
"repository": "git://github.com/getsentry/raven-node.git",
"author": "Matt Robenolt <matt@ydekproductions.com>",
"license": "BSD-2-Clause",
Expand Down

0 comments on commit 31c1fa3

Please sign in to comment.