Releases: iMacTia/sidekiq-logstash
Releases · iMacTia/sidekiq-logstash
v3.2.0
What's Changed
- Change exceptions logging: Add logging of exceptions' causes by @dominh in #38
- Add
error_cause
property to log message. by @iMacTia in #39
New Contributors
Full Changelog: v3.1.0...v3.2.0
v3.0.0
v3.0 with Sidekiq 7 support 🎉
What's Changed
Full Changelog: v2.0.3...v3.0.0
v2.0.1
What's Changed
Fixes
- Record the original exception info when job can be retried by @yiichou in #29
Misc
New Contributors
Full Changelog: v2.0.0...v2.0.1
v1.2.1
This is back-port release of the 1.x branch to fix a compatibility issue with sidekiq-unique-jobs
.
v2.0.0
Major version release!
- Adds support for Sidekiq 6
- Removes support for Sidekiq 5 and older
- Arguments are now deep_stringified so Ruby hashes won't appear in logs anymore
v1.2.0
- Introduces flag to enable logging of job start (#13)
- General refactoring (#15), including:
- Removal of code duplication
- Introduction of Rubocop
- Documentation of important methods/classes/modules