mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
update notes, release 4.2.3
This commit is contained in:
parent
b63a857152
commit
5ebd857e30
1 changed files with 5 additions and 2 deletions
|
@ -1,14 +1,17 @@
|
||||||
# Sidekiq Changes
|
# Sidekiq Changes
|
||||||
|
|
||||||
HEAD
|
4.2.3
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
- Disable use of Rails 5's Reloader API in non-development modes, it has proven
|
||||||
|
to be unstable under load [#3154]
|
||||||
- Allow disabling of Sidekiq::Web's cookie session to handle the
|
- Allow disabling of Sidekiq::Web's cookie session to handle the
|
||||||
case where the app provides a session already [#3180]
|
case where the app provides a session already [#3180, inkstak]
|
||||||
```ruby
|
```ruby
|
||||||
Sidekiq::Web.set :sessions, false
|
Sidekiq::Web.set :sessions, false
|
||||||
```
|
```
|
||||||
- Fix Web UI sharding support broken in 4.2.2. [#3169]
|
- Fix Web UI sharding support broken in 4.2.2. [#3169]
|
||||||
|
- Fix timestamps not updating during UI polling [#3193, shaneog]
|
||||||
- Relax rack-protection version to >= 1.5.0
|
- Relax rack-protection version to >= 1.5.0
|
||||||
|
|
||||||
4.2.2
|
4.2.2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue