File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ Sidekiq Changes] ( https://github.com/mperham/sidekiq/blob/main/Changes.md ) | [ Sidekiq Pro Changes] ( https://github.com/mperham/sidekiq/blob/main/Pro-Changes.md ) | [ Sidekiq Enterprise Changes] ( https://github.com/mperham/sidekiq/blob/main/Ent-Changes.md )
4
4
5
- HEAD
5
+ 6.4.0
6
6
---------
7
7
8
+ - ** SECURITY** : Validate input to avoid possible DoS in Web UI.
8
9
- Add ** strict argument checking** [ #5071 ]
9
10
Sidekiq will now log a warning if JSON-unsafe arguments are passed to ` perform_async ` .
10
11
Add ` Sidekiq.strict_args!(false) ` to your initializer to disable this warning.
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module Sidekiq
4
- VERSION = "6.3.2 "
4
+ VERSION = "6.4.0 "
5
5
end
You can’t perform that action at this time.
0 commit comments