You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yamlover 0.3.10 — ?binary=1 fetches bytes of overlay-bearing blobs
An image that owns embedded overlay entries (thumbnails/fragments/annotations)
reads as `variant` (blob value + keyed entries), so the /api/json byte path —
gated on the display `kind === "binary"` — stopped returning its bytes. Gate on
the binary VALUE FACET (`row.type === "blob"`) instead, so a tagged/fragmented
image still streams base64 via ?binary=1. Renderers already dispatch by format,
so the `variant` label is harmless.
Caught by the server vitest suite, which the root `npm test` does not run.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>