This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
Affected surfaces
Summary
AI summaryUpdates Minor Changes, Patch Changes, and https://github.com/ascorbic across a mixed release.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Registry plugins can declare environment requirements in manifest. Registry plugins can declare environment requirements in manifest. Source: llm_adapter@2026-06-01 Confidence: high |
— |
| Feature | Medium |
Experimental registry plugins may ship icon, screenshot, and banner images via artifacts. Experimental registry plugins may ship icon, screenshot, and banner images via artifacts. Source: llm_adapter@2026-06-01 Confidence: high |
— |
| Feature | Medium |
Experimental registry plugins support long‑form profile sections (description, installation, FAQ, changelog, security). Experimental registry plugins support long‑form profile sections (description, installation, FAQ, changelog, security). Source: llm_adapter@2026-06-01 Confidence: high |
— |
| Dependency | Low |
Updated @emdash-cms/registry-client dependency to version 0.3.0. Updated @emdash-cms/registry-client dependency to version 0.3.0. Source: llm_adapter@2026-06-01 Confidence: high |
— |
| Bugfix | Medium |
Fixes plugin build failures on Windows by importing probe artifact through a file URL. Fixes plugin build failures on Windows by importing probe artifact through a file URL. Source: llm_adapter@2026-06-01 Confidence: high |
— |
Full changelog
Minor Changes
-
#1238
60c0b2eThanks @ascorbic! - Registry plugins can now declare environment requirements. A plugin's manifest may set a release-levelrequiresblock (e.g.{ "env:emdash": ">=1.0.0", "env:astro": ">=4.16" }), which is published into the release record. When browsing a registry plugin, the admin compares those constraints against the running EmDash and Astro versions: if the host doesn't satisfy them, it shows a compatibility warning and disables the Install button. The server enforces the same check on install and update, refusing an incompatible release withENV_INCOMPATIBLEso the gate can't be bypassed. -
#1239
1a4918fThanks @ascorbic! - Plugins published to the experimental registry can now ship icon, screenshot, and banner images. Declare them inemdash-plugin.jsoncunderrelease.artifactsas file refs;emdash-plugin publish --artifact-base-url <url>measures each image's dimensions, uploads it, and records it in the release. The admin plugin detail page renders the icon, banner, and a screenshot gallery, fetched through a server-side image proxy. The proxy resolves each artifact's URL server-side from the validated release record (the client sends only the artifact's coordinates, never a URL), then applies SSRF defences and an image content-type allowlist before serving the bytes. Supported image types are PNG, JPEG, WebP, GIF, and AVIF; SVG is rejected at both publish and proxy because it is active content. -
#1253
d2f2679Thanks @ascorbic! - Plugins published to the experimental registry can now ship long-form profile sections. Declare them inemdash-plugin.jsoncunder a top-levelsectionsblock with any ofdescription,installation,faq,changelog, andsecurity. Each value is either inline CommonMark Markdown or a{ file: "./path.md" }ref read relative to the manifest at load time. Every section is capped at 20000 bytes and 2000 graphemes, enforced locally (inline strings during schema validation, file refs once their content is read) soemdash-plugin validate/publishfails with a clear message instead of a 400 from the PDS. File refs are resolved within the manifest directory; paths that escape it (via..or an absolute path) are rejected. Sections are profile-level: written to the package profile record on first publish and editable afterward withemdash-registry update-package, like the other profile fields.
Patch Changes
-
#1247
245f8dcThanks @mvanhorn! - Fixes plugin builds on Windows by importing the probe artifact through a file URL. -
Updated dependencies [
60c0b2e]:- @emdash-cms/[email protected]
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About emdash
All releases →Related context
Earlier breaking changes
- [email protected] Schema migration adds `locale` and `translation_group` columns to `_emdash_bylines`.
- [email protected] Byline hydration now strictly per-locale, suppressing cross‑locale fallback.
- v@emdash-cms/[email protected] Changes `_emdash_content_bylines.byline_id` to store translation_group instead of row id, enforcing strict per-locale credit hydration.
- v@emdash-cms/[email protected] Registry install handler fails closed on non-conforming aggregator release records.
- v@emdash-cms/[email protected] Menu and menu-item API responses now camelCase, breaking clients expecting snake_case keys.
Beta — feedback welcome: [email protected]