Skip to content

v3.19.0

Compare
Choose a tag to compare
@realm-ci realm-ci released this 27 Sep 23:53
· 1500 commits to master since this release

Enhancements

  • Expose ObjectSchema.objectClass in Swift as looking up the class via NSClassFromString() can be complicated for Swift types. (PR #6244).
  • Add support for suppressing notifications using closure-based write/transaction methods. (PR #6252).

Fixed

  • IN or chained OR equals queries on an unindexed string column would fail to match some results if any of the strings were 64 bytes or longer. (Core #3386, since 3.14.2).
  • Query Based Sync subscriptions for queries involving a null timestamp were not sent to the server correctly and would match no objects. (Core #3389, since 3.17.3).

Compatibility

  • File format: Generates Realms with format v9 (Reads and upgrades all previous formats)
  • Realm Object Server: 3.21.0 or later.
  • Carthage release for Swift is built with Xcode 11.0.

Internal

  • Upgrade to REALM_CORE_VERSION=5.23.5
  • Upgrade to REALM_SYNC_VERSION=4.7.8