github realm/realm-core v13.19.0
Realm Core v13.19.0

latest releases: v14.0.1, v14.0.0, v13.27.0...
13 months ago

Enhancements

  • Added support for server log messages that are enabled by sync protocol version 10. Appservices request id will be provided in a server log message in a future server release. (PR #6476)
  • A new ErrorCategory::sync_error has been added. All errors related to the Sync client, protocol or session will have this category. Note that websocket errors will have both the websocket_error and sync_error category, similar to app_error and http_error for failed HTTP requests from the App. (#6916)

Fixed

  • Crash when querying the size of a Object property through a link chain (#6915, since v13.17.2)

Breaking changes

  • None.

Compatibility

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

Internals

  • Add information about the reason a synchronization session is used for to flexible sync client BIND message. (PR #6902)
  • Sync protocol version bumped to 10. (PR #6902)
  • Handle badchangeset error when printing changeset contents in debug. (PR #6921)

Don't miss a new realm-core release

NewReleases is sending notifications on new releases.