Skip to content

Maintenance: upgrade connection_pool to v3 + dependency bumps#86

Merged
brerx merged 9 commits into
mainfrom
maintenance-2026-06-01
Jun 2, 2026
Merged

Maintenance: upgrade connection_pool to v3 + dependency bumps#86
brerx merged 9 commits into
mainfrom
maintenance-2026-06-01

Conversation

@brerx

@brerx brerx commented Jun 1, 2026

Copy link
Copy Markdown
Contributor

Why

Routine maintenance pass + bring connection_pool onto v3.

What

  • connection_pool ~> 2.4~> 3.0 (locked 3.0.2). v3's only breaking change is positional→keyword args on checkout/reap; ears uses only .new(size:, timeout:), .with, .shutdown, so no code change needed. v3 requires Ruby ≥ 3.2 (gemspec already >= 3.2.9).
  • Gem bumps: amq-protocol 2.8.0, json 2.19.7, parallel 2.1.0, rake 13.4.2, rubocop 1.87.0, yard 0.9.44, bundler 4.0.12.
  • Toolchain: .tool-versions ruby 4.0.2→4.0.5, nodejs→26.2.0; CI build.yml node-version→26; prettier 3.8.1→3.8.3.
  • Release: version 0.25.0 → 0.26.0 + CHANGELOG entry.
  • Docs/config: add org-standard CLAUDE.md; align dependabot.yml to org multi-ecosystem-group (security) shape.

Verify

  • bundle exec rubocop — 40 files, 0 offenses
  • bundle exec rspec — 275 examples, 0 failures (99.13% line coverage)

🤖 Generated with Claude Code

brerx and others added 8 commits June 1, 2026 13:33
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
rubocop 1.87 pulled parallel 2.1.0, which requires Ruby >= 3.3 and broke
the Ruby 3.2 CI job. The gemspec still declares required_ruby_version
>= 3.2.9, so cap parallel at 1.x rather than drop 3.2.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Ruby 3.2 reached end-of-life on 2026-03-31. Require Ruby >= 3.3.0,
remove 3.2 from the CI matrix, bump rubocop TargetRubyVersion to 3.3,
and drop the temporary 'parallel < 2.0' pin (parallel 2.x requires
Ruby >= 3.3, now satisfied).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@brerx brerx marked this pull request as ready for review June 1, 2026 13:25
@brerx brerx requested a review from johannesluedke as a code owner June 1, 2026 13:25
Comment thread .tool-versions Outdated
ruby 4.0.2
nodejs 24.14.1
ruby 4.0.5
nodejs 26.2.0

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would suggest we stick to the current LTS version

Suggested change
nodejs 26.2.0
nodejs 24.16.0

Per review: pin nodejs to the active LTS line rather than the Current
release for the prettier/lint step.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@brerx brerx requested a review from jKatt June 2, 2026 13:12
@brerx brerx merged commit f5c9204 into main Jun 2, 2026
7 checks passed
@brerx brerx deleted the maintenance-2026-06-01 branch June 2, 2026 13:55
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.

2 participants