fix: bump go-arena to v1.3.0 - #1532
Conversation
That version includes following fixes: * forward-only cursor in monotonicArena.Alloc by @jensneuse * harden arena hot paths and buffer semantics Cursor PR has extensive benchmarks for The Cosmo Router: wundergraph/go-arena#3
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughPin Go toolchain to 1.25.0 across modules, refresh direct and indirect dependency versions in core and example go.mod files, and update the execution Makefile's dependency upgrade target. ChangesGo Toolchain and Dependency Alignment
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@examples/engine/go.mod`:
- Line 7: The module version for "github.com/wundergraph/graphql-go-tools/v2
v2.1.0" in the examples/engine go.mod is older than the rest of the repo; update
the dependency line "github.com/wundergraph/graphql-go-tools/v2" to use version
"v2.4.4" so it aligns with execution/go.mod and examples/federation/go.mod
(remove any accidental intentional pinning unless you have a reason to keep
v2.1.0).
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 2705396d-c48a-402b-a615-2e7f68fa2cef
⛔ Files ignored due to path filters (6)
examples/engine/go.sumis excluded by!**/*.sumexamples/federation/go.sumis excluded by!**/*.sumexecution/go.sumis excluded by!**/*.sumgo.workis excluded by!**/*.workgo.work.sumis excluded by!**/*.sumv2/go.sumis excluded by!**/*.sum
📒 Files selected for processing (4)
examples/engine/go.modexamples/federation/go.modexecution/go.modv2/go.mod
🤖 I have created a release *beep* *boop* --- ## [2.4.5](v2.4.4...v2.4.5) (2026-06-11) ### Bug Fixes * bump go-arena to v1.3.0 ([#1532](#1532)) ([a4eb7d8](a4eb7d8)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: wundergraph-bot[bot] <285992168+wundergraph-bot[bot]@users.noreply.github.com>
🤖 I have created a release *beep* *boop* --- ## [1.15.6](execution/v1.15.5...execution/v1.15.6) (2026-06-11) ### Bug Fixes * bump go-arena to v1.3.0 ([#1532](#1532)) ([a4eb7d8](a4eb7d8)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: wundergraph-bot[bot] <285992168+wundergraph-bot[bot]@users.noreply.github.com>
That version includes following fixes:
Cursor PR has extensive benchmarks for The Cosmo Router:
wundergraph/go-arena#3