Skip to content

Changelog v1.3.0 - Weekly Rotation & Scale

Release Date: [Historical] Summary: Focus on long-term data health and automated maintenance.

🚀 New Features

  • Weekly Rotation Strategy: Automatically creates a new SQLite database every week (audit_YYYY-WXX.db) to prevent individual database files from becoming unwieldy.
  • Improved Deployment Guides: Added specific instructions for Oracle Cloud (ARM) and Hostinger VPS.
  • Log Retrieval API: Secured GET /logs endpoint to fetch search results from the current week's audit logs.
  • Polyfill Support: Added globalThis.crypto polyfill for older Node.js environments.