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 22
33[ 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 )
44
5- HEAD
5+ 6.4.0
66---------
77
8+ - ** SECURITY** : Validate input to avoid possible DoS in Web UI.
89- Add ** strict argument checking** [ #5071 ]
910 Sidekiq will now log a warning if JSON-unsafe arguments are passed to ` perform_async ` .
1011 Add ` Sidekiq.strict_args!(false) ` to your initializer to disable this warning.
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Sidekiq
4- VERSION = "6.3.2 "
4+ VERSION = "6.4.0 "
55end
You can’t perform that action at this time.
0 commit comments