Skip to content

v1.1.0: Database Auditing & Bug Fixes

Choose a tag to compare

@rguziy rguziy released this 20 Jun 07:34
· 4 commits to master since this release

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.