Skip to content

Realm Core v13.14.0

Compare
Choose a tag to compare
@nicola-cab nicola-cab released this 02 Jun 11:32
· 1251 commits to master since this release

Enhancements

  • Support sort/distinct based on values from a dictionary e.g. TRUEPREDICATE SORT(meta['age']) (PR #5311)

Fixed

  • Fix the query parser needs to copy list of arguments and own the memory. (#6674, since v12.5.0)
  • Fixed a potential crash when opening the realm after failing to download a fresh FLX realm during an automatic client reset (#6494, since v12.3.0)

Breaking changes

  • None.

Compatibility

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

Internals

  • Added CMake toolchains for cross-targeting Linux x86_64, armv7, and aarch64. (PR #6559)