Skip to content

v4.3.2

Compare
Choose a tag to compare
@realm-ci realm-ci released this 06 Feb 20:36
· 1417 commits to master since this release

Enhancements

  • Similar to autoreleasepool(), realm.write() now returns the value which the block passed to it returns. Returning Void from the block is still allowed.

Fixed

  • Fix a memory leak attributed to property_copyAttributeList the first time a Realm is opened when using Realm Swift. (#6409, since 4.0.0).
  • Connecting to a realms: sync URL would crash at runtime on iOS 11 (and no other iOS versions) inside the SSL validation code. (Since 4.3.1).

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.3.

Internal

  • Upgraded realm-sync from 4.9.4 to 4.9.5.