1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
This commit is contained in:
Mike Perham 2017-03-16 14:12:27 -07:00
parent ed485e47e4
commit 49a607791f

View file

@ -14,7 +14,7 @@ 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.
- The Web UI is now BiDi and can render in Arabic, Farsi and Hebrew.
- The Web UI is now BiDi and can render RTL languages like Arabic, Farsi and Hebrew.
- 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.