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 85ef2ea commit 7a0767dCopy full SHA for 7a0767d
changelog.md
@@ -1,3 +1,12 @@
1
+2.4.0
2
+-----
3
+
4
+* FEATURE: Allow customization of the Faraday adapter [#639, @StupidCodeFactory]
5
6
+* BUGFIX: Report the SDK name as "raven-ruby", not "sentry-raven" [#641, @bretthoerner]
7
+* BUGFIX: Sidekiq jobs now clear context/breadcrumbs properly between jobs [#637, @drewish]
8
+* BUGFIX: Overriding the logger in Rails wasn't working [#638, @eugeneius]
9
10
2.3.1
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.3.1" # rubocop:disable Style/MutableConstant
+ VERSION = "2.4.0" # rubocop:disable Style/MutableConstant
end
0 commit comments