CHANGELOG.md

April 2, 2026 ยท View on GitHub

0.6.0 (2026-04-01)

  • Added support for Dalli 5
  • Fixed silence_sidekiq! method for Sidekiq 7+
  • Dropped support for redis < 5
  • Dropped support for Ruby < 3.3 and Active Support < 7.2

0.5.0 (2025-05-05)

  • Dropped support for Ruby < 3.2 and Active Support < 7.1

0.4.0 (2024-10-22)

  • Improved binary data detection
  • Dropped support for Ruby < 3.1 and Active Support < 7

0.3.3 (2024-02-27)

  • Fixed error with binary data

0.3.2 (2023-12-07)

  • Fixed deprecation warning with Active Support 7.1

0.3.1 (2023-02-15)

  • Fixed error with redis-client

0.3.0 (2022-09-05)

  • Added support for redis 5 and redis-client gems
  • Dropped support for Ruby < 2.7 and Active Support < 6

0.2.1 (2022-01-12)

  • Fixed deprecation warning with Dalli 3

0.2.0 (2022-01-10)

  • Dropped support for Ruby < 2.6 and Active Support < 5.2

0.1.1 (2017-11-13)

  • Added silence method
  • Added silence_sidekiq! method

0.1.0 (2017-09-30)

  • First release