Moltaro 0.0.9-beta
Release date: 2026-08-02
Moltaro 0.0.9-beta adds governed reference eligibility and hierarchy-aware
reference selection and corrects Board Data field presentation and semantics.
Highlights
Section titled “Highlights”Governed reference selection
Section titled “Governed reference selection”- Administrators can define reference eligibility rules that constrain which records are valid candidates for a reference field.
- Runtime writes enforce the same eligibility contract used by pickers and previews, including dependency tracking and schema-change guards.
- Reference fields can use hierarchy-aware selection with explicit source and confirmation behavior across supported form and table surfaces.
Boards correctness
Section titled “Boards correctness”- Board target card fields backed by Select values now resolve configured display labels instead of exposing stable storage keys.
- Board Data synchronization now preserves an administrator’s selected
Descriptionsemantic role. Markdown remains the default for newly created boards, whileSemanticRole = Noneremains ordinary text and is never silently converted by the module. - Legacy audit events no longer infer Markdown semantics from the
SubjectorDescriptionfield key when role-at-write evidence is unavailable.
Data Explorer mobile usability
Section titled “Data Explorer mobile usability”- The narrow/mobile Data Explorer keeps compact record cards and row-level actions, but no longer shows record-selection checkboxes or a bulk-action bar.
- Moving from desktop into the mobile layout clears selected records and closes pending group-action UI; returning to desktop requires a new selection.
- Group-of-record workflows such as merge, archive, restore, delete, selected export, tags, and assignment changes remain available in the desktop grid.
- The difference is intentional responsive product behavior, not an omitted mobile permission or a temporary compatibility gap.
Database and upgrade impact
Section titled “Database and upgrade impact”The Workspace database changes during the full replacement to support entity reference eligibility and hierarchy selectors. There is no PortalDb change, and Board semantic-role preservation does not rewrite existing data.
Runtime and deployment
Section titled “Runtime and deployment”- WebApp, API, Worker, Workspace UI toolchain, Package SDK, package-owned
runtime assets, and
moltaroctlship together in the0.0.9-betaruntime. - Existing Managed Apps require a full runtime-package replacement so Workspace migrations and runtime components advance together.
- New Managed Apps select the newly published
0.0.9-betabase runtime. - Backup and previous runtime retention remains an explicit operator decision.