CHANGELOG.md in event_sourcery-0.21.0 vs CHANGELOG.md in event_sourcery-0.22.0
- old
+ new
@@ -3,10 +3,21 @@
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
+## [0.22.0] - 2018-10-04
+### Added
+- Log critical exceptions to the application provided block via the new
+ configuration option ([#209](https://github.com/envato/event_sourcery/pull/209)):
+
+ ```ruby
+ config.on_event_processor_critical_error = proc do |exception, processor_name|
+ # report the death of this processor to an error reporting service like Rollbar.
+ end
+ ```
+
## [0.21.0] - 2018-07-02
### Added
- Graceful shutdown interrupts poll-wait sleep for quicker quitting
([#207](https://github.com/envato/event_sourcery/pull/207)).
- Added `bug_tracker_uri`, `changelog_uri` and `source_code_uri` to project
@@ -150,10 +161,11 @@
### Removed
- EventSourcery no longer depends on Virtus.
- `Command` and `CommandHandler` have been removed.
-[Unreleased]: https://github.com/envato/event_sourcery/compare/v0.21.0...HEAD
+[Unreleased]: https://github.com/envato/event_sourcery/compare/v0.22.0...HEAD
+[0.22.0]: https://github.com/envato/event_sourcery/compare/v0.21.0...v0.22.0
[0.21.0]: https://github.com/envato/event_sourcery/compare/v0.20.0...v0.21.0
[0.20.0]: https://github.com/envato/event_sourcery/compare/v0.19.0...v0.20.0
[0.19.0]: https://github.com/envato/event_sourcery/compare/v0.18.0...v0.19.0
[0.18.0]: https://github.com/envato/event_sourcery/compare/v0.17.0...v0.18.0
[0.17.0]: https://github.com/envato/event_sourcery/compare/v0.16.0...v0.17.0