Realm JavaScript v11.8.0
NOTE: Since the file format of the Realm auxiliary files have been changed, it is required to use Realm Studio v14.0.0 to open Realm files produced by this release.
Enhancements
- Enable multiple processes to operate on an encrypted Realm simultaneously. (realm/realm-core#1845)
Fixed
- Fix a stack overflow crash when using the query parser with long chains of AND/OR conditions. (realm/realm-core#6428, since v10.11.0)
Compatibility
- React Native >= v0.71.0
- Realm Studio v14.0.0.
- File format: generates Realms with format v23 (reads and upgrades file format v5 or later for non-synced Realm, upgrades file format v10 or later for synced Realms).