Skip to content

Commit 7f6b2ef

Browse files
committed
Bump minor as there are significant changes
1 parent 7785ac1 commit 7f6b2ef

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Changes.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
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.

lib/sidekiq/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Sidekiq
4-
VERSION = "6.3.2"
4+
VERSION = "6.4.0"
55
end

0 commit comments

Comments
 (0)