Skip to content

Commit e7f43d9

Browse files
committed
0.7.0
1 parent ab57b50 commit e7f43d9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

History.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.7.0 - 06/24/2014
2+
* Moved from mattrobenolt/raven-node into getsentry/raven-node
3+
* Bumped to sentry protocol version 5
4+
* Capture all properties off of an Error object and send them along as as `extra` [See #72]
5+
* Better feature detection support for capturing request parameters. Adds support for use in Koa. [See #78 #79]
6+
17
# 0.6.3 - 04/02/2014
28
* Fix another issue that was breaking when running Raven from the REPL [See #66]
39
* Add additional meta data on the error callbacks [See #67 #73]

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": "0.6.3",
12+
"version": "0.7.0",
1313
"repository": "git://github.com/getsentry/raven-node.git",
1414
"author": "Matt Robenolt <[email protected]>",
1515
"license": "BSD",

0 commit comments

Comments
 (0)