v1.1.0: Database Auditing & Bug Fixes
What's new
Features
- Automated database auditing — all data mutations are now tracked with user and session context via PostgreSQL triggers
Bug Fixes
- Fixed tariff creation when no active tariff exists for a service
- Fixed 301 redirect loop on page reload (F5) when using Next.js static export
Upgrade notes
Run make migrate-up to apply the new audit trigger migration before starting the server.