Open
Conversation
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?
✳️ jbuilder (2.10.0 → 2.11.5) · Repo · Changelog
Release Notes
2.11.5
2.11.4
2.11.3
2.11.2 (from changelog)
2.11.1 (from changelog)
2.11.0 (from changelog)
2.10.2 (from changelog)
2.10.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 67 commits:
Prepare for 2.11.5Fix gemspecAdd gemspec metadataMake sure the railtie is loadedRequire Rails frameworks before usingRemoved CHANGELOG.md now that we are using the release pagesBump for 2.11.4Remove the unwanted #empty call on the collection (#524)Fix scaffold controller generator with namespace (#512)Add missing CRAdd case for testing collection dependencies (#520)Fix syntax highlighting in caching example (#521)CI: YAML formatting + Job name (#522)Update README.mdBump for 2.11.3chore: fix grammar and spelling (#503)Add example in docs for making arrays without keys (#506)Specify rails branch for rails head build (#505)Speed up collection rendering and support collection caching (#501)Fix the test that depends on the time helper (#513)Merge pull request #510 from aried3r/ar/remove_legacy_compatMerge pull request #507 from braindeaf/masterRemove compat for `fragment_name_with_digest`Merge pull request #509 from tnir/tnir/migrate-to-actionsMigrate CI from Travis CI to GitHub ActionsAdding documentation for Arrays without a collectionMerge pull request #502 from yuki24/update-ci-fix-testsUpdate travis.yml to reflect the current state of Ruby/Rails versionsFixes the test suite in Rails 6.1Merge pull request #499 from voxik/rails_headRails use 'main' branch now.Bump for new versionImprove key formatting for nested hashes and disable by default (#497)Merge pull request #496 from henrik/patch-1CHANGELOG: Fix typoBump for 2.11.1Slim down commentsGenerate symbols, not strings, for the filtering of before_actionBump for 2.11.0StyleAllow Jbuilder instance in merge! (#485)Fix for key_format! when using nested hashes (#486)docs: fix case of GitHub (#495)Include rich_text, attachment, and attachments fields in json partial (#459)Bump for 2.10.2Update testsSatisfy Turbo requirement for 422 response on form errorsUse double quotes everywhereUse modern string-of-arrays syntaxPrepare 2.10.1 for releaseMerge pull request #491 from rails/update-test-matrixExclude Rails 5.2.x/Ruby 2.2 from build matrixUpdate ruby version testing matrixMerge pull request #484 from aubinlrx/tweak/deprecation_warning_ruby_27Fix kwargs usage for Ruby 2.7Merge pull request #483 from olleolleolle/drop-rbxCI: Drop rbx, drop non-existent JRuby allow_failuresMerge pull request #481 from olleolleolle/rbx-ciMerge pull request #482 from olleolleolle/avoid-mocha-depr-warningMerge pull request #480 from olleolleolle/try-with-5-2-stablegemspec: Rubinius support gemsTest helper: Use new Mocha setup methodCI: Set dist: trusty for RubiniusGemfile for 5.2: use 5-2-stable branchMerge pull request #478 from olleolleolle/patch-2Drop a badge which is no longer activeMerge pull request #471 from fnix/namespace-methodRelease 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.11
1.8.10
1.8.9
1.8.8
1.8.7
1.8.6
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 55 commits:
Bump to 1.8.11Merge pull request #569 from koic/fix_build_error_when_using_psych_4_0Merge pull request #572 from codealchemy/simple_backend/json-test-fixFix typo in Simple backend JSON testFix a build error when using Psych 4.0Merge pull request #566 from codealchemy/simple_backend/consolidate-available-locale-checkUpdate available locale check in Simple backendMerge pull request #565 from rkh/patch-1Fix typo in documentationBump 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 testBump to 1.8.7Merge pull request #547 from ruby-i18n/repro-546Revert "store fallbacks in Thread.current"Bump to 1.8.6Merge pull request #545 from kamipo/should_not_allow_noop_argumentsShould not allow noop arguments for `I18n.t`Exclude Ruby 2.4 + 2.3 Ruby versions for Rails 6.0.x and 6.1.xBump minitest versionsRuby 3.x and Rails 5.2.x are not incompatibleAdd gemfile for Rails 6.1Add Ruby 3.0.0 checksRemove checks for Rails 5.0 and Rails 5.1Add support for Rails 6.1Merge pull request #539 from amatsuda/repoMerge pull request #542 from jonian/threadsafe_fallbacksstore fallbacks in Thread.currentThe repository has moved to ruby-i18n organizationRelease Notes
5.15.0 (from changelog)
5.14.4 (from changelog)
5.14.3 (from changelog)
5.14.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 29 commits:
prepped for release- Fixed #skip_until for windows paths. (MSP-Greg)- Fixed marshalling of specs if they error. (tenderlove, jeremyevans, et al)Added minitest-heat to readme. (garrettdimon)Added failing test to show specs can't marshal if they raise. (jeremyevans)- Updated deprecation message for block expectations. (blowmage)- Use Kernel.warn directly in expectations in case CUT defines their own warn. (firien)+ Use Etc.nprocessors by default in order to maximize cpu usage. (tonytonyjan)+ Enable Ruby deprecation warnings by default. (casperisfine)Fixed typo for 5.0.0 in History.rdoc. (tnir)- Close then unlink tempfiles on Windows. (nobu)+ Added -S <CODES> option to skip reporting of certain types of outputRuby 1.9 is a taaad dead by now.Use assert_match instead of assert_equal to test the error message. (mame)Added rematch plugin reference in README (ddnexus)! assert_throws returns the value returned, if any. (volmer)updated ruby version statusprepped 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.rdocprepped for release- Bumped require_ruby_version to < 4 (trunk = 3.1).prepped for release- Bumped ruby version to include 3.0 (trunk).whitespaceI am an idiot... fixed a last-day-of-month testing bug. I don't think I've done that in 15+ years. :PRelease Notes
1.2.9
1.2.8
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 18 commits:
Preparing v1.2.9.Remove JRuby 9.0.5.0.Download GlobalSign Root CA - R3 for use with older Ruby versions.Add 1.8.7-head, 1.9.2-p330, jruby-9.0.5.0 and ree to allow failures.Update to JRuby 9.2.14.0.Ignore generated transations that do not change the offset.[ci skip] Add issue number reference.Preparing v1.2.8.Update time zone test fixtures based on tzdata 2020d.Support "slim" zoneinfo files produced by default by zic >= 2020b.Use up to date Linux distros to test (where possible).Remove the deprecated sudo option.Switch to travis-ci.com.Update to Ruby 2.7.2 and JRuby 9.2.13.0.Revert "Add Ruby 2.7 on AppVeyor."Add Ruby 2.7 on AppVeyor.Stop supporting Rubinius.Update to Ruby 2.4.10.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