docs: change-doc for Alchemy bundler rollout (cuts v4.4.0 pre-release)#665
Conversation
Documents the per-chain bundler_provider flag + Rundler portability fixes. Also serves to cut the v4.4.0 pre-release: merging any PR to main runs semantic-release, which picks up the feat: bundler_provider commit already on main (b061b1c) that the direct rebase-push skipped.
ReviewThis PR adds a single documentation file ( Since there's no code diff, the usual Go checklist (concurrency safety, error handling, test coverage, etc.) doesn't apply here. I did fact-check the doc's technical claims against the code currently on
One minor nit: the PR title is Nothing else to flag — the doc is accurate, clearly written, and the change is low-risk (docs-only, targets |
Trigger PR to run semantic-release on
main.Why: #664's code was landed on
mainvia a directgit rebase staging+ push, which fires nopull_request: closedevent — sorelease-on-pr-close.yml(publishes only frommain, only on PR-merge) never ran and no version/tag was cut (main is still v4.3.0).Effect: merging this to
mainruns the release workflow →go-semantic-releaseevaluates commits since v4.3.0, finds thefeat: bundler_providercommit (b061b1c), and cuts a v4.4.0 pre-release. Payload is a genuine change-doc for the rollout.Next after merge: dispatch
publish-prod-docker.ymlwith the newv4.4.0-...tag to build + deploy the prod image (Railway flips to Alchemy on the 4 EVM chains; BNB stays self_hosted).🤖 Generated with Claude Code