Skip to content

v0.103.2

Compare
Choose a tag to compare
@realm-ci realm-ci released this 25 May 03:33
· 4262 commits to master since this release

API breaking changes

  • None.

Enhancements

  • Improve the error messages when an I/O error occurs in writeCopyToURL.

Bugfixes

  • Fix an assertion failure which could occur when opening a Realm after opening
    that Realm failed previously in some specific ways in the same run of the
    application.
  • Reading optional integers, floats, and doubles from within a migration block
    now correctly returns nil rather than 0 when the stored value is nil.