Skip to content
This repository was archived by the owner on Aug 4, 2026. It is now read-only.

Update dependency connection_pool to v3 - #1502

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/connection_pool-3.x
Closed

Update dependency connection_pool to v3#1502
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/connection_pool-3.x

Conversation

@renovate

@renovate renovate Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
connection_pool (changelog) '~> 2.4''~> 3.0' age confidence

Release Notes

mperham/connection_pool (connection_pool)

v3.0.2

Compare Source

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

v3.0.1

Compare Source

  • Add missing fork.rb to gemspec.

v3.0.0

Compare Source

  • 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

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday (* 0-4,22-23 * * 1-5)
    • Only on Sunday and Saturday (* * * * 0,6)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@coveralls

Copy link
Copy Markdown

Coverage Status

coverage: 99.072%. remained the same — renovate/connection_pool-3.x into main

@mitlib
mitlib temporarily deployed to mit-bento-renovate-conn-fwab5i July 3, 2026 01:27 Inactive
@JPrevost JPrevost closed this Aug 4, 2026
@renovate

renovate Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 3.x releases. But if you manually upgrade to 3.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate
renovate Bot deleted the renovate/connection_pool-3.x branch August 4, 2026 11:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants