Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 28, 2025

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: 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 requested a review from jlbyrne as a code owner December 28, 2025 10:11
@renovate renovate bot force-pushed the renovate/connection-pool-3-x branch 13 times, most recently from ad1647d to dcf0abe Compare January 1, 2026 06:03
@renovate renovate bot force-pushed the renovate/connection-pool-3-x branch from dcf0abe to ef69539 Compare January 5, 2026 16:24
@renovate renovate bot force-pushed the renovate/connection-pool-3-x branch 5 times, most recently from 52fabc4 to 8fa70b9 Compare January 20, 2026 21:43
@renovate renovate bot force-pushed the renovate/connection-pool-3-x branch from 8fa70b9 to a5e3dc8 Compare January 21, 2026 01:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant