github realm/realm-swift v5.3.0

latest releases: v10.50.0, v10.49.3, v10.48.2...
3 years ago

Enhancements

  • Add Realm.objectWillChange, which is a Combine publisher that will emit a notification each time the Realm is refreshed or a write transaction is committed.

Fixed

  • Fix the spelling of ObjectKeyIdentifiable. The old spelling is available and deprecated for compatibility.
  • Rename RealmCollection.publisher to RealmCollection.collectionPublisher. The old name interacted with the publisher defined by Sequence in very confusing ways, so we need to use a different name. The publisher name is still available for compatibility. (#6516)
  • Work around "xcodebuild timed out while trying to read SwiftPackageManagerExample.xcodeproj" errors when installing Realm via
    Carthage. (#6549).
  • Fix a performance regression when using change notifications. (Since 5.0.0, #6629).

Compatibility

  • File format: Generates Realms with format v10 (Reads and upgrades all previous formats)
  • Realm Object Server: 3.21.0 or later.
  • Realm Studio: 3.11 or later.
  • APIs are backwards compatible with all previous releases in the 5.x.y series.
  • Carthage release for Swift is built with Xcode 11.5.

Internal

  • Upgraded realm-core from v6.0.8 to v6.0.9
  • Upgraded realm-sync from v5.0.7 to v5.0.8

Don't miss a new realm-swift release

NewReleases is sending notifications on new releases.