You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)