Update sidekiq: 6.0.0 → 6.0.1 (patch) #161
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ sidekiq (6.0.0 → 6.0.1) · Repo · Changelog
Release Notes
6.0.1 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 75 commits:
42094155More aggressive empty check, calc timerefactor log context to not require context functionality on the logger itself, #4296polishRefactorOptimize cloning of job payloadFix not-clickable link to 6.0 upgrade notesRequire extensions in lib/testing.rbSpeedup UnitOfWork#queue_nameEasier way to test enqueuing specific ActionMailer and ActiveRecord delayed jobsindent 2: the revengeFix standard stylesindentadd missing idAdd test coverage badge to README.mdchangesDarker and darkerPolish up"None more black", ease up on the whiteUpdate from fatkodimaInitial pass at dark mode support, courtesy of @silent-eCall run_afters even if throwing from run_beforesA couple of random small code cleanupsmore standardrename methodSimplify threadsafe loggingSupport job-specific log levelsExtract #option_parser method in CLI for better extensibilitynote 601fix testsPolish job tags with Sidekiq Pro filtering supportSupport job tagsallow for `Range` with `fetch`Get scheduled jobs in batches before pushing into specific queueschangespro changechangesbumpCompress jobs backtracesReduce allocated objectsAllocate Chain entries lazilyShuffle queues in place before fetchingUpdate dummy test app to only boot relevant subsystemsTweak for Pro compatAdd support for changes in ActiveJob 6.0's serialized payloads, fixes #4263Merge branch 'master' of github.com:mperham/sidekiqAssume 6.0BUG WORKAROUND: requiring ActionText 6.0 (via 'rails/all') requires an ApplicationController to existUse sscan_each from redis-rbAdd `SortedSet#scan` for pattern based scanningbumpSpeed up find_job, closes #4259bring back the pride in testingRespect rails' generators `test_framework` option and gracefully handle extra `worker` suffix on generatorFix sidekiqload loading errorPosition -> #It is not sorted by enqueued_atAdd ability to sort 'Enqueued' page on Web UI by enqueued_at timeDo not reset the whole logger when format changesReset the logger when the format changesMerge branch 'master' of github.com:mperham/sidekiqextend the single object, don't touch the classSupport Client.push_bulk with different delaysfix testMerge branch 'master' of github.com:mperham/sidekiqpolish sidekiqmon, add to gemspec, fixes #4242Update 6.0-Upgrade.mdMerge branch 'master' of github.com:mperham/sidekiqfix deprecationInject Sidekiq::LogContext module if user-supplied logger does not already include it, fixes #4239Handle nil logger, fixes #4240Fix wrong linknote loggingLink to Logging wiki pageRelease Notes
4.1.3 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 14 commits:
Release 4.1.3Merge pull request #874 from darshanime/handle_node_failureRescue connection errors for call_loop, call_pipelineDecrease retries for redis node failures in specsAdd note in readmeHandle permanent node failures for redis clusterMerge pull request #872 from fatkodima/bzpop-useless-hashDo not allocate useless hash for b*pop* commandsMerge pull request #871 from mfly/allow-to-skip-ssl-host-checkAllow to skip SSL host check with verify_hostname: falseMerge pull request #868 from pgeraghty/tcp_nodelaySet TCP_NODELAY to avoid unnecessary delays during MULTIMerge pull request #862 from ioquatix/patch-1Add "See Also" section to README.Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase.All Depfu comment commands