chore(release): 2.5.0#1023
Merged
Merged
Conversation
Since 2.4.0: - feat: first-class `fbuild cache save/restore/list/verify` (#527) - feat: EnvNamespace + unified [env:*] build_flags propagation (#574) - feat(usb): embed refreshed per-board VID:PID archive + offline MCU→VID heuristic; list Windows Status=Unknown (Teensy 16C0) ports (#962/#959/#722) - refactor: split fbuild-build (engine + esp/arm/mcu) and fbuild-packages (fetch + library + toolchain) for compile parallelism (#1008) - fix(daemon): version+identity-keyed endpoint + version arbitration (#1009); bind-before-heavy-init single-flight for concurrent spawns (#1010) Note (#1009): the daemon endpoint is no longer a fixed 8765/8865 port — it's derived per (version, cache-identity) in the dynamic range 49152–65535. Override with FBUILD_DAEMON_PORT. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Caution Review failedThe pull request is closed. ℹ️ 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 (2)
📝 WalkthroughWalkthroughThe Rust workspace and Python project versions were both bumped from ChangesPackage version alignment
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
Release 2.5.0 (from 2.4.0). Bumps
[workspace.package].version+pyproject.toml+ Cargo.lock — merging tomaintriggersrelease-auto.yml(builds per-platform wheels, uploads to PyPI, mintsv2.5.0).Since 2.4.0
fbuild cache save/restore/list/verify(Proposal: first-classfbuild cache save / restorefor toolchains + platforms + framework + zccache sidecar #527)EnvNamespace+ unified[env:*] build_flagspropagation (fbuild: design unified namespaced routing for platform/framework/library artifacts driven by platformio.ini [env:*] #574)Status=UnknownTeensy (16C0) ports (fbuild port scan misses all PJRC/Teensy (VID 16C0) serial ports + no vendor/product resolution for them #962/follow up all known vids needs built in embedding #959/feat(online-data): ingest per-board VID:PID tables from upstream vendor manifests #722)fbuild-build(engine + esp/arm/mcu) andfbuild-packages(fetch + library + toolchain) for compile parallelism (Compile-time: deepen the crate split — break up fbuild-build (37.7K) and fbuild-packages (21.7K), the serial mid-chain giants #1008)The daemon endpoint is no longer a fixed
8765/8865port — it's derived per (version, cache-identity) in the IANA dynamic range 49152–65535. Scripts that hardcoded the port should useFBUILD_DAEMON_PORTor read the port file.🤖 Generated with Claude Code
Summary by CodeRabbit