Skip to content

Commit 9d8b371

Browse files
committed
0.8.0
1 parent 41e5625 commit 9d8b371

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

History.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 0.8.0 - 06/15/2015
2+
* Drop support for node 0.6
3+
* Remove `SENTRY_SITE` environment variable usage
4+
* Fixed `express deprecated req.host: Use req.hostname instead` warning [See #101]
5+
* Allow passing custom `ca` options for an https request [See #110 #108]
6+
* Use newer API endpoint [See #105]
7+
* Added support for Sentry's new Releases feature
8+
* Update Express/Connect middleware to support domains [See #116]
9+
110
# 0.7.3 - 03/05/2015
211
* When calling `captureError` without an Error, generate a fake `Error` object to pull stacktrace from. [See #87]
312
* Prevent `patchGlobal` from causing recursion [See #84]

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

0 commit comments

Comments
 (0)