-
I was wondering if I update Realm from 4.3 to 10, will my db continue working fine? And what else can break? Originally posted by @rodion-m in #2158 (comment) |
Beta Was this translation helpful? Give feedback.
Answered by
nirinchev
Mar 17, 2021
Replies: 1 comment 4 replies
-
The Changelog should contain a detailed list of all changes. In terms of breaking changes between 4.3 to 10.x, they are mostly sync-related. If you're using the local database only, the only API breaking change is moving the dynamic API moved from Realm to Realm.Dynamic. Obviously, there are many major changes under the hood, but they should not cause your app to break. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
geragray
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Changelog should contain a detailed list of all changes. In terms of breaking changes between 4.3 to 10.x, they are mostly sync-related. If you're using the local database only, the only API breaking change is moving the dynamic API moved from Realm to Realm.Dynamic. Obviously, there are many major changes under the hood, but they should not cause your app to break.