Minor Changes
-
#2765
9d92b55Thanks @ascorbic! - Updates plugin publishing to host package bundles, icons, banners, and screenshots as blobs on the publisher's Personal Data Server by default. Runemdash-plugin publishfrom the plugin directory; the CLI builds the bundle, checks the stored OAuth grant, uploads the artifacts, and writes CID-bound checksums into the release record.Existing scripts can keep externally hosted package bundles with
emdash-plugin publish --url <https-url>. The CLI still downloads that URL to validate and hash the served bytes. Listing images are uploaded as publisher blobs on both paths.The experimental aggregator release envelope replaces
mirrorswith typedartifactCaches. The field is optional during rolling upgrades, and updated clients treat an omitted field as an empty cache list. A record-scoped cache descriptor supplies its service endpoint; clients derive/r/{did}/{collection}/{rkey}/{recordCid}/{blobCid}so cache admission is bound to the exact release revision.Install and update verify raw cache, PDS, and external fallback bytes against the signed checksum and blob metadata. The authenticated image proxy may serve a transformed record-scoped cache rendition; if that cache is unavailable, it falls back to checksum-verified PDS or external bytes. Listing images remain capped at 1 MiB.
Sites must upgrade EmDash before installing a release whose package artifact is available only as a PDS blob. Older EmDash versions require an external package URL.
What should I do?
Remove
--artifact-base-urlfrom publish scripts and stop pre-uploading listing images. The CLI rejects the removed option with migration guidance. Replace any experimentalreleaseView.mirrorsaccess withreleaseView.artifactCaches ?? []. If an existing granular login reportsMISSING_BLOB_SCOPE, runemdash-plugin logoutand log in again to grantblob:application/gzipandblob:image/*. -
#2644
6178888Thanks @ascorbic! - Adds shared, CID-bound plugin-listing moderation contracts for reducing signed AT Protocol labels and deciding which package-profile and release revisions are eligible for display.The registry Lexicons add experimental public assessment and policy queries. The contracts cover publisher-controlled listing metadata and displayed media; they do not assess plugin code.