You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Console command: ReencryptSettingsCommand (settings:reencrypt) invokes DbSettingsProvider::reencryptSecrets() from any Symfony Console / yiisoft/yii-console application. Requires symfony/console ^7.
Added getByPrefix(): single LIKE query resolving all defined keys with a
given prefix through the standard precedence (DB > fallback > default).
Added setMany(): batch upsert in a transaction with upfront validation
(unknown keys throw UnknownSettingException, readonly keys throw ReadonlySettingException); rolls back entirely on any failure.