| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-05-01 | 689 Bytes | |
| v0.7.0 source code.tar.gz | 2026-05-01 | 5.5 MB | |
| v0.7.0 source code.zip | 2026-05-01 | 5.6 MB | |
| Totals: 3 Items | 11.1 MB | 0 | |
v0.7.0 — Correct API rule semantics, cleanup, and backup cron
API Rules (breaking behavior fix)
nullnow correctly blocks access (was skipping check entirely, allowing all authenticated users)""(empty string) now correctly grants public access (was returning false)- Fixed across all CRUD endpoints, batch API, and file access
Data Integrity
- Record delete now nullifies relation references in other collections pointing to the deleted record
- Record delete now cleans up associated files from local storage and S3
Automation
- Automated backup cron job wired from Admin UI
backups.cronsetting - Old backups auto-pruned via
backups.cronMaxKeepsetting