Skip to content

Commit 0969aa3

Browse files
authored
Upgrade to Realm Core v14.13.1 (#6914)
* Upgrade Realm Core to v14.12.0 * Copy relevant notes from the core changelog
1 parent 27f61ed commit 0969aa3

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,20 @@
88

99
### Fixed
1010
* Fixed build error on React Native Android when used with React Native 0.76, due to the merge of dynamic libraries. ([#6908](https://github.com/realm/realm-js/issues/6908) since React Native v0.76.0).
11+
* Filtering notifications with backlink columns as last element could sometimes give wrong results ([realm/realm-core#7530](https://github.com/realm/realm-core/issues/7530), since Realm JS v10.6.2-beta.1)
12+
* Fix crash during client app shutdown when Logger log level is set higher than Info. ([realm/realm-core#7969](https://github.com/realm/realm-core/issues/7969), since Realm JS v12.3.1)
13+
* If File::rw_lock() fails to open a file the exception message does not contain the filename ([realm/realm-core#7999](https://github.com/realm/realm-core/issues/7999), since Realm JS v6.1.0)
14+
* Fallback to hashed filename will fail if length of basename is between 240 and 250 ([realm/realm-core#8007](https://github.com/realm/realm-core/issues/8007), since Realm JS v10.0.0)
15+
* Having a query with a number of predicates ORed together may result in a crash on some platforms (strict weak ordering check failing on iphone) ([realm/realm-core#8028](https://github.com/realm/realm-core/issues/8028), since Realm JS v12.8.0)
16+
* The events library would attempt to upload backup files created as part of file format upgrades, causing backup copies of those backups to be made, looping until the maximum file name size was reached ([realm/realm-core#8040](https://github.com/realm/realm-core/issues/8040), since Realm JS v10.18.0).
1117

1218
### Compatibility
1319
* React Native >= v0.71.4
1420
* Realm Studio v15.0.0.
1521
* File format: generates Realms with format v24 (reads and upgrades file format v10).
1622

1723
### Internal
18-
<!-- * Either mention core version or upgrade -->
19-
<!-- * Using Realm Core vX.Y.Z -->
20-
<!-- * Upgraded Realm Core from vX.Y.Z to vA.B.C -->
24+
* Upgraded Realm Core from v14.12.0 to v14.13.1.
2125

2226
## 12.13.1 (2024-08-21)
2327

Submodule realm-core updated 60 files

0 commit comments

Comments
 (0)