Skip to content

@hogsend/studio@0.12.1

Choose a tag to compare

@github-actions github-actions released this 10 Jun 08:21
· 97 commits to main since this release
a0d25cb

Patch Changes

  • ee5a10f: fix: surface provider domains-API failures as 502 with the provider message

    GET/POST /v1/admin/domain (and /verify) let a provider error — e.g. a
    send-only restricted Resend key that cannot read the domains API — escape as
    an opaque 500. The routes now catch provider failures and return
    502 { error: "domains request to provider \"resend\" failed: …" }, which
    hogsend domain status and Studio's Setup view render directly, so a
    restricted key tells you exactly what to fix (use a full-access key) instead
    of "Internal Server Error". Found by the live test-mode smoke; the send path
    was already fail-open and unaffected.

    The rest of the engine-line packages bump in lockstep to keep the version
    line uniform; they carry no functional change here.