readd feature flags removed too soon

This commit is contained in:
Michael Eischer
2025-03-26 18:38:30 +01:00
parent 13cb90b83a
commit d4772aa469
2 changed files with 7 additions and 2 deletions

View File

@@ -1,7 +1,8 @@
Change: Promote feature flags
The `explicit-s3-anonymous-auth` and `safe-forget-keep-tags` features are
now stable and can no longer be disabled. These corresponding feature flags
The `deprecate-legacy-index`, `deprecate-s3-legacy-layout`,
`explicit-s3-anonymous-auth` and `safe-forget-keep-tags` features are
now stable and can no longer be disabled. The corresponding feature flags
will be removed in restic 0.19.0.
https://github.com/restic/restic/pull/5162