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 a49f486 commit 782a51eCopy full SHA for 782a51e
changelog.md
@@ -1,3 +1,10 @@
1
+1.1.0
2
+-----
3
+
4
+* The client exposes a ``last_event_id`` accessor at `Raven.last_event_id`. [dcramer, #493]
5
+* PERFORMANCE: Skip identical backtraces from "re-raised" exceptions [databus23, #499]
6
+* Support for ActionController::Live and Rails template streaming [nateberkopec, #486]
7
8
1.0.0
9
-----
10
lib/raven/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Raven
- VERSION = "1.0.0".freeze
+ VERSION = "1.1.0".freeze
end
0 commit comments