Skip to content

Releases: iMacTia/sidekiq-logstash

v3.1.0

03 Sep 15:32
dc25a12
Compare
Choose a tag to compare

What's Changed

  • Make Ruby 3.0 minimim required version by @iMacTia in 43e9bb8
  • Fix support for Sidekiq 7.3

Full Changelog: v3.0.0...v3.1.0

v3.0.0

04 Nov 16:25
Compare
Choose a tag to compare

v3.0 with Sidekiq 7 support 🎉

What's Changed

Full Changelog: v2.0.3...v3.0.0

v2.0.3

12 Aug 07:42
59f46c1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.2...v2.0.3

v2.0.2

09 Jun 14:43
b62b700
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1

06 May 14:58
6b1523d
Compare
Choose a tag to compare

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

21 Jun 16:32
c52cb3c
Compare
Choose a tag to compare

This is back-port release of the 1.x branch to fix a compatibility issue with sidekiq-unique-jobs.

v2.0.0

25 Aug 09:32
Compare
Choose a tag to compare

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

24 Apr 08:17
25e3c06
Compare
Choose a tag to compare
  • 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

v1.1.0

04 Feb 11:56
f3db31d
Compare
Choose a tag to compare
  • Hide arguments that are encrypted (#12)

v1.0.1

04 Jan 17:23
0fce866
Compare
Choose a tag to compare

Fixes:

  • Preserve severity for hash messages (#11)