8000 Add deprecation note for PERSIST_ALL · localstack/localstack@352225c · GitHub
[go: up one dir, main page]

Skip to content

Commit 352225c

Browse files
Add deprecation note for PERSIST_ALL
1 parent 0f51f39 commit 352225c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

localstack-core/localstack/deprecations.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,11 @@ def is_affected(self) -> bool:
298298
"This option is ignored because the legacy StepFunctions provider (v1) has been removed since 4.0.0."
299299
" Please remove PROVIDER_OVERRIDE_STEPFUNCTIONS.",
300300
),
301+
EnvVarDeprecation(
302+
"PERSIST_ALL",
303+
"2.3.2",
304+
"LocalStack treats backends and assets the same with respect to persistence. Please remove PERSIST_ALL.",
305+
),
301306
]
302307

303308

0 commit comments

Comments
 (0)
0