1+ 10.49.1 Release notes (2024-03-22)
2+ =============================================================
3+
4+ ### Enhancements
5+
6+ * Improve file compaction performance on arm64 platforms for encrypted files
7+ between 16kB and 4MB in size. ([PR #7492](https://github.com/realm/realm-core/pull/7492)).
8+
9+ ### Fixed
10+
11+ * Opening a Realm with a cached user while offline would fail to retry some
12+ steps of the connection process and instead report a fatal error.
13+ ([#7349](https://github.com/realm/realm-core/issues/7349), since v10.46.0)
14+
15+ ### Compatibility
16+
17+ * Realm Studio: 14.0.1 or later.
18+ * APIs are backwards compatible with all previous releases in the 10.x.y series.
19+ * Carthage release for Swift is built with Xcode 15.3.0.
20+ * CocoaPods: 1.10 or later.
21+ * Xcode: 14.2-15.3.0.
22+
23+ ### Internal
24+
25+ * Upgraded realm-core from v14.3.0 to 14.4.1
26+
12710.49.0 Release notes (2024-03-22)
228=============================================================
329
@@ -16,8 +42,6 @@ restore the backup, or it will be deleted after three months.
1642 properties so that the individual values will take up 0 bits (if all nulls),
1743 32 bits, 64 bits or 128 bits depending on what is needed.
1844 ([Core #6111](https://github.com/realm/realm-core/pull/6111))
19- * Improve file compaction performance on arm64 platforms for encrypted files
20- between 16kB and 4MB in size. ([PR #7492](https://github.com/realm/realm-core/pull/7492)).
2145
2246### Fixed
2347
@@ -45,9 +69,6 @@ restore the backup, or it will be deleted after three months.
4569 ([Core #6670](https://github.com/realm/realm-core/pull/6670), since 2.0.0 for indexes, and since since the introduction of sets in v10.8.0)
4670* Fix a spurious crash related to opening a Realm on background thread while
4771 the process was in the middle of exiting ([Core #7420](https://github.com/realm/realm-core/pull/7420)).
48- * Opening a Realm with a cached user while offline would fail to retry some
49- steps of the connection process and instead report a fatal error.
50- ([#7349](https://github.com/realm/realm-core/issues/7349), since v10.46.0)
5172
5273### Breaking Changes
5374
0 commit comments