Skip to content

Latest commit

 

History

History
100 lines (65 loc) · 5.28 KB

CHANGELOG.md

File metadata and controls

100 lines (65 loc) · 5.28 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

0.3.1 - 2023-10-30

Fixed

0.3.0 - 2023-10-20

Added

Changed

Removed

0.2.5 - 2023-02-01

Added

Changed

  • #46 Fix a method name typo in CHANGELOG by @y-yagi

0.2.4 - 2022-06-22

Added

  • #43 Run rubocop on Github Actions
  • #44 Add ActiveJob::Uniqueness.reset_manager! method to reset lock manager by @akostadinov

Changed

  • #42 Actualize rubies and gems for tests

0.2.3 - 2022-02-28

Added

0.2.2 - 2021-10-22

Added

  • #32 Add ability to set a custom runtime lock key for :until_and_while_executing strategy

0.2.1 - 2021-08-24

Added

0.2.0 - 2021-05-09

Added

  • #22 Test with ruby 3.0.1

Changed

  • #20 Breaking Sidekiq patch is not applied automatically anymore
  • #21 Migrate from Travis to Github Actions
  • #24 The default value for retry_count of redlock is now 0
  • Require ruby 2.5+

0.1.4 - 2020-09-22

Fixed

  • #11 Fix deprecation warnings for ruby 2.7 by @DanAndreasson
  • #13 Fix deprecation warnings for ruby 2.7

0.1.3 - 2020-08-17

Fixed

  • #7 Fix deprecation warnings for ruby 2.7 by @tonobo

Changed

  • #8 Use appraisal gem to control gem versions of tests matrix
  • #9 Refactor of Sidekiq API patch. Fixes #6 Rails boot error for version 0.1.2
  • #10 Refactor changelog to comply with Keep a Changelog

0.1.2 - 2020-07-30

Added

  • #5 Release lock for Sidekiq adapter by @vbyno

0.1.1 - 2020-07-23

Fixed

  • #4 Fix NoMethodError on Rails.application.eager_load! in Rails initializer

0.1.0 - 2020-07-05

Added

  • Job uniqueness for ActiveJob