mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
beta1
This commit is contained in:
parent
9a71a121c8
commit
0b567048ed
2 changed files with 4 additions and 1 deletions
|
@ -12,6 +12,9 @@ Sidekiq::Middleware::Server::RetryJobs -> Sidekiq::JobRetry
|
|||
Sidekiq::Middleware::Server::Logging -> Sidekiq::JobLogging
|
||||
```
|
||||
- Quieting Sidekiq is now done via the TSTP signal, the USR1 signal is deprecated.
|
||||
- The `delay` extension APIs are no longer available by default, you
|
||||
must opt into them.
|
||||
- Rails 3.2 and Ruby 2.0 and 2.1 are no longer supported.
|
||||
- Please see the [5.0 Upgrade notes](5.0-Upgrade.md) for more detail.
|
||||
|
||||
4.2.9
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# frozen_string_literal: true
|
||||
module Sidekiq
|
||||
VERSION = "5.0.0"
|
||||
VERSION = "5.0.0.beta1"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue