Skip to content

v7.17.1

Choose a tag to compare

@github-actions github-actions released this 25 Jun 21:42
· 219 commits to main since this release

Fixed

  • Viewer image startup crashDockerfile.viewer now bundles src/message_utils.py, which the viewer imports transitively via src/db/adapter.py. Without it the standalone viewer container failed to start with ModuleNotFoundError: No module named 'src.message_utils' (affected v7.16.0–v7.17.0). (#201)

Changed

  • The viewer image now also rebuilds when pyproject.toml/uv.lock, src/__init__.py, src/realtime.py, or src/message_utils.py change, and the "Docker Publish Dev" workflow skips its build-and-push job for fork/Dependabot PRs (only same-repo PRs and manual runs publish the dev image).

Credits


📋 Full changelog: docs/CHANGELOG.md