All Versions
25
Latest Version
Avg Release Cycle
82 days
Latest Release
1092 days ago

Changelog History
Page 1

  • v0.16.2 Changes

    April 27, 2021

    ๐Ÿ›  Fixed

    • Encode notice message iodata before json serialize (#361)
  • v0.16.1 Changes

    April 12, 2021

    ๐Ÿ›  Fixed

    • Call custom filter_cgi_data/1 in NoticeFilter (#353)
  • v0.16.0 Changes

    February 22, 2021

    ๐Ÿ”„ Changed

    • ๐Ÿ”Š Send notifications on error-level logs
    • โž• Added ignored_domain config with [:cowboy] as default
  • v0.15.0 Changes

    September 24, 2020

    โž• Added

    • ๐Ÿ†• New fingerprint option and config for Honeybadger.notify/2. Thanks @brunozrk! (#305)
  • v0.14.1 Changes

    July 06, 2020

    ๐Ÿ›  Fixed

    • Implement Jason.Encoder for RingBuffer (#294)
  • v0.14.0 Changes

    March 12, 2020

    ๐Ÿ”„ Changed

    • 0๏ธโƒฃ Breadcrumbs on by default
  • v0.13.1 Changes

    February 06, 2020

    ๐Ÿ›  Fixed

    • Safely sanitize invalid binaries when encoding JSON for notices.
    • ๐Ÿ›  Fixes for Elixir 1.10 release (#259)
  • v0.13.0 Changes

    October 02, 2019

    โž• Added

    • Introducing Breadcrumbs (#235)! After enabling in the config with breadcrumbs_enabled: true, just call Honeybadger.add_breadcrumb/2 anywhere in your code and if an error is reported in that process, the breadcrumb event will be passed along with the Notice.

    ๐Ÿ”„ Changed

    • ๐Ÿ“‡ Renamed Notifier to honeybadger-elixir and added language
  • v0.12.1 Changes

    June 12, 2019

    ๐Ÿ›  Fixed

    • ๐Ÿ‘ป Call Exception.blame/3 after normalizing string errors, which prevents reporint all string messages as Erlang errors. (#225)
  • v0.12.0 Changes

    May 30, 2019

    โž• Added

    • โž• Added :revision configuration option
    • ๐Ÿ‘ป Automatically call Exception.blame/3 to record additional information in the exception