release: bump rollup-boost to 0.7.17#494
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
Contributor
There was a problem hiding this comment.
Pull request overview
Bumps the rollup-boost crate version from 0.7.16 to 0.7.17 to publish a new release that includes the builder payload-path fixes referenced in the PR description.
Changes:
- Update
rollup-boostcrate version to0.7.17. - Update
Cargo.lockentry forrollup-boostto reflect0.7.17.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| crates/rollup-boost/Cargo.toml | Bumps the crate version to 0.7.17. |
| Cargo.lock | Updates the locked package version for rollup-boost to 0.7.17. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Bump rollup-boost 0.7.16 -> 0.7.17. rollup-boost-types unchanged, stays 0.3.0. Since 0.7.16: - flashblocks payload id mismatch fcu race (#491) - require explicit VALID before selecting the builder payload (#492) - health and external state root fixes (#493) - don't reset buffer when fcu without attributes arrive (#495) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
avalonche
force-pushed
the
release-v0.7.17
branch
from
July 16, 2026 08:11
ce038aa to
0cb8563
Compare
| [package] | ||
| name = "rollup-boost" | ||
| version = "0.7.16" | ||
| version = "0.7.17" |
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.
Bump rollup-boost 0.7.16 -> 0.7.17. rollup-boost-types is unchanged since 0.7.16 and stays at 0.3.0.
Contains three fixes, all in the builder payload path: