Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog. Package version numbers follow the Open WebUI mapping described in the README (they are not independent SemVer).
[Unreleased]
[8.10.0] - 2026-04-15
Changed
- Adopted Open-WebUI-aligned versioning:
client.major/client.minormap to Open WebUI0.{minor}.{patch};client.patchis for client-only fixes while targeting the same Open WebUI release. Baseline is now 8.10.0 for Open WebUI 0.8.10 (supersedes prior 1.6.x-style numbering). - README: explicit target Open WebUI version, mapping rules, and compatibility guidance tied to that target instead of “latest”.
tests/conftest.py: Docker Open WebUI image for session tests is selected frompyproject.tomlusing the same mapping.AGENTS.md: orchestrator and update workflows, clearer versioning rules, and documentation expectations.
Added
tests/versioning.pyandtests/test_versions.pyto encode and test the version mapping.