All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Update dependencies.
- Report exception cause chain.
- Continuous integration with Circle CI.
- Invoke
str
onThrowable
instead of.getMessage
-- most importantly this means that data onExceptionInfo
instances will be reported as part of the Honeybadger "message".
- Fixed: errors compiling on Clojure 1.8 (due to Aleph version).
- Fixed: non-string / keyword keys in metadata can cause exceptions.
- Use protocol to define what
notify
can handle. - Add filters for managing which exceptions are reported.
- Initial public release.