Sidekiq v5.1.2 Release Notes

    • โž• Add link to docs in Web UI footer
    • ๐Ÿ›  Fix crash on Ctrl-C in Windows [#3775, Bernica]
    • โœ‚ Remove freeze calls on String constants. This is superfluous with Ruby 2.3+ and frozen_string_literal: true. [#3759]
    • ๐Ÿ›  Fix use of AR middleware outside of Rails [#3787]
    • Sidekiq::Worker sidekiq_retry_in block can now return nil or 0 to use the default backoff delay [#3796, dsalahutdinov]