Skip to content

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 18 Aug 21:43
· 2 commits to main since this release
a7288d9

Changed

  • Automatic full-project audits are console-first by default through console_only, avoiding a complete static scan on every normal HTTP request.
  • Every audit now reads and analyzes the current source/environment state directly; the persistent laravel-env-guard.json findings cache, metadata invalidation machinery, and cache_path configuration have been removed.
  • EnvGuard::inspect() retains the legacy fresh and fingerprint result fields for 1.x compatibility; fresh is always true and the fingerprint is an in-memory signature of the current sanitized findings only.
  • Upgrades from cache-based releases automatically remove the legacy default result cache and any previously configured custom cache_path on the next audit.