All Versions
175
Latest Version
Avg Release Cycle
63 days
Latest Release
-

Changelog History
Page 6

  • v4.2.10 Changes

    • โฑ Scheduled jobs can now be moved directly to the Dead queue via API [#3390]
    • ๐Ÿ›  Fix edge case leading to job duplication when using Sidekiq Pro's reliability feature [#3388]
    • ๐Ÿ›  Fix error class name display on retry page [#3348]
    • ๐Ÿšค More robust latency calculation [#3340]
  • v4.2.9 Changes

    • โช Rollback [#3303] which broke Heroku Redis users [#3311]
    • โž• Add support for TSTP signal, for Sidekiq 5.0 forward compatibility. [#3302]
  • v4.2.8 Changes

    • ๐Ÿ›  Fix rare edge case with Redis driver that can create duplicate jobs [#3303]
    • ๐Ÿ›  Fix Rails 5 loading issue [#3275]
    • โช Restore missing tooltips to timestamps in Web UI [#3310]
    • Work on Sidekiq 5.0 is now active! [#3301]
  • v4.2.7 Changes

    • โž• Add new integration testing to verify code loading and job execution in development and production modes with Rails 4 and 5 [#3241]
    • ๐Ÿ›  Fix delayed extensions in development mode [#3227, DarthSim]
    • ๐Ÿ›ฐ Use Worker's retry default if job payload does not have a retry attribute [#3234, mlarraz]
  • v4.2.6 Changes

    • ๐Ÿš… Run Rails Executor when in production [#3221, eugeneius]
  • v4.2.5 Changes

    • ๐Ÿš… Re-enable eager loading of all code when running non-development Rails 5. [#3203]
    • ๐Ÿ‘ Better root URL handling for zany web servers [#3207]
  • v4.2.4 Changes

    • ๐Ÿš… Log errors coming from the Rails 5 reloader. [#3212, eugeneius]
    • ๐Ÿ‘ท Clone job data so middleware changes don't appear in Busy tab
  • v4.2.3 Changes

    • ๐Ÿš… 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]
  • v4.2.2 Changes

    • ๐Ÿ›  Fix ever-increasing cookie size with nginx [#3146, cconstantine]
    • ๐Ÿ›  Fix so Web UI works without trailing slash [#3158, timdorr]
  • v4.2.1 Changes

    • ๐Ÿ’ป Ensure browser does not cache JSON/AJAX responses. [#3136]
    • ๐Ÿ‘Œ Support old Sinatra syntax for setting config [#3139]