rehacktive / waspdb

key/value data storage library for Android, pure java and encrypted
Apache License 2.0
226 stars 24 forks source link

Make the warning "This version is NOT compatible with the previous one." stand out #11

Closed oversecio closed 7 years ago

oversecio commented 7 years ago

Just ran into a serous mishap due to upgrading the waspDB in Oversec from 1.0 to 1.1.1

Unfortunately I didn't test the upgrade path for users with an existing DB on disk and also pushed the update for all users at once - had a lot of fun waking up this morning ;-)

All my fault probably, but in order for other users to not run into this, you should consider to make that warning stand out more!

(A change of this scale would have probably warranted a bump of the major version to 2 as well )

rehacktive commented 7 years ago

I'm really sorry about that. It was a very unexpected bug related to Android N and I pushed the release, just changing the version on the main README. I'll add a warning on it. I hope everything is ok with your project - that btw is very cool.