January 26, 2026 (reconciled)
Historical release reconciliation
Organization management — Added organization invitations and clearer account access foundations.
Data lifecycle and payments — Introduced broader soft-delete support and improved payment tracking workflows.
Migration support — Added migration guidance for customers moving from Space Invoices v1.
Improve payment tracking and management Cannot correct payment amounts.
Requires: API, API Tests, API Examples, UI, UI Tests, Web, Web Tests
- Add organization invitations Invite users to entities.
New invitations table: id, entity_id, email, role, token, expires_at, accepted_at
Endpoints:
- POST /entities/{id}/invitations - Create invitation, send email
- GET /invitations/{token} - View invitation details (public)
- POST /invitations/{token}/accept - Accept and join entity
- DELETE /entities/{id}/invitations/{id} - Revoke invitation
Existing users auto-added; new users prompted to signup first.
Requires: API, API Tests, API Examples, UI, UI Tests, Web, Web Tests
Add Space Invoices v1 migration guide Documentation explaining differences in mental model between v1 and v2:
account is now user
organization is now entity
other breaking changes
Add soft delete for all resources Implement soft-delete for resources instead of hard delete.
- UpdateAdd Space Invoices v1 migration guide
- NewImprove payment tracking and management
- NewAdd organization invitations
- NewAdd soft delete for all resources