• build(deps): adopt bifrost 1.1.1 — frozen-v0.6 handshake serialization fix (v0.20.10)

    vh released this 2026-07-10 12:55:38 -07:00 | 133 commits to main since this release

    bifrost-dev heads-up (althing 01KX6S4RFH…): 1.1.0's describe_store leaked
    the v0.7-additive sortable_chunk_fields into a v0.6-negotiated
    StoreCapabilities response, so a strict v0.6 client (additionalProperties:
    false) rejects our :8392 server's handshake. This is the library-level fix
    for the regression snapshotted in 8468c47 (worldtree-dev worked around it
    by advancing their client to wire-v0.7 / b47; our served handshake was
    still latently v0.6-incorrect for any v0.6 peer).

    1.1.1 gates additive capability fields on the NEGOTIATED wire (ADR-0008),
    so a v0.6 handshake stays v0.6-clean. Wire schemas + pins UNCHANGED —
    serialization-correctness only; our v0.7 handshake with Worldtree b47 is
    unaffected. Zero code change (same shape as the 1.1.0 repin). Reference-
    impl adopt-canonical: dependency owner recommends the repin, we adopt.

    Suite 631 green on 1.1.1 (clean env). Provider restart + live WT-bound
    re-verify pending — non-urgent (no v0.6 peer currently handshakes us).

    Downloads