Core release notes
Versions and complete notes for workflow-code come from this release unit's CHANGELOG.en.md. When available, release metadata adds exact publication times, commits, artifact counts, and release endpoints.
Sources: local package.json and each release unit's CHANGELOG.en.md preview
- Generated: 2026-08-10 15:36:54
- Workflow Server health snapshot: skipped for this generation
Version history
| Version | Tag | Published | Target | Artifacts | Commit | Endpoint |
|---|---|---|---|---|---|---|
| v0.1.3 | workflow-code/v0.1.3 | 2026-08-07 | npm | — | — | npm |
| v0.1.2 | workflow-code/v0.1.2 | 2026-07-30 | npm | — | — | npm |
| v0.1.1 | workflow-code/v0.1.1 | 2026-07-29 | npm | — | — | npm |
workflow-code v0.1.3
- [Important] Workflow executors no longer accept top-level fields such as
workflow,params, orcreateInput; move them into non-emptyentrypointsand set a validdefaultEntrypoint, while Conversation executors remain single-entrypoint. - [Added]
workflow.getRuntimeLocale()and bilingual runtime errors let projects and hosts produce Simplified Chinese or English output with stable fallbacks for missing locales or translations. - [Added] Workflows can declare multiple independent entrypoints with
defineEntrypoint(), and runtime contexts, reports, and Structure results include the actual entrypoint ID and title. - [Added] Kanban can declare read-only
workflow-kvdata sources scoped by project UUID and key prefix, then safely re-read them through revision subscriptions after source KV updates. - [Added] Workflows can declare suggested schedules in
package.json.workflowCode.schedulePresetsby entrypoint, IANA time zone, time window, or five-field Cron expression; Structure validates them without enabling them automatically. - [Added] Kanban supports version-level dependency locks and the project-group v1 protocol, distinguishing bundled source from external references without transferring host data.
- [Improved] Structure resolves cross-file entrypoints from real import and export bindings and isolates same-named registries between entrypoints to prevent incorrect references and project-level overwrites.
- [Improved] Core release notes are maintained in Chinese and English and expose locale-selectable Markdown bodies in release metadata.
workflow-code v0.1.2
- [Added] Kanban static project types, artifact entrypoints, configuration validation, and structure reports allow dashboards to be recognized without an executor or Node.js runtime.
workflow-code v0.1.1
- [Improved] The Core version is now the sole source of truth for Workflow runtime compatibility and is released independently.