Sidekiq v4.2.3 Release Notes

    • ๐Ÿš… 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 case where the app provides a session already [#3180, inkstak] ruby Sidekiq::Web.set :sessions, false
    • ๐Ÿ›  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
    • ๐Ÿ‘ป Provide consistent interface to exception handlers, changing the structure of the context hash. [#3161]