Skip to content

Realm Core v13.9.1

Compare
Choose a tag to compare
@jedelbo jedelbo released this 14 Apr 13:17
· 1381 commits to master since this release

Enhancements

  • None.

Fixed

  • Fixed a crash or exception when doing a fulltext search for multiple keywords when the intersection of results is not equal. (#6465 since v13.2.0).
  • Fixed issue where build would not succeed when consuming core as an installed dependancy due to missing install headers (#6479 since v13.4.1).

Breaking changes

  • None.

Compatibility

  • Fileformat: Generates files with format v23. Reads and automatically upgrade from fileformat v5.

Internals

  • Fix compiler warnings with MacOS Clang 14.0.3 (PR #6467)
  • Perform a client reset to migrate a sync'd realm from PBS to FLX and vice versa (#6393)
  • The following unused util headers have been deleted: call_with_tuple.hpp, get_file_size.hpp, inspect.hpp, substitute.hpp, type_list.hpp, and utf8.hpp.
  • Add migrated state information to flexible sync client BIND message for backfilling PBS partition value in objects once client has migrated to FLX. (PR #6464)
  • Add unit test for MigrationStore (PR #6495)