Skip to content

Update dependency connection_pool to v3#11486

Merged
nbudin merged 1 commit into
mainfrom
renovate/connection_pool-3.x
Jun 8, 2026
Merged

Update dependency connection_pool to v3#11486
nbudin merged 1 commit into
mainfrom
renovate/connection_pool-3.x

Conversation

@renovate

@renovate renovate Bot commented May 12, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
connection_pool (changelog) "< 3""< 4" 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 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 becomes conflicted, 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 force-pushed the renovate/connection_pool-3.x branch 2 times, most recently from 078d8ed to cbff5e1 Compare May 19, 2026 19:04
@nbudin nbudin force-pushed the renovate/connection_pool-3.x branch from cbff5e1 to 4cdf7d6 Compare June 8, 2026 15:42
@renovate renovate Bot force-pushed the renovate/connection_pool-3.x branch from 4cdf7d6 to fd176ca Compare June 8, 2026 15:52
@renovate renovate Bot force-pushed the renovate/connection_pool-3.x branch from fd176ca to 8c8569a Compare June 8, 2026 20:22
@github-actions

github-actions Bot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Code Coverage Report: Only Changed Files listed

Package Base Coverage New Coverage Difference
app/javascript/BuiltInFormControls/AddFileModal.tsx 🔴 0% 🔴 33.33% 🟢 33.33%
app/javascript/BuiltInFormControls/LiquidInput.tsx 🟠 57.5% 🟠 60% 🟢 2.5%
Overall Coverage 🟢 53% 🟢 53.03% 🟢 0.03%

Minimum allowed coverage is 0%, this run produced 53.03%

@nbudin nbudin merged commit 760c942 into main Jun 8, 2026
19 checks passed
@nbudin nbudin deleted the renovate/connection_pool-3.x branch June 8, 2026 23:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant