-
Notifications
You must be signed in to change notification settings - Fork 405
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
Breaking changes #36
Comments
There will be hopefully only one more version which breaks the binary format. If it happens now (before the first stable version) your app might crash until you clean the cache. |
So it's something you could handle for now with a try and catch to remove the box data, right? |
Exactly |
Then no problem. Good luck with the 1.0.0 version, looking forward to use it! |
I know Hive isn't ready for production apps, but in my case I'm planning to use the library for caching purposes, so if the data is lost it isn't a big deal.
As I have seen breaking changes in the binary format, I would like to know how Hive manages these changes from version to version. Is the data just removed? Is there anything I should take into account?
The text was updated successfully, but these errors were encountered: