Skip to content

Commit

Permalink
Add note about arg checking
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Dec 7, 2021
1 parent 41493f2 commit bd4493f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
HEAD
---------

- Add **strict argument checking** [#5071]
Sidekiq will now log a warning if JSON-unsafe arguments are passed to `perform_async`.
Add `Sidekiq.strict_mode!(false)` to your initializer to disable this warning.
This warning will switch to an exception in Sidekiq 7.0.
- Note that Delayed Extensions will be removed in Sidekiq 7.0 [#5076]
- Add `perform_{inline,sync}` in Sidekiq::Job to run a job synchronously [#5061, hasan-ally]
```ruby
Expand Down

0 comments on commit bd4493f

Please sign in to comment.