Sidekiq Pro users will now see a Pause button next to each queue in
the Web UI, allowing them to pause queues manually [#4374, shayonj]
Fix Sidekiq::Workers API unintentional change in 6.0.2 [#4387]
6.0.3 (from changelog)
Fix Sidekiq::Client.push_bulk API which was erroneously putting
invalid at values in the job payloads [#4321]
6.0.2 (from changelog)
Fix Sidekiq Enterprise's rolling restart functionality, broken by refactoring in 6.0.0. [#4334]
More internal refactoring and performance tuning [fatkodima]
6.0.1 (from changelog)
Performance tuning, Sidekiq should be 10-15% faster now [#4303, 4299,
4269, fatkodima]
Dark Mode support in Web UI (further design polish welcome!) [#4227, mperham,
fatkodima, silent-e]
Job-specific log levels, allowing you to turn on debugging for
problematic workers. [fatkodima, #4287]
MyWorker.set(log_level::debug).perform_async(...)
Ad-hoc job tags. You can tag your jobs with, e.g, subdomain, tenant, country,
locale, application, version, user/client, "alpha/beta/pro/ent", types of jobs,
teams/people responsible for jobs, additional metadata, etc.
Tags are shown on different pages with job listings. Sidekiq Pro users
can filter based on them [fatkodima, #4280]
classMyWorkerincludeSidekiq::Worker
sidekiq_options tags: ['bank-ops', 'alpha']
...
end
Fetch scheduled jobs in batches before pushing into specific queues.
This will decrease enqueueing time of scheduled jobs by a third. [fatkodima, #4273]
ScheduledSet with 10,000 jobs
Before: 56.6 seconds
After: 39.2 seconds
Compress error backtraces before pushing into Redis, if you are
storing error backtraces, this will halve the size of your RetrySet
in Redis [fatkodima, #4272]
RetrySet with 100,000 jobs
Before: 261 MB
After: 129 MB
Support display of ActiveJob 6.0 payloads in the Web UI [#4263]
Add SortedSet#scan for pattern based scanning. For large sets this API will be MUCH faster
than standard iteration using each. [fatkodima, #4262]
Sidekiq::DeadSet.new.scan("UnreliableApi") do |job|
job.retry
end
Dramatically speed up SortedSet#find_job(jid) by using Redis's ZSCAN
support, approx 10x faster. [fatkodima, #4259]
Easier way to test enqueuing specific ActionMailer and ActiveRecord delayed jobs. Instead of manually
parsing embedded class, you can now test by fetching jobs for specific classes. [fatkodima, #4292]
Response.[] and MockResponse.[] for creating instances using status, headers, and body. (@ioquatix)
Convenient cache and content type methods for Rack::Response. (#1555, @ioquatix)
Changed
Request#params no longer rescues EOFError. (@jeremyevans)
Directory uses a streaming approach, significantly improving time to first byte for large directories. (@jeremyevans)
Directory no longer includes a Parent directory link in the root directory index. (@jeremyevans)
QueryParser#parse_nested_query uses original backtrace when reraising exception with new class. (@jeremyevans)
ConditionalGet follows RFC 7232 precedence if both If-None-Match and If-Modified-Since headers are provided. (@jeremyevans)
.ru files supports the frozen-string-literal magic comment. (@eregon)
Rely on autoload to load constants instead of requiring internal files, make sure to require 'rack' and not just 'rack/...'. (@jeremyevans)
Etag will continue sending ETag even if the response should not be cached. (@henm)
Request#host_with_port no longer includes a colon for a missing or empty port. (@AlexWayfer)
All handlers uses keywords arguments instead of an options hash argument. (@ioquatix)
Files handling of range requests no longer return a body that supports to_path, to ensure range requests are handled correctly. (@jeremyevans)
Multipart::Generator only includes Content-Length for files with paths, and Content-Dispositionfilename if the UploadedFile instance has one. (@jeremyevans)
Request#ssl? is true for the wss scheme (secure websockets). (@jeremyevans)
Rack::HeaderHash is memoized by default. (#1549, @ioquatix)
Rework host/hostname/authority implementation in Rack::Request. #host and #host_with_port have been changed to correctly return IPv6 addresses formatted with square brackets, as defined by RFC3986. (#1561, @ioquatix)
Rack::Builder parsing options on first #\ line is deprecated. (#1574, @ioquatix)
Removed
Directory#path as it was not used and always returned nil. (@jeremyevans)
BodyProxy#each as it was only needed to work around a bug in Ruby <1.9.3. (@jeremyevans)
URLMap::INFINITY and URLMap::NEGATIVE_INFINITY, in favor of Float::INFINITY. (@ch1c0t)
Deprecation of Rack::File. It will be deprecated again in rack 2.2 or 3.0. (@rafaelfranca)
Support for Ruby 2.2 as it is well past EOL. (@ioquatix)
Remove Rack::Files#response_body as the implementation was broken. (#1153, @ioquatix)
Remove SERVER_ADDR which was never part of the original SPEC. (#1573, @ioquatix)
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
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
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 → 6.0.7) · Repo · Changelog
Release Notes
6.0.7 (from changelog)
6.0.6 (from changelog)
6.0.5 (from changelog)
6.0.4 (from changelog)
6.0.3 (from changelog)
6.0.2 (from changelog)
6.0.1 (from changelog)
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 more commits than we can show here.
↗️ rack (indirect, 2.0.6 → 2.2.2) · Repo · Changelog
Release Notes
2.2.2 (from changelog)
2.2.1 (from changelog)
2.2.0 (from changelog)
2.1.2 (from changelog)
2.1.1 (from changelog)
2.1.0 (from changelog)
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 more commits than we can show here.
↗️ rack-protection (indirect, 2.0.5 → 2.0.8.1) · Repo · Changelog
Release 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.
↗️ redis (indirect, 4.1.0 → 4.1.3) · Repo · Changelog
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.3
Merge pull request #874 from darshanime/handle_node_failure
Rescue connection errors for call_loop, call_pipeline
Decrease retries for redis node failures in specs
Add note in readme
Handle permanent node failures for redis cluster
Merge pull request #872 from fatkodima/bzpop-useless-hash
Do not allocate useless hash for b*pop* commands
Merge pull request #871 from mfly/allow-to-skip-ssl-host-check
Allow to skip SSL host check with verify_hostname: false
Merge pull request #868 from pgeraghty/tcp_nodelay
Set TCP_NODELAY to avoid unnecessary delays during MULTI
Merge pull request #862 from ioquatix/patch-1
Add "See Also" section to README.
Release 4.1.2
Use nonblocking IO for SSL socket connect.
Merge pull request #858 from supercaracal/update-rubygems-version
Merge pull request #857 from supercaracal/fix-a-typo
Update rubygems version
Fix a typo
Merge pull request #856 from supercaracal/fix-sentinel-auth
Fix Sentinel authentication and resolve #855
Merge pull request #854 from supercaracal/fix-redis-server-building
Reduce redundant tarball downloads
Merge pull request #853 from supercaracal/fix-unstable-test-cases
Fix unstable test cases for CI
Merge pull request #852 from abstractart/patch-1
Update dist_redis.rb
Merge pull request #850 from supercaracal/fix-sentinel-auth-cmd
Fix error handling for sentinel authantication command
Mark gems as requiring Ruby 2.3
Merge pull request #844 from redis/minitest
Add some WAIT for tests using replication
Convert test suite to use Minitest
Fix integer typo in geoadd documentation [ci skip]
Update changelog
Release 4.1.1
Merge pull request #843 from redis/blocking-pipeline
Handle blocking commands inside pipelines and transactions
Support `url: false` connection option to ignore $REDIS_URL
[ci skip] Add about cluster support to readme
Ignore Sentinel slaves that are flaged as down (#829)
Merge pull request #842 from redis/error-coercions
Handle errors in parsing lambdas (#754)
Merge pull request #837 from supercaracal/fix-xread-block-zero-timeout
Merge pull request #834 from supercaracal/fix-namespace-issue
Merge pull request #841 from rahul342/master
Fix bug for equal params to georadius. Allow array param for geoadd.
Fix timeout error on xread w/ block 0 option and resolve #836
Fix a module namespace issue and resolve #833
Merge pull request #822 from jrmhaig/remove_outdated_comments
Remove old (and inaccurate) documetation
Merge pull request #744 from spk/connect-errors
Merge pull request #814 from supercaracal/fix-sentinel-auth
Fix sentinel auth and resolve #813
Merge pull request #816 from supercaracal/use-real-sentinel-for-test
Use real sentinel for test and resolve #815
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