Skip to content

v0.29.1

Latest

Choose a tag to compare

@yusing yusing released this 05 May 10:17
· 13 commits to main since this release
f8d0257

Breaking Changes

  • Route configuration and API payloads no longer support path_patterns. Remove it from YAML routes, Docker labels, and any tooling that emits route JSON. FileServer routing no longer uses path-pattern multiplexing aligned with this field.

Bug Fixes

  • FileServer routes that combine static files with rules ran middleware too early. Response headers and body paths from rule handlers such as SPA shells and embedded /api traffic now travel through the same middleware chain operators expect after rules settle.

Improvements

  • In-app wiki content and screenshots refresh, benchmark docs show inline docker stats, and idle/gallery visuals line up with the current loading page and dashboards.
  • scripts/setup.sh and README curl-based install snippets use POSIX-friendly sh patterns so installs behave more consistently on dash BusyBox and BSD-style shells.

Full Changelog

  • refactor(route): remove path_patterns; sync OpenAPI and webui submodule (f8d0257)
  • fix(route): wrap FileServer handlers with middleware after rules (93d526b)

webui

goutils