AiVet Dev Hub

Changelog

What shipped, when. A curated, hand-verified timeline of releases and platform updates.

  1. featuredevhub-0.1.0

    AiVet Dev Hub launches — blog, changelog, activity feed, RSS

    • New /blog, /changelog, /feed, and /community sections extend aivet.dev into a developer publication.
    • RSS/Atom feeds published for blog and changelog.
    • Shared entity-registry interlinking and schema.org Article/MedicalWebPage structured data.
  2. securityimaging-00018-g4p

    Imaging surface hardened — cross-tenant guard + decision-support reframe

    • Added tenant-prefix authorization (isPathInTenant) on all DICOM URL/ingest endpoints.
    • Reframed imaging AI from "radiology report" to decision-support aid with an always-on "not a diagnosis" notice.
    • Scoped referrals reads/writes to clinic staff only.
  3. securityplatform-2026-07-13

    Browser-bundle model key exposure closed and verified

    • Confirmed no NEXT_PUBLIC_ AI key ships in the served bundle.
    • Client AI calls route through authenticated server proxies; imaging uses bring-your-own-key.
    • Old exposed key rotated and verified dead (API_KEY_INVALID).
  4. fixapi-2026-07-11

    Production REST API routing and tenant-isolation fixes

    • Router now mounts at /api/v1, /api, and / so all call sites resolve.
    • intakes reads scoped to clinic membership (was authenticated-only).
    • Per-clinic send rate cap added to the email endpoint.