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 a80cf01 commit 6c7ea58Copy full SHA for 6c7ea58
changelog.md
@@ -1,3 +1,12 @@
1
+2.5.0
2
+-----
3
+
4
+* FEATURE: Greatly improved performance (2-3x faster capture) [@nateberkopec]
5
+* FEATURE: Frozen objects are now sanitized [@nateberkopec]
6
7
+* BUGFIX: Grabbing Sidekiq context from "wrapped" classes works [@nateberkopec]
8
+* BUGFIX: Relaxed Faraday dependency [@nateberkopec]
9
10
2.4.0
11
-----
12
lib/raven/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Raven
# Freezing this constant breaks in 1.9.x
- VERSION = "2.4.0" # rubocop:disable Style/MutableConstant
+ VERSION = "2.5.0" # rubocop:disable Style/MutableConstant
end
0 commit comments