All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add support for events for Insights (#37)
- Correctly call the new Dispatch#send in Honeybadger::Handler. (#31)
- Implements the filter_keys feature. (#27)
- Implements several additional overloads to Honeybadger.notify. (#29)
- Adds the
synchronous
named parameter toHoneybadger.notify
, default is false. (#29)
- AuthenticHandler is no longer required by default. See #28 for details on updating the honeybadger+lucky integration.
- AuthenticHandler for easy configuration with Lucky Framework and Authentic. (#21, #23)
- Allow implicit context variable declaration; scavenge data from crystal Log Context (#19)
- Refactor to open up context API typing to ease implementation (#18)
- Allows Honeybadger configuration for development environments to be specified (#13)
- Updated crystal version specifier to allow Honeybadger to be used with Crystal 1.0. (#15)
- Allows Honeybadger config to be specified with environment variables (#16)
- Honeybadger.notify now accepts an optional second argument to specify the error context. (#17)
- Initial crystal shard release