Skip to content

Commit

Permalink
Bump minor as there are significant changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Jan 20, 2022
1 parent 7785ac1 commit 7f6b2ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

[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)

HEAD
6.4.0
---------

- **SECURITY**: Validate input to avoid possible DoS in Web UI.
- Add **strict argument checking** [#5071]
Sidekiq will now log a warning if JSON-unsafe arguments are passed to `perform_async`.
Add `Sidekiq.strict_args!(false)` to your initializer to disable this warning.
Expand Down
2 changes: 1 addition & 1 deletion lib/sidekiq/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Sidekiq
VERSION = "6.3.2"
VERSION = "6.4.0"
end

0 comments on commit 7f6b2ef

Please sign in to comment.