1- x.y.z Release notes (yyyy-MM-dd )
1+ 10.49.0 Release notes (2024-03-22 )
22=============================================================
33
44This version introduces a new Realm file format version (v24). Opening existing
@@ -11,6 +11,7 @@ upgrade. Downgrading to older versions of Realm will attempt to automatically
1111restore the backup, or it will be deleted after three months.
1212
1313### Enhancements
14+
1415* Storage of Decimal128 properties has been optimised similarly to Int
1516 properties so that the individual values will take up 0 bits (if all nulls),
1617 32 bits, 64 bits or 128 bits depending on what is needed.
@@ -19,6 +20,7 @@ restore the backup, or it will be deleted after three months.
1920 between 16kB and 4MB in size. ([PR #7492](https://github.com/realm/realm-core/pull/7492)).
2021
2122### Fixed
23+
2224* Sorting on binary Data was done by comparing bytes as signed char rather than
2325 unsigned char, resulting in very strange orders (since sorting on Data was
2426 enabled in v6.0.4)
@@ -48,9 +50,11 @@ restore the backup, or it will be deleted after three months.
4850 ([#7349](https://github.com/realm/realm-core/issues/7349), since v10.46.0)
4951
5052### Breaking Changes
53+
5154* Drop support for opening pre-v5.0.0 Realm files.
5255
5356### Compatibility
57+
5458* Realm Studio: 14.0.1 or later.
5559* APIs are backwards compatible with all previous releases in the 10.x.y series.
5660* Carthage release for Swift is built with Xcode 15.3.0.
@@ -59,6 +63,7 @@ restore the backup, or it will be deleted after three months.
5963 Apple begins requiring Xcode 15 for app store submissions on April 29.
6064
6165### Internal
66+
6267* Upgraded realm-core from 13.26.0 to 14.3.0
6368
646910.48.1 Release notes (2024-03-15)
0 commit comments