All Versions
24
Latest Version
Avg Release Cycle
159 days
Latest Release
-

Changelog History
Page 2

  • v4.1.4 Changes

    January 07, 2016
    • ๐Ÿ› bug fixes
      • HTML-escape exception messages sent to hipchat (by @gburt)
      • Send the correct options in send_notice (by @pcboy)
  • v4.1.3 Changes

    December 22, 2015
    • โœจ enhancements

      • Add a way to have a backtrace callback on notifiers (by @pcboy)
    • ๐Ÿ› bug fixes

      • Fix incompatible character encodings error (by @san650)
  • v4.1.2 Changes

    December 04, 2015
    • โœจ enhancements
      • Change format of Slack notifications (by @eldano)
  • v4.1.1 Changes

    June 09, 2015
    • ๐Ÿ› bug fixes
      • Alternate way to monkeypatch (by @joshco)
      • Fix BacktraceCleaner namespacing (by @esdlocomb)
  • v4.1.0 Changes

    April 05, 2015
    • โœจ enhancements

      • Add support for Sidekiq 3.0 (by @mbrictson)
      • Add IRC notifier (by @nathanjsharpe)
      • Add ActionController::UnknownFormat to default ignored exceptions (by @rezwyi)
      • Add message_template option to HipChat notifier (by @makimoto)
      • Add support for HipChat APIv2 (by @michaelherold)
      • Add Slack notifier (by @martin1keogh)
      • Add option for notifying on X-Cascade header (by @etipton)
      • Improve backtrace data (by @munkius)
    • ๐Ÿ› bug fixes

      • Fix Rails.root exception (by @hovatterz)
      • Fix email notifier in Sinatra (by @betesh)
  • v4.0.1 Changes

    • โœจ enhancements
      • Add HipChat notifier (by @j15e)
      • Log backtrace when notification fails
      • Send more info in Webhook notifier
      • Add HTTP method to request section
  • v4.0.0 Changes

    • โœจ enhancements

      • Be able to override delivery_method (by @jweslley)
      • Add logger to log when notifications cannot be shiped (by @jweslley)
      • Add Rails generator to create an initializer file (by @jweslley)
      • Add rails engine (by @jweslley)
      • Add sidekiq support (by @jweslley)
      • Add resque support (by @jweslley)
      • Better style for html views (by @jweslley)
      • Support customizable Mailer class (by @Bishop)
      • Turn ExceptionNotification Rails agnostic (by @jweslley)
      • Support custom ignore exceptions for background notifications (by @jweslley)
      • Be able to implement custom notifiers (by @jweslley)
      • Add Webhook notifier (by @jweslley)
      • Rails 4 compatible
    • ๐Ÿ› bug fixes

      • Don't error if Rails isn't defined. (by @dpogue)
      • Fix call to #normalize_digits (by @ghiculescu)
  • v3.0.1 Changes

    • โœจ enhancements

      • Custom Headers (by @DouweM)
      • Make Tinder a soft-dependency (by @fgrehm)
    • ๐Ÿ› bug fixes

      • Fix code converter not found (by @alanjds)
  • v3.0.0 Changes

    • โœจ enhancements

      • Campfire integration
      • Support for HTML notifications (by @Xenofex)
      • Be able to override SMTP settings (by @piglop and @Macint)
    • ๐Ÿ› bug fixes

      • Fix encoding issues
      • Allow default sections to be overridden (by @jfarmer)
      • Don't automatically deliver background notifications
  • v2.6.1 Changes

    • ๐Ÿ› bug fixes
      • Fix finding custom sections on Background notifications. Fixes [#68]