Skip to content

Conversation

@depfu
Copy link
Contributor

@depfu depfu bot commented Dec 6, 2025

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?

↗️ connection_pool (indirect, 2.5.5 → 3.0.2) · Repo · Changelog

Release Notes

3.0.2 (from changelog)

  • Support :name keyword for backwards compatibility [#210]

3.0.1 (from changelog)

  • Add missing fork.rb to gemspec.

3.0.0 (from changelog)

  • BREAKING CHANGES ConnectionPool and ConnectionPool::TimedStack now use keyword arguments rather than positional arguments everywhere. Expected impact is minimal as most people use the with API, which is unchanged.
pool = ConnectionPool.new(size: 5, timeout: 5)
pool.checkout(1) # 2.x
pool.reap(30)    # 2.x
pool.checkout(timeout: 1) # 3.x
pool.reap(idle_seconds: 30) # 3.x
  • Dropped support for Ruby <3.2.0

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 10 commits:


Depfu Status

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)

@depfu depfu bot added the depfu PRs from our dependency update bot label Dec 6, 2025
@github-actions github-actions bot added the Frontend Things related to the OBS RoR app label Dec 6, 2025
@github-actions
Copy link

github-actions bot commented Dec 6, 2025

Please see the links listed bellow to review the changes applied to the gems:

@eduardoj
Copy link
Member

eduardoj commented Dec 8, 2025

@depfu rebase

@depfu depfu bot force-pushed the depfu/update/srcapi/connection_pool-3.0.2 branch from 4d407d6 to 207bd2f Compare December 8, 2025 07:54
@eduardoj
Copy link
Member

eduardoj commented Dec 8, 2025

The error thrown in the linter:

ArgumentError: wrong number of arguments (given 1, expected 0) (ArgumentError)
/home/frontend/project/src/api/vendor/bundle/ruby/3.4.0/gems/connection_pool-3.0.2/lib/connection_pool.rb:48:in 'initialize'

should probably be fixed in the next version of Rails. See: rails/rails#56294

Closing.

@depfu close

@depfu depfu bot closed this Dec 8, 2025
@depfu depfu bot deleted the depfu/update/srcapi/connection_pool-3.0.2 branch December 8, 2025 11:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

depfu PRs from our dependency update bot Frontend Things related to the OBS RoR app

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants