Skip to content

v0.0.13

Choose a tag to compare

@MakFly MakFly released this 28 Feb 23:16
· 20 commits to main since this release
Immutable release. Only release title and notes can be modified.

Bug Fixes

  • Config: Remove compile-time secret length validation — Symfony's ValidateEnvPlaceholdersPass replaces %env(...)% with short placeholder strings before re-validating the config tree, making strlen() checks always fail. Secret length is now validated only at runtime by TokenService.