Skip to content

Update dependency connection_pool to v3#1971

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

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 31, 2026

This PR contains the following updates:

Package Change Age Confidence
connection_pool (changelog) "< 3.0""< 3.1" 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: Branch creation - At any time (no schedule defined), 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.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Mar 31, 2026
@renovate renovate Bot force-pushed the renovate/connection_pool-3.x branch 7 times, most recently from d101218 to be352d1 Compare April 8, 2026 20:43
@frett frett marked this pull request as draft April 9, 2026 22:24
@renovate renovate Bot force-pushed the renovate/connection_pool-3.x branch 4 times, most recently from 63e34d1 to 96a9534 Compare April 24, 2026 17:14
@renovate renovate Bot force-pushed the renovate/connection_pool-3.x branch 7 times, most recently from 0f81bd8 to 2047e78 Compare May 8, 2026 22:09
@renovate renovate Bot force-pushed the renovate/connection_pool-3.x branch from 2047e78 to b963058 Compare May 8, 2026 22:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants