Skip to content

Commit

Permalink
release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moofkit committed Jun 3, 2024
1 parent b91a63b commit cf654b5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
## [Unreleased]

## [0.4.0] - 2024-06-03
- Add support for jitter configuration [#4](https://github.com/moofkit/sidekiq-rescue/pull/4)
- Changes the strategy for retry delay. Now it's calculated using the formula `delay + delay * jitter * rand`

## [0.3.1] - 2024-05-30

- Fix bug with inheritance of DSL options

## [0.3.0] - 2024-05-30

- Fix issue with RSpec matcher when job is not rescueable
- Add support for multiple invocations of the DSL #3
- Add support for multiple invocations of the DSL
- Update documentation with new features

## [0.2.1] - 2024-02-27
Expand All @@ -30,7 +34,8 @@
- Add documentation
- Add CI

[Unreleased]: https://github.com/moofkit/sidekiq-rescue/compare/v0.3.1...HEAD
[Unreleased]: https://github.com/moofkit/sidekiq-rescue/compare/v0.4.0...HEAD
[0.4.0]: https://github.com/moofkit/sidekiq-rescue/releases/tag/v0.4.0
[0.3.1]: https://github.com/moofkit/sidekiq-rescue/releases/tag/v0.3.1
[0.3.0]: https://github.com/moofkit/sidekiq-rescue/releases/tag/v0.3.0
[0.2.1]: https://github.com/moofkit/sidekiq-rescue/releases/tag/v0.2.1
Expand Down
2 changes: 1 addition & 1 deletion lib/sidekiq/rescue/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Sidekiq
module Rescue
VERSION = "0.3.1"
VERSION = "0.4.0"
end
end

0 comments on commit cf654b5

Please sign in to comment.