Update activesupport: 6.1.1 → 6.1.4.1 (minor)#330
Closed
depfu[bot] wants to merge 1 commit intomasterfrom
Closed
Conversation
Author
|
Closed in favor of #350. |
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?
✳️ activesupport (6.1.1 → 6.1.4.1) · Repo · Changelog
Release Notes
6.1.4.1 (from changelog)
6.1.4 (from changelog)
6.1.3.2 (from changelog)
6.1.3.1 (from changelog)
6.1.3 (from changelog)
6.1.2.1 (from changelog)
6.1.2 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 33 commits:
Preparing for 6.1.4.1 releaseBump version / update changelogPreparing for 6.1.4 releaseUpdate CHANGELOGAdd changelog for #42559MemCacheStore: always convert underlying values into an `Entry`Add CHANGELOG entry for #42316 and #42341NumberToRoundedConverter should handle -Float::INFINITYUse BigDecimal compatible operation in NumberToRoundedConverterFix compatibility with psych 4.xMerge branch '6-1-sec' into 6-1-stablePreparing for 6.1.3.2 releasePrep for releaseRevert "Merge pull request #41931 from MarcelEeken/deep-merge-changing-original-hash"Merge pull request #41931 from MarcelEeken/deep-merge-changing-original-hashsecure_compare: Check byte size instead of lengthMerge branch 'v6.1.3+mimemagic-removal' into 6-1-stablev6.1.3.1Add documentation to HashWithIndifferentAccess#exceptFix keyword args delegation in ForkTracker (6.1 backport)Merge pull request #41707 from okuramasafumi/add-missing-require-to-hash_with_indifferent_accessAdd missing requireFix `Time.at` to not lose `in` optionMerge pull request #41522 from ghiculescu/file-store-no-pathAvoid having to store complex object in the default translation filePreparing for 6.1.3 releaseMerge pull request #41441 from jonathanhefner/apidocs-inline-code-markupPreparing for 6.1.2.1 releasePreparing for 6.1.2 releaseMerge pull request #41381 from movermeyer/allow_for_nil_addresses_from_dalli_storeFix warning with Ruby 2.7 on Time.at with keyword argumentsMerge pull request #41376 from fatkodima/memcached-normalize_key-nilRename master to main in all code referencesRelease Notes
1.1.9 (from changelog)
1.1.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 36 commits:
Fix wrong classFix testing on different Ruby versionsAdd missing sectionsUpdate documentationUpdate building instructionsbump versionUpdate changelogMake sure locks are not shared on shared when objects are dup/clonedMerge pull request #866 from pelly/masterMerge pull request #905 from andrykonchin/fix-priority-queueMerge pull request #911 from ruby-concurrency/pitr-ch/setAvoid warning about uninitialized ivarfix formattingFix Set thread safetyFlattne the conditionMerge pull request #907 from Shopify/truffleruby-map-backendUse new TruffleRuby::ConcurrentMap backend for Concurrent::MapMerge pull request #908 from wildmaples/github-actions-maybeAdd CI flow for tests on Github actionsFix RubyNonConcurrentPriorityQueue#delete methodMerge pull request #901 from olleolleolle/patch-2Merge pull request #904 from ksapozhnikov/fixed_map_documenationUpdate docFixed documentation for Concurrent::MapCI: Use jruby-9.2.16.0CI: Use latest JRuby 9.2.15.0CI: Update latest JRuby to 9.2.14.0Update documentationBump version 1.1.8Merge pull request #890 from ruby-concurrency/clarify-opacityClarify opacity of TVar in the current implementationMerge pull request #884 from ruby-concurrency/thread-localMerge pull request #886 from ruby-concurrency/stale-reads-race-conditionFix race condition in TVar for stale reads, fixes #885Fix race condition in TVar for stale reads, fixes #885Do not iterate over hash which might conflict with new pair additionRelease Notes
1.8.10
1.8.9
1.8.8
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 29 commits:
Bump to 1.8.10Merge pull request #562 from piecehealth/fix_on_fallbackFix string locale will trigger on_fallback hook.Bump to 1.8.9Only attempt to set fallbacks= in tests if method is definedMerge pull request #557 from ruby-i18n/ca-except-ruby3Merge pull request #558 from ruby-i18n/ca-buildMerge pull request #550 from taki/update-requirePrevent overwriting `Hash#except` method present in Ruby 3+Exclude Ruby 3+ with all Rails 5.x versionsRails main only supports Ruby 2.7+ going forwardRun tests on the latest patch version of each Ruby releaseRun tests on Rails 5.0.x and 5.1.x againBump to 1.8.8Use Concurrent::Map for Simple backendMerge pull request #553 from bjfish/bjfish/update-rails-mainUpdate rails master to mainMerge pull request #552 from CamilleDrapier/remove_post_install_messageRemove post_install_messageUse simply requireMerge pull request #548 from jonian/thread_safe_fallbacksMerge pull request #549 from dbussink/openssl-digestUpdate tests to show example with OpenSSLUpdate documentation reference to point to OpenSSLMove to OpenSSL Digest classesfix thread key fetchingmake thread key fetching compatible with older rubiesstore fallbacks in Thread.current and fetch with @@fallbacks as defaultupdate multi-threaded fallbacks testRelease Notes
5.14.4 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 6 commits:
prepped for releaseImproved test_stub_callable_keyword_args to test pass-through.- Re-fixed deprecation warning using stub with methods using keyword arguments.- ! Unfixed deprecation warning fix that broke in nearly every other version of ruby. Only warns on 2.7, not 3.0 or others.- Fixed deprecation warning using stub with methods using keyword arguments. (Nakilon)Added a support matrix to the FAQ in README.rdocDepfu 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