Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SDK - drop handling of legacy storage from old versions #2550

Closed
weilbith opened this issue Feb 8, 2021 · 0 comments · Fixed by #2553
Closed

SDK - drop handling of legacy storage from old versions #2550

weilbith opened this issue Feb 8, 2021 · 0 comments · Fixed by #2553
Assignees
Labels
enhancement New feature or request sdk 🖥

Comments

@weilbith
Copy link
Contributor

weilbith commented Feb 8, 2021

Description

Many versions ago we replaced the storage solution with a new architecture using a proper database as persistent storage layer. Though we still had to migrate old states which where stored at plain localStorage. Removing this handling is a breaking change. So we should do it with our next major release, which about to come. It will reduce the code base and simplifies it a little. Everyone who is still stuck on an old state needs to checkout any of the versions in-between to migrate, before switching to the most recent version.

Acceptance criteria

Tasks

  • [ ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request sdk 🖥
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants