8000 Release Realm Core v13.15.0 · realm/realm-core · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Realm Core v13.15.0

Compare
Choose a tag to compare
@nicola-cab nicola-cab released this 09 Jun 16:32
· 1245 commits to master since this release

Enhancements

  • It is now allowed to open old frozen versions with a schema that contains additional classes, but not additional properties. (PR 6693)

Fixed

  • Properties in the frozen before Realm instance in the client reset callbacks may have had properties reordered which could lead to exceptions if accessed. (PR 6693, since v13.11.0)

Breaking changes

  • A new provider called IdentityProviderAPIKey replaces both IdentityProviderUserAPIKey and IdentityProviderServerAPIKey since those two did the same thing. If SDKs wish to keep the old behaviour without requiring users to make code changes, they can adapt both their existing server and user API key providers to use the new core type. (#5914)

Compatibility

  • Fileformat: Generates files with format v23. Reads and automatically upgrade from fileformat v5.

Internals

  • Prebuilt libraries for Apple platforms are now built with Xcode 14.
0