We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 170a1a2 commit 585b592Copy full SHA for 585b592
History.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 2.6.0 - 2018-04-24
4
+
5
+- fix: Use shallow-copy instead of deep-copy when working with context to prevent too large memory usage and slowing down request resonses [See #452]
6
7
## 2.5.0 - 2018-04-09
8
9
- feat: log non-standard ports in breadcrumbs (#440)
package.json
@@ -9,7 +9,7 @@
"raven",
10
"sentry"
11
],
12
- "version": "2.5.0",
+ "version": "2.6.0",
13
"repository": "git://github.com/getsentry/raven-node.git",
14
"license": "BSD-2-Clause",
15
"homepage": "https://github.com/getsentry/raven-node",
0 commit comments