Skip to content

v0.3.10

Choose a tag to compare

@github-actions github-actions released this 18 Jun 10:52
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>