Closed
Conversation
Contributor
Author
|
Closed in favor of #249. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 (5.2.5 → 5.2.8) · Repo · Changelog
Release Notes
5.2.8 (from changelog)
5.2.7 (from changelog)
5.2.6 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 47 commits:
releaseFixes regression after refactoring (Closes #4456) (#4457)bumpLock Sidekiq 5 to Rack <2.1 to avoid breaking changes, #4440Fix Rails::VERSION check for sinatra and ActiveRecord (#4433)polishmove off traviscifixfixcirclecichanges, bumpre-establish Web UI test by stubbing time.now, #4149Update tests for #4149Revert "Allow tests to override enqueued_at", fixes #4149bump, releaseExplicitly signal that we handled an exception with a retry, fixes #4138 (#4141)Minor fixes to COMM-LICENSE (#4135)bump jruby to fix issue running test suiteFix broken build due to rails/rails#35611releaseAllow Sidekiq::Worker#set to be chainedFix heroku wait time, change it to 30 from 10 (#4117)flush redis so status is predictableRefactor sidekiqctl so it can be tested easilyFix various flaky tests due to process-wide data changesAllow tests to override enqueued_atoopsSwitch all tests to use Minitest::Spec for consistencyFormat latency (#4111)ent changeMerge branch 'master' of github.com:mperham/sidekiqadd back the dropdown css (#4103)ES localereleasescleanupBetter handling of malformed job arguments in payload, fixes #4095adapt to rails 5.2.2's draconian sqlite3 version requirementremove things which complicate the test suiteno longer necessarySimplify, prep for 6.0super fetch latencycleanup, #4089Rescue StandardErrors raised from exception's message (#4089)organization license -> limited licenseAdd clause for the Enterprise site licensechangesadd default queue latencyRelease Notes
2.0.8 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 23 commits:
bump versionHandle case where session id key is requested but it is missingMerge pull request #1455 from trainline-eu/2-0-stableMerge pull request #1462 from jeremyevans/sessionid-to_sAdded support for SameSite=None cookie value, added in revision 3 of rfc6265bisBumping versionIntroduce a new base class to avoid breaking when upgradingAdd a version prefix to the private id to make easier to migrate old valuesFallback to the public id when reading the session in the pool adapterAlso drop the session with the public id when destroying sessionsFallback to the legacy id when the new id is not foundAdd the private idrevert conditionals to masterremove NullSessionremove || raise and get closer to masterstore hashed id, send public iduse session id objectsremove more nilstry to ensure we always have some kind of objectBumping to 2.0.7 for releaseMerge pull request #1343 from larsxschneider/ls/forward-fixPreserve forwarded IP address for trusted proxy chainsMerge pull request #1201 from janko-m/make-multipart-parsing-work-for-chunked-requestsRelease Notes
2.0.8.1 (from changelog)
2.0.8 (from changelog)
2.0.7 (from changelog)
2.0.6 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Release Notes
4.1.3 (from changelog)
4.1.2 (from changelog)
4.1.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 57 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.Release 4.1.2Use nonblocking IO for SSL socket connect.Merge pull request #858 from supercaracal/update-rubygems-versionMerge pull request #857 from supercaracal/fix-a-typoUpdate rubygems versionFix a typoMerge pull request #856 from supercaracal/fix-sentinel-authFix Sentinel authentication and resolve #855Merge pull request #854 from supercaracal/fix-redis-server-buildingReduce redundant tarball downloadsMerge pull request #853 from supercaracal/fix-unstable-test-casesFix unstable test cases for CIMerge pull request #852 from abstractart/patch-1Update dist_redis.rbMerge pull request #850 from supercaracal/fix-sentinel-auth-cmdFix error handling for sentinel authantication commandMark gems as requiring Ruby 2.3Merge pull request #844 from redis/minitestAdd some WAIT for tests using replicationConvert test suite to use MinitestFix integer typo in geoadd documentation [ci skip]Update changelogRelease 4.1.1Merge pull request #843 from redis/blocking-pipelineHandle blocking commands inside pipelines and transactionsSupport `url: false` connection option to ignore $REDIS_URL[ci skip] Add about cluster support to readmeIgnore Sentinel slaves that are flaged as down (#829)Merge pull request #842 from redis/error-coercionsHandle errors in parsing lambdas (#754)Merge pull request #837 from supercaracal/fix-xread-block-zero-timeoutMerge pull request #834 from supercaracal/fix-namespace-issueMerge pull request #841 from rahul342/masterFix bug for equal params to georadius. Allow array param for geoadd.Fix timeout error on xread w/ block 0 option and resolve #836Fix a module namespace issue and resolve #833Merge pull request #822 from jrmhaig/remove_outdated_commentsRemove old (and inaccurate) documetationMerge pull request #744 from spk/connect-errorsMerge pull request #814 from supercaracal/fix-sentinel-authFix sentinel auth and resolve #813Merge pull request #816 from supercaracal/use-real-sentinel-for-testUse real sentinel for test and resolve #815Depfu 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