File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+ 2.3.1
2
+ -----
3
+
4
+ * BUGFIX: Backtrace parser fixed for JRuby 9k [ #619 , @the-michael-toy ]
5
+ * BUGFIX: Rake tasks should show the correct task name [ #621 , @Bugagazavr ]
6
+ * BUGFIX: Formatted messages work if params are ` nil ` [ #625 , @miyachik ]
7
+ * BUGFIX: Backtrace logger on failed event send works with custom formatters [ #627 , @chulkilee ]
8
+ * BUGFIX: Fix typo that caused Version headers to not be corrected [ #628 , @nateberkopec ]
9
+ * BUGFIX: Faraday errors are more descriptive when no server response [ #629 , @drewish ]
10
+ * BUGFIX: DelayedJob handler no longer truncates unneccessarily short [ #633 , @darrennix ]
11
+ * BUGFIX: Fix several processors not working correctly w/async jobs stored in backends like Redis [ #634 , @nateberkopec ]
12
+
1
13
2.3.0
2
14
-----
3
15
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
module Raven
3
3
# Freezing this constant breaks in 1.9.x
4
- VERSION = "2.3.0 " # rubocop:disable Style/MutableConstant
4
+ VERSION = "2.3.1 " # rubocop:disable Style/MutableConstant
5
5
end
You can’t perform that action at this time.
0 commit comments