chore: release - #503
chore: release#503jdx wants to merge 2 commits into
Conversation
|
Navigate logical layers of code changes, visualize relationships, and explore their blast radius. Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Central YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Advanced Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
Included review availability: Your plan provides up to 2 included reviews per hour; 1 remains after this review. 📝 WalkthroughWalkthroughThe mbx package version and CLI documentation were updated to 1.15.1. The changelog records five fixes for compiler-shim directories, native archive timestamps, Cargo hardlink cleanup, shim isolation, and nested-build target-directory preservation. Changesmbx release metadata
Priority: ⬇️ Low Estimated code review effort: 1 (Trivial) | ~5 minutes Change: Other Merge Risk: ⚪ Minimal · up to This release updates version metadata, documentation, and the changelog; no merge-blocking production impact is evidenced. 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
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 |
|
Instruction countsNothing was compared, and so nothing was gated. No series appears on both sides: either the base has no measurements recorded, or the two were measured on different runner classes, which are deliberately not comparable — counts shift between machine types by more than a real regression does. New, nothing to compare against: Only instruction counts gate. Wall clock is shown for context — on identical hardware it moves 4-20% run to run. Measured by tak — instruction-counted CLI benchmarks, stored in this repository's git notes.
|
e95a331 to
a75e57b
Compare
Dismissed because a newer commit was pushed; Greptile will re-review the current head.
1b81b12 to
b90b061
Compare
3f404f7 to
24e1e7e
Compare
Dismissed because a newer commit was pushed; Greptile will re-review the current head.
601c2bd to
4bb08ab
Compare
Dismissed because a newer commit was pushed; Greptile will re-review the current head.
d8c31fe to
c86e7aa
Compare
Dismissed because a newer commit was pushed; Greptile will re-review the current head.
5fe7af8 to
e37bbd5
Compare
Dismissed because a newer commit was pushed; Greptile will re-review the current head.
dc21865 to
5db2a14
Compare
Dismissed because a newer commit was pushed; Greptile will re-review the current head.
bc89f7e to
988eb44
Compare
Dismissed because a newer commit was pushed; Greptile will re-review the current head.
2cef3aa to
a88978b
Compare
Dismissed because a newer commit was pushed; Greptile will re-review the current head.
90bb3b2 to
7367dac
Compare
e48d40c to
c13094e
Compare
0dbbb82 to
412d67c
Compare
https://entire.io/gh/jdx/mr-boxington/trails/13
🤖 New release
mbx-cache-core: 0.17.1 -> 0.18.0 (⚠ API breaking changes)mbx-cache-cc: 0.17.1 -> 0.18.0mbx-cache-rustc: 0.17.1 -> 0.18.0mbx: 1.15.0 -> 1.16.0 (✓ API compatible changes)mbx-cache-cargo: 0.3.3 -> 0.3.4mbx-cache-store: 0.1.29 -> 0.1.30⚠
mbx-cache-corebreaking changesChangelog
mbx-cache-corembx-cache-ccmbx-cache-rustcmbxmbx-cache-cargombx-cache-storeThis PR was generated with release-plz.
Note
Medium Risk
Release metadata only in the PR, but it ships a breaking
mbx-cache-coreAPI change and many cache/CC behavioral fixes that affect build correctness and multi-install setups.Overview
This is a release-plz cut that bumps crate versions, refreshes
Cargo.lock, and records 1.16.0 / 0.18.0 (and dependent crate) entries in changelogs and CLI docs—no application source changes in the diff itself.mbx1.15.0 → 1.16.0 documents scheduler behavior forcargo testunder the machine-wide permit pool, cache restore improvements (hard links when clone/reflink isn’t available), and fixes for multi-install C/C++ shim isolation, nested Cargo targets, archive timestamp cache keys, GC from hardlink installs, and related cache/target edge cases.mbx-cache-core0.17.1 → 0.18.0 is a breaking embedder release:RestoreStatsgainshardlinked_output_filesandhardlinked_output_bytesso restore accounting separates hard-linked outputs from reflinks and copies.mbx-cache-cc,mbx-cache-rustc,mbx-cache-cargo, andmbx-cache-storeare re-versioned to depend on 0.18.0 core.Reviewed by Cursor Bugbot for commit 33cd2e0. Bugbot is set up for automated code reviews on this repo. Configure here.