github realm/realm-swift v10.53.0

latest releases: v20.0.0, v10.53.1
29 days ago

Enhancements

  • Code sign our published xcframeworks. By Apple's requirements, we should sign our release
    binaries so Xcode can validate it was signed by the same developer on every new version.
    (Apple).
  • Report sync warnings from the server such as sync being disabled server-side to the sync error handler.
    (#8020).
  • Add support for string comparison queries, which allows building string
    queries with the following operators (>, >=, <, <=).
    This is a case sensitive lexicographical comparison.
    (#8008).

Fixed

  • -[RLMAsymmetricObject createObject:withValue:] was marked as having a
    non-null return value despite always returning nil (since v10.29.0).
  • Eliminate several clang static analyzer warnings which did not report actual
    bugs.
  • The async and Future versions of User.functions only worked for functions
    which took exactly one argument, which had to be an array (#8669, since 10.16.0).

Compatibility

  • Realm Studio: 15.0.0 or later.
  • APIs are backwards compatible with all previous releases in the 10.x.y series.
  • Carthage release for Swift is built with Xcode 15.4.0.
  • CocoaPods: 1.10 or later.
  • Xcode: 15.1.0-16 beta 5.

Don't miss a new realm-swift release

NewReleases is sending notifications on new releases.