This release is essentially v1.3.0, but with a properly packaged gem. There was an issue publishing v1.3.0 and that gem needed to be yanked to avoid breaking downstream projects. The v1.3.0 changelog is reproduced below.
What's Changed
Add Concurrent.usable_processor_count that is cgroups aware by @casperisfine in #1038
Align Java Executor Service behavior for shuttingdown?, shutdown? by @bensheldon in #1042
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 cancel merge
Cancels automatic merging of this PR
@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?
✳️ rspec-activemodel-mocks (1.0.3 → 1.2.1) · Repo · Changelog
Release Notes
1.2.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 more commits than we can show here.
↗️ concurrent-ruby (indirect, 1.2.2 → 1.3.4) · Repo · Changelog
Release Notes
1.3.4
1.3.3
1.3.2
1.3.1
1.2.3
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 65 commits:
Avoid requiring files of the gem in Rakefile to avoid redefined method warnings
Avoid require in Gemfile & Rakefile to avoid redefined constant warnings
Avoid require in *.gemspec files to avoid redefined constant warnings
Update docs-source/signpost.md
1.3.4
Check early that $CONCURRENT_JRUBY_HOME is set
Fix the return value of `Concurrent.available_processor_count` when `cpu.cfs_quota_us` is -1
Fix the doc of `Concurrent.available_processor_count`
Add `Concurrent.cpu_shares` that is cgroups aware.
Update comment for JRuby variant of processor_count to reality
1.3.3
Improve speed for windows `Get-CimInstance`
1.3.2
Add a windows job to CI
Remove dependency on `win32ole`
Automatically run bundle install before running tests
Release edge 0.7.1
Make it possible to publish edge without base
Ensure JRuby is used in release tests
Fix concurrent-ruby-edge to depend on `~> MAJOR.MINOR` of concurrent-ruby
Get RakeCompilerDock to work with either podman or docker, based on what is installed
Fix method name in CHANGELOG.md
Promoting 1.3.1.pre to 1.3.1.
Prepare a 1.3.1.pre gem to test things for the 1.3.1 release.
Prepare the 1.3.1 release.
Prepare the 1.3.0 release.
Fix a small grammar issue.
Align Java Executor Service behavior for `shuttingdown?`, `shutdown?`
Add 10 minute timeout to GitHub Actions
Clarify
Cleanups
Add Concurrent.usable_processor_count that is cgroups aware
Use 'ruby' for dynamic latest CRuby release
Advance "latest" ruby in isolated ci test job to 3.3
No continue-on-error for head Rubies
Bump actions/checkout from 3 to 4
Bump actions/deploy-pages from 1 to 4
Bump actions/upload-pages-artifact from 1 to 3
Fix link label in signpost.md
CI: Tell dependabot to update GH Actions
1.2.3
Add `TimerTask.new(interval_type:)` option to configure interval calculation
docs: update promises grammar (#1026)
docs: fix typo in throttle docs (#1024)
Add Ruby 3.3 in CI
Remove AtomicReferenceMapBackend and CheapLockable
Fix some typos
Fix spurious return in Promises#wait_until_resolved
Fix compile error on FreeBSD 14
Drop dependency on mutex_m
Expose the number of threads that are actively executing tasks with `ThreadPoolExecutor#active_count`. (#1002)
Update the list of maintainers
Allow TimerTask to be initialized with a specified Executor
Use executor from arg in then_on/rescue_on/chain_on for Promises
Allow TimerSet to safely handle an executor raising `RejectedExecutionError` (#999)
Fix sporadic failures testing with JRuby (#1012)
Fix DaemonThreadFactory - reuse single Java thread factory
Fix doc typo: yeild → yield
Fix broken CI due to rake-compiler error on Ruby < 2.6
Fix TimerTask example output (#1003)
Fix TimerTask docs to not refer to `#execute` as "blocking" (#996)
Fix TimerTask `:execution_interval` docs
Update comment about ::Array on CRuby, it's not fully thread-safe
Update comment about ::Hash on CRuby, it's not fully thread-safe
Check the first Concurrent::Map default_proc argument is a Concurrent::Map in more tests
↗️ diff-lcs (indirect, 1.5.0 → 1.5.1) · Repo · Changelog
Release Notes
1.5.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 33 commits:
Release 1.5.1
Add Ruby 3.2 and Ruby 3.3 to CI matrix
Merge pull request #81 from halostatue/switch-to-standardrb-formatting
Update codeql analysis
Update changelog
standardrb --only Style/BarePercentLiterals --fix
standardrb --only Style/StringLiteralsInInterpolation
standardrb --only Style/StringLiteralsInInterpolation --fix and more
standardrb --only Style/RedundantBegin --fix
standardrb --only Standard/BlockSingleLineBraces --fix
standardrb --only Style/StringChars
standardrb --only Style/RescueModifier --fix
standardrb --only Style/Alias --fix
Clean up lint directives
standardrb --only Style/EmptyMethod --fix
standardrb --only Layout/SpaceInsideHashLiteralBraces --fix
standardrb --only Style/ClassCheck --fix
Ignore Style/HashSyntax
standardrb --only Layout/LeadingCommentSpace --fix
Fix :yields: directive for rdoc
Fix Style/AndOr
ignore Layout/heredocIndentation due to old Ruby
standardrb --only Layout/ExtraSpacing --fix and ignore
standardrb --only Style/PercentLiteralDelimiters --fix
standardrb --only Style/StringLiterals --fix
Add standardrb
Fix issues reported by fasterer
Update changelog
Update CI support
Merge pull request #84 from justintsteele/jtsteele_license_update
Add newline after ATX headers per code review
Add trailing space to ATX headers per code review
Update license file to use md format and clarify PAL reference
↗️ i18n (indirect, 1.14.1 → 1.14.6) · Repo · Changelog
Release Notes
1.14.6
1.14.5
1.14.4
1.14.3
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 59 commits:
Bump to 1.14.6
Add post install message for Ruby < 3.2 users
Merge pull request #696 from KinWang-2013/fix/exists-method-nil-key
Merge pull request #697 from zachmargolis/margolis-optimize-plurals
Merge pull request #699 from alexpls/master
Merge pull request #701 from stevegeek/fix_load_rb_with_pathname
Fix loading of .rb locale files when load_path is not a string, eg it is a Pathname
Fixes strings being interpolated multiple times
Merge pull request #698 from davetron5000/rdoc-fixes
fix issues with RDoc generation
Optimize pluralization logic in test data
return error on nil key and add test
Bump to 1.14.5
Merge pull request #688 from Bilka2/escaped-reserved-interpolation
Merge pull request #691 from tom-lord/interpolate_documentation_syntax_fix
Merge branch 'master' into interpolate_documentation_syntax_fix
Merge pull request #682 from tom-lord/add_I18n.interpolation_keys
Merge pull request #692 from uiur/optimize-fallbacks-compute
Remove unnecessary line
Use left recursion
Optimize I18n::Locale::Fallbacks#compute
Add note about not altering strings when no params are given
Merge pull request #690 from amatsuda/bundle_racc
Fix syntax in documentation for I18n::Backend::Base.interpolate
Fix example doc
More examples documented
Modify behaviour for Hash and (maybe nested) Array translations
Add tests and error handling for non-string translations
racc has been extracted to a gem since Ruby 3.3
Fix that escaped interpolations for reserved keywords raised an error
Bump to 1.14.4
Merge pull request #687 from ruby-i18n/undo-racc-dep
Remove 3.0 x rails-main action run
Use strictly ruby 3 point 0, not latest Ruby 3
undo strict racc dependency on this branch
Bump to 1.14.3
Merge pull request #683 from fatkodima/add-inspect-to-fallbacks
Merge branch 'master' into add-inspect-to-fallbacks
Merge pull request #684 from ruby-i18n/update-workflows
Clearly specify which versions of Ruby + Rails we support
Add back Ruby 3.0 support
Use actions/checkout@v4, as Node 16 actions have been deprecated
Bump Mocha deps to v2 to fix build issue
Specify racc as a dependency
Update workflows
Implement `Fallbacks#inspect` and `Fallbacks#empty?`
Add I18n.interpolation_keys
Merge pull request #678 from fatkodima/fix-interpolate-reserved-keywords
Raise when translated entry contains interpolations for reserved keywords and no substitutions provided
Merge pull request #677 from fatkodima/update-mocha
Update `mocha` gem
Merge pull request #669 from kbrock/regex2
Merge pull request #668 from kbrock/regex
Bump to 1.14.2
Merge pull request #671 from ruby-i18n/exists-pass-options
Pass options to along to exists? super calls
condense to TOKENIZER
Speed up INTERPOLATION_SYNTAX
Improve TOKENIZER by 23%
↗️ minitest (indirect, 5.19.0 → 5.25.1) · Repo · Changelog
Release Notes
Too many releases to show here. View the full release notes.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
🆕 mini_portile2 (added, 2.8.7)
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