fix: include improvements in go-arena - #2959
Merged
Merged
Conversation
This will result in faster handling of big responses.
Bumped go-arena includes following fixes:
forward-only cursor in monotonicArena.Alloc by @jensneuse
harden arena hot paths and buffer semantics
Cursor's PR has extensive benchmarks for The Cosmo Router:
wundergraph/go-arena#3
Contributor
WalkthroughThe PR updates WunderGraph library dependencies to newer patch versions across both router and router-tests modules, removes an unused indirect protoreflect dependency, and corrects a benchmark documentation command path. ChangesDependency Updates and Documentation
🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
Comment |
devsergiy
approved these changes
Jun 11, 2026
Router-nonroot image scan passed✅ No security vulnerabilities found in image: |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2959 +/- ##
==========================================
+ Coverage 66.17% 66.36% +0.19%
==========================================
Files 258 258
Lines 27539 27539
==========================================
+ Hits 18223 18277 +54
+ Misses 7853 7812 -41
+ Partials 1463 1450 -13 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This will result in faster handling of big responses. Bumped go-arena includes following fixes:
Cursor's PR has extensive benchmarks for The Cosmo Router:
wundergraph/go-arena#3
Summary by CodeRabbit
Chores
Documentation