Skip to content

Realm Core v13.16.0

Compare
Choose a tag to compare
@nicola-cab nicola-cab released this 30 Jun 10:57
· 1206 commits to master since this release

Enhancements

  • Add visionOS binaries to the Cocoa release package (PR #6746).
  • Added support for running initial subscription callback when opening realm, both for synchronous and asynchronous flows. Sync Config contains subscription_initializer and rerun_init_subscription_on_open in order to setup the subscription callback, and select whether rerun this the first time the file is opened or not. (#5962)

Fixed

  • None.

Breaking changes

  • None.

Compatibility

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

Internals

  • Prebuilt binaries for non-Apple platforms are no longer published as nothing was using them (PR #6746).
  • SystemError exceptions now have a more detailed error message. (#6739)