Skip to content

Commit b1f37bc

Browse files
committed
2.5.0
1 parent b5e306c commit b1f37bc

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

History.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
11
# Changelog
22

3+
## 2.5.0 - 2018-04-09
4+
5+
- feat: log non-standard ports in breadcrumbs (#440)
6+
- feat: add flag for unhandled promise rejections (#446)
7+
- fix: Remove a redundant try-catch block (#445)
8+
- fix: Do not override context when capturing non-error exceptions (#444)
9+
- fix: Update stack-trace to handle spaces in paths (#437)
10+
- docs: Remove private DSNs from the docs (#447)
11+
- docs: Update Usage docs to include Domains in Promise support (#438)
12+
313
## 2.4.2 - 2018-02-27
414

5-
fix: Dont throw exception when called captureException without config (#431)
6-
fix: Preserve context in for rejected promises (#428)
7-
ref: Log promise rejection reason alongside eventid (#434)
8-
ref: Use named function for middlewares (#429)
15+
- fix: Dont throw exception when called captureException without config (#431)
16+
- fix: Preserve context in for rejected promises (#428)
17+
- ref: Log promise rejection reason alongside eventid (#434)
18+
- ref: Use named function for middlewares (#429)
919

1020
## 2.4.1 - 2018-02-09
1121

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"raven",
1010
"sentry"
1111
],
12-
"version": "2.4.2",
12+
"version": "2.5.0",
1313
"repository": "git://github.com/getsentry/raven-node.git",
1414
"license": "BSD-2-Clause",
1515
"homepage": "https://github.com/getsentry/raven-node",

0 commit comments

Comments
 (0)