Skip to main content

Server release notes

Versions and complete notes for server 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

VersionTagPublishedTargetArtifactsCommitEndpoint
v0.1.4server/v0.1.42026-08-07Current deviceService
v0.1.3server/v0.1.32026-07-30Current deviceService
v0.1.2server/v0.1.22026-07-29Current deviceService
v0.1.1server/v0.1.12026-07-29Current deviceService

server v0.1.4

  • [Added] First-party APIs read X-Workflow-Locale, inject the runtime language for management, Embed, External API, Webhook, and parameter resolution, and return localized errors, health summaries, and dedicated Server release-log URLs.
  • [Added] Management, Embed, External, streaming, parameter-resolution, and Webhook APIs select Workflow entrypoints, store entrypoint snapshots, and reject invalid entrypoints before queueing or sending streaming headers.
  • [Added] Kanban Studio and Embed support read-only Workflow KV sources authorized by exact version and key prefix, refresh through authenticated revision SSE, and invalidate immediately after permission revocation.
  • [Added] Server supports exact-version and entrypoint Workflow schedules, common timing rules, Run now, and fire history, while schedule.manage, creator permissions, and run snapshots control execution without backfilling missed or overlapping triggers.
  • [Added] Kanban project groups support exact dependency locks, resumable deployment, partial source downloads, source requests, and prefix-scoped data grants while excluding KV, schedules, run history, environment variables, and client credentials.
  • [Improved] Unique fires, leases, permission rechecks, and graceful shutdown prevent duplicate schedule execution across instances, and schedules with active fires cannot be edited or deleted.
  • [Improved] Kanban revision streams coalesce bursts, preserve PostgreSQL reconnect ordering, close consistently when sources become unavailable, and no longer prevent Server exit after completion signals.
  • [Fixed] Cloud Kanban assets in the Desktop no longer return 401 from login middleware or 500 from concurrent source materialization, and short-lived capabilities are scoped to the project, user, version, and expiration.
  • [Fixed] Remote streaming output no longer corrupts Chinese or other multibyte characters at data-chunk boundaries.
  • [Fixed] Source-mode Kanban projects are no longer reported as missing in public Embed, and PostgreSQL users can initialize default Embed configuration on first open.
  • [Fixed] Workflow runtime archives no longer include development tools or pnpm symlinks that prevent published versions from loading from object storage.

server v0.1.3

  • [Added] Kanban drafts, versions, static asset hosting, and Studio or Embed preview include per-user named configuration and restricted KV and knowledge-base Bridges.
  • [Improved] Server and Docs releases can complete locally on the deployment host without an SSH connection back to the same host.
  • [Improved] Kanban upload preparation validates only built static artifacts without installing dependencies or starting a Workflow runtime and preserves complete resources in published versions.
  • [Improved] Upload, archive copy, and run consistently check project compatibility against the host Core version before a project enters hosted versions.

server v0.1.2

  • [Fixed] Production Server builds no longer fail to start because their output references uncompiled runtime-compatibility TypeScript source.

server v0.1.1

  • [Important] Legacy hosted versions whose Core version cannot be identified are marked unknown and taken offline instead of using a guessed compatibility range.
  • [Added] Health responses include Server and bundled Core versions, the current update summary, and its Docs link.
  • [Added] Hosted versions and run records include the Core and Server versions required by the project, used for the build, and used by the actual runtime.
  • [Improved] Uploading, editing, copying, previewing, and running a Workflow computes compatibility from the project's exact Core dependency.
  • [Fixed] /health no longer reports incorrect Server or Core versions when release metadata lags behind a deployment or a deployment is rolled back.
  • [Fixed] A temporary object-storage failure during legacy Workflow Core metadata migration no longer takes a version offline permanently.