Releases: iMacTia/sidekiq-logstash
Releases · iMacTia/sidekiq-logstash
v1.1.0
- Hide arguments that are encrypted (#12)
v1.0.1
Fixes:
- Preserve severity for hash messages (#11)
v1.0.0
First production release!
As this gem is being used in production by many people, I think it's time for it to reach v1.0 🎉
Changes from previous version:
- Relax sidekiq version constraint to ">= 3" (#9)
- Convert 'retry' to string for ES compatibility when integer (#5)
- Fix ES compatibility for sidekiq-unique-jobs (#6)
v0.3.0
- Added support for
Sidekiq 5
- Minor refactoring
v0.2.6
- Fixing an issue by requiring
logstash-event
v0.2.5
Changelog:
- Added rescue on Sidekiq::Middleware::Server::LogstashLogging#parse_time
v0.2.4
Changelog:
- Fixed a compatibility issue with ElasticSearch
v0.2.3
Changelog:
- Moved custom_options call to Formatter
- Updated Readme and tests to reflect latest changes
v0.2.2
Changelog:
- Removed a useless merge! call in LogstashLogging