Skip to content

v0.1.4

Choose a tag to compare

@SimonErich SimonErich released this 22 Jun 18:48

Highlights

  • fluvie_server consolidates the former fluvie_api and fluvie_mcp into one self-hostable binary: the render API, the MCP server, and a documentation helper, each toggled by an environment variable (FLUVIE_ENABLE_API / _MCP / _DOCS), with two MCP modes (docs / build) and two images (fluvie-server, slim fluvie-server-docs). Migrating a deployment? See RELEASE_MIGRATION.md.
  • On-device media: in-browser image rendering and on-device video Clip support (WebCodecs), plus shared render primitives across the mobile and web encoders.
  • Determinism demoted: byte-identical determinism is no longer a guaranteed contract (the lint, grep-gate, and renders-twice suites are removed). Renders stay reproducible on the same machine.

Breaking: the fluvie_api and fluvie_mcp packages and images are removed. Depend on fluvie_server.