Sha256: 5fa7a346a5c04aa5f79ac3e8dc95be0e59b983a1fcce3acab227ccd233a56d21
Contents?: true
Size: 628 Bytes
Versions: 12
Compression:
Stored size: 628 Bytes
Contents
# Welcome to Sidekiq Pro 5.0! Sidekiq Pro 5.0 is mainly a cleanup release for Sidekiq 6.0. The migration should be as close to trivial as a major version bump can be. Note that Sidekiq 6.0 does have major breaking changes. ## What's New * New localizations for the Sidekiq Pro Web UI: ES, ZH, PT, JA, RU * Removed deprecated APIs and warnings. * Various changes for Sidekiq 6.0 * Requires Ruby 2.5+ and Redis 4.0+ * Requires Sidekiq 6.0+. ## Upgrade * Upgrade to the latest Sidekiq Pro 4.x. ```ruby gem 'sidekiq-pro', '< 5' ``` * Fix any deprecation warnings you see. * Upgrade to 5.x. ```ruby gem 'sidekiq-pro', '< 6' ```
Version data entries
12 entries across 12 versions & 1 rubygems