From df83f6fb56d2f03ef97c41c2e2cb5bdc8a7310a5 Mon Sep 17 00:00:00 2001 From: Nate Berkopec Date: Wed, 6 Jan 2016 12:56:54 -0500 Subject: [PATCH] 0.15.3 --- changelog.md | 14 ++++++++++++++ lib/raven/version.rb | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 44dcda8b8..227f22d4c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,17 @@ +0.15.3 +------ + +- Double exception reporting in Rails FIXED! [nateberkopec, #422] +- Rails 3 users having issues with undefined runner fixed [nateberkopec, #428] +- Sidekiq integration works properly when ActiveJob enabled [mattrobenolt] +- Fix problems with invalid UTF-8 in exception messages [nateberkopec, #426] +- Backtraces now consider "exe" directories part of the app [nateberkopec, #420] +- Sinatra::NotFound now ignored by default [drcapulet, #383] +- Release versions now properly set. Support for Heroku, Capistrano, and Git. [iloveitaly #377, Sija #380] +- DelayedJob integration plays well with ActiveJob [kkumler, #378] +- DelayedJob handlers now truncated [nateberkopec, #431] +- Tons of code quality improvements [amatsuda, ddrmanxbxfr, pmbrent, cpizzaia, wdhorton, PepperTeasdale] + 0.15.2 ------ diff --git a/lib/raven/version.rb b/lib/raven/version.rb index 291a309f8..00b1d63bc 100644 --- a/lib/raven/version.rb +++ b/lib/raven/version.rb @@ -1,3 +1,3 @@ module Raven - VERSION = "0.16.0.dev0" + VERSION = "0.15.3" end