theodi / bothan-deploy

Many Bothans
MIT License
0 stars 2 forks source link

Bump sidekiq from 4.1.4 to 5.1.2 #71

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps sidekiq from 4.1.4 to 5.1.2.

Changelog *Sourced from sidekiq's [changelog](https://github.com/mperham/sidekiq/blob/master/Changes.md).* > 5.1.2 > ----------- > > - 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] > > 5.1.1 > ----------- > > - Fix Web UI incompatibility with Redis 3.x gem [#3749] > > 5.1.0 > ----------- > > - **NEW** Global death handlers - called when your job exhausts all > retries and dies. Now you can take action when a job fails permanently. [#3721] > - **NEW** Enable ActiveRecord query cache within jobs by default [#3718, sobrinho] > This will prevent duplicate SELECTS; cache is cleared upon any UPDATE/INSERT/DELETE. > See the issue for how to bypass the cache or disable it completely. > - Scheduler timing is now more accurate, 15 -> 5 seconds [#3734] > - Exceptions during the :startup event will now kill the process [#3717] > - Make `Sidekiq::Client.via` reentrant [#3715] > - Fix use of Sidekiq logger outside of the server process [#3714] > - Tweak `constantize` to better match Rails class lookup. [#3701, caffeinated-tech] > > 5.0.5 > ----------- > > - Update gemspec to allow newer versions of the Redis gem [#3617] > - Refactor Worker.set so it can be memoized [#3602] > - Fix display of Redis URL in web footer, broken in 5.0.3 [#3560] > - Update `Sidekiq::Job#display_args` to avoid mutation [#3621] > > 5.0.4 > ----------- > > - Fix "slow startup" performance regression from 5.0.2. [#3525] > - Allow users to disable ID generation since some redis providers disable the CLIENT command. [#3521] > > 5.0.3 > ----------- > > - Fix overriding `class_attribute` core extension from ActiveSupport with Sidekiq one [PikachuEXE, #3499] > - Allow job logger to be overridden [AlfonsoUceda, #3502] > - Set a default Redis client identifier for debugging [#3516] > ... (truncated)
Commits - [`c262f76`](https://github.com/mperham/sidekiq/commit/c262f7635a58b1302e3290aae090a2cc29fbccfe) release - [`b23c0ec`](https://github.com/mperham/sidekiq/commit/b23c0ecf8ea18a6547d40fb9fe3b92eceed8107f) Use `RAILS_MAX_THREADS` for client pool size - [`60a41d3`](https://github.com/mperham/sidekiq/commit/60a41d3f36db25ff2bebade5bb516d38d4240b7b) change - [`82bdae8`](https://github.com/mperham/sidekiq/commit/82bdae86039b58d5541b5799afffcfcefbf9ef53) Add link to docs in footer - [`86ca02f`](https://github.com/mperham/sidekiq/commit/86ca02f1d905ce7dc84d812ad71676720c62441e) Refactor, changes - [`7448351`](https://github.com/mperham/sidekiq/commit/7448351d733cbb38e8a5000d19b111bcea4fbc9e) fix: use default when returned 0 - [`611f7cd`](https://github.com/mperham/sidekiq/commit/611f7cd31f6ca27b90ab43a9772eb1926c9bb77f) Use default retry interval in sidekiq_retry_in - [`1aad7b5`](https://github.com/mperham/sidekiq/commit/1aad7b52eef2d85b67854d17226d0b8c6bbb03b2) fixes - [`967f3f3`](https://github.com/mperham/sidekiq/commit/967f3f34bd014c8ef749f6a6fd6f710d5512579c) Add missing preamble for [**krzysiek1507**](https://github.com/krzysiek1507), [#3759](https://github-redirect.dependabot.com/mperham/sidekiq/issues/3759) - [`aa46700`](https://github.com/mperham/sidekiq/commit/aa46700500c74644d13e2217e20bca06abd5a265) Allow use of AR middleware outside of Rails proper, fixes [#3787](https://github-redirect.dependabot.com/mperham/sidekiq/issues/3787) - Additional commits viewable in [compare view](https://github.com/mperham/sidekiq/compare/v4.1.4...v5.1.2)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot ignore this [minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use [this|these] label[s]` will set the current labels as the default for future PRs for this repo and language Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 6 years ago

Superseded by #75.