fix(deps): update dependency @rails/actioncable to v6.0.1 #131
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.
This PR contains the following updates:
6.0.0
->6.0.1
Release Notes
rails/rails
v6.0.1
Compare Source
Active Support
ActiveSupport::SafeBuffer
supportsEnumerator
methods.Shugo Maeda
The Redis cache store fails gracefully when the server returns a "max number of clients reached" error.
Brandon Medenwald
Fixed that mutating a value returned by a memory cache store would unexpectedly change the cached value.
Jonathan Hyman
The default inflectors in
zeitwerk
mode support overrides:config/initializers/zeitwerk.rb
Improve
Range#===
,Range#include?
, andRange#cover?
to work with beginless (startless) and endless range targets.Allen Hsu, Andrew Hodgkinson
Don't use
Process#clock_gettime(CLOCK_PROCESS_CPUTIME_ID)
on SolarisIain Beeston
Active Model
Active Record
Common Table Expressions are allowed on read-only connections.
Chris Morris
New record instantiation respects
unscope
.Ryuta Kamizono
Fixed a case where
find_in_batches
could halt too early.Takayuki Nakata
Autosaved associations always perform validations when a custom validation context is used.
Tekin Suleyman
sql.active_record
notifications now include the:connection
in their payloads.Eugene Kenny
A rollback encountered in an
after_commit
callback does not reset previously-committed record state.Ryuta Kamizono
Fixed that join order was lost when eager-loading.
Ryuta Kamizono
DESCRIBE
queries are allowed on read-only connections.Dylan Thacker-Smith
Fixed that records that had been
inspect
ed could not be marshaled.Eugene Kenny
The connection pool reaper thread is respawned in forked processes. This fixes that idle connections in forked processes wouldn't be reaped.
John Hawthorn
The memoized result of
ActiveRecord::Relation#take
is properly cleared whenActiveRecord::Relation#reset
orActiveRecord::Relation#reload
is called.Anmol Arora
Fixed the performance regression for
primary_keys
introduced MySQL 8.0.Hiroyuki Ishii
insert
,insert_all
,upsert
, andupsert_all
now clear the query cache.Eugene Kenny
Call
while_preventing_writes
directly fromconnected_to
.In some cases application authors want to use the database switching middleware and make explicit calls with
connected_to
. It's possible for an app to turn off writes and not turn them back on by the time we callconnected_to(role: :writing)
.This change allows apps to fix this by assuming if a role is writing we want to allow writes, except in the case it's explicitly turned off.
Eileen M. Uchitelle
Improve detection of ActiveRecord::StatementTimeout with mysql2 adapter in the edge case when the query is terminated during filesort.
Kir Shatrov
Action View
UJS avoids
Element.closest()
for IE 9 compatibility.George Claghorn
Action Pack
ActionDispatch::SystemTestCase
now inherits fromActiveSupport::TestCase
rather thanActionDispatch::IntegrationTest
. This permits running jobs in system tests.George Claghorn, Edouard Chin
Registered MIME types may contain extra flags:
Aaron Patterson
Active Job
Action Mailer
Action Cable
Active Storage
ActiveStorage::AnalyzeJob
s are discarded onActiveRecord::RecordNotFound
errors.George Claghorn
Blobs are recorded in the database before being uploaded to the service. This fixes that generated blob keys could silently collide, leading to data loss.
Julik Tarkhanov
Action Mailbox
Action Text
Railties
The
zeitwerk:check
Rake task reports files outside the app's root directory, as in engines loaded from gems.Xavier Noria
Fixed a possible error when using the evented file update checker.
Yuji Yaginuma
The sqlite3 database files created by the parallel testing feature are included in the default
.gitignore
file for newly-generated apps.Yasuo Honda
rails new
generates a.keep
file intmp/pids
. This fixes starting a server viarackup
instead ofrails server
.Rafael Mendonça França
Renovate configuration
📅 Schedule: "before 11pm on Monday" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!
".🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot. View repository job log here.