File tree Expand file tree Collapse file tree 4 files changed +1
-6
lines changed Expand file tree Collapse file tree 4 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ CHANGELOG
1616 tagged with ` workflow.workflow ` , and those with type=state_machine with
1717 ` workflow.state_machine `
1818 * Add ` rate_limiter ` configuration option to ` messenger.transport ` to allow rate limited transports using the RateLimiter component
19+ * Remove ` @internal ` tag from secret vaults to allow them to be used directly outside the framework bundle and custom vaults to be added
1920
20216.1
2122---
Original file line number Diff line number Diff line change 1313
1414/**
1515 * @author Nicolas Grekas <p@tchwork.com>
16- *
17- * @internal
1816 */
1917abstract class AbstractVault
2018{
Original file line number Diff line number Diff line change 1313
1414/**
1515 * @author Nicolas Grekas <p@tchwork.com>
16- *
17- * @internal
1816 */
1917class DotenvVault extends AbstractVault
2018{
Original file line number Diff line number Diff line change 1818 * @author Tobias Schultze <http://tobion.de>
1919 * @author Jérémy Derussé <jeremy@derusse.com>
2020 * @author Nicolas Grekas <p@tchwork.com>
21- *
22- * @internal
2321 */
2422class SodiumVault extends AbstractVault implements EnvVarLoaderInterface
2523{
You can’t perform that action at this time.
0 commit comments