chore(session): schedule legacy fallback removal for v0.2.4
This commit is contained in:
@@ -513,6 +513,8 @@ class SessionManager:
|
|||||||
if path.exists():
|
if path.exists():
|
||||||
return path
|
return path
|
||||||
|
|
||||||
|
# TODO(v0.2.4): Remove both legacy fallbacks. v0.2.3 is the final
|
||||||
|
# compatibility window for reading and lazily migrating legacy session files.
|
||||||
fallback_paths = [
|
fallback_paths = [
|
||||||
(self._get_legacy_lossy_path(key), "legacy lossy path"),
|
(self._get_legacy_lossy_path(key), "legacy lossy path"),
|
||||||
(self._get_legacy_session_path(key), "legacy path"),
|
(self._get_legacy_session_path(key), "legacy path"),
|
||||||
|
|||||||
Reference in New Issue
Block a user