File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
1
+ 2.1.0
2
+ -----
3
+
4
+ ENHANCEMENTS:
5
+
6
+ * Your client version is now included in all Events. [ @nateberkopec , #559 ]
7
+ * OS and Ruby runtime information now included in all Events. [ @nateberkopec , #560 ]
8
+ * Transport errors (like Sentry 4XX errors) now raise Sentry::Error, not Faraday errors. [ @nateberkopec , #565 ]
9
+ * Sidekiq integration is streamlined and improved. Supports Sidekiq 3.x and up. [ @nateberkopec , #555 ]
10
+
11
+ FIXES:
12
+
13
+ * Heroku release detection is improved and more accurate. You must ` heroku labs:enable runtime-dyno-metadata ` for it to work. [ @nateberkopec , #566 ]
14
+
1
15
2.0.2
2
16
-----
3
17
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.0.2 " # rubocop:disable Style/MutableConstant
4
+ VERSION = "2.1.0 " # rubocop:disable Style/MutableConstant
5
5
end
You can’t perform that action at this time.
0 commit comments