8000 Releases · smartinez87/exception_notification · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: smartinez87/exception_notification

v4.6.0

21 Mar 00:47
Compare
Choose a tag to compare

This is the first release since 2022. And first be me (@kmcphillips) as a new maintainer of this gem.

Most important change is Rails 8 is supported. There's a number of small clean ups and fixes in #551 but this also includes some notable fixes:

Changes

  • Exception data for teams channel notification by @rachitpant in #516
  • Report exceptions occurring in Rake tasks and runner commands by @TylerRick in #536
  • suggest Rails.env.local? in ignore_if block by @glaszig in #538
  • Improve compatibility with frozen string literal by @Throne3d in #549
  • Remove unnecessary :channel option from Slack guide doc by @westonganger in #517
  • Add Content-Type header to Slack notifier - req. for discord by @cdadityang in #494

Full Changelog: v4.5.0...v4.6.0

0