pyvelm v0.2.8¶
Release date: 2026-05-23
Base module: 0.18.0 (unchanged)
Symmetric Many2many cache invalidation and an updated documentation home page.
Highlights¶
Symmetric M2M cache¶
Partner.tag_ids and Tag.partner_ids share one junction table. After
v0.2.8, mutating either side drops the stale tuple cache on the other:
write({"tag_ids": [...]})on partnersunlink()on tags or partners with M2M links
Docs home page¶
docs/index.md now lists the current PyPI version, quick-start
paths, a “what’s new” table, and bundled modules (console, vellum).
Install¶
Upgrade from v0.2.7¶
pip install -U pyvelm(orpip install -e .)- Restart app / cron workers
No schema changes.
Full diff: v0.2.7…v0.2.8