1
- x.y.z Release notes (yyyy-MM-dd )
1
+ 10.49.0 Release notes (2024-03-22 )
2
2
=============================================================
3
3
4
4
This 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
11
11
restore the backup, or it will be deleted after three months.
12
12
13
13
### Enhancements
14
+
14
15
* Storage of Decimal128 properties has been optimised similarly to Int
15
16
properties so that the individual values will take up 0 bits (if all nulls),
16
17
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.
19
20
between 16kB and 4MB in size. ([PR #7492](https://github.com/realm/realm-core/pull/7492)).
20
21
21
22
### Fixed
23
+
22
24
* Sorting on binary Data was done by comparing bytes as signed char rather than
23
25
unsigned char, resulting in very strange orders (since sorting on Data was
24
26
enabled in v6.0.4)
@@ -48,9 +50,11 @@ restore the backup, or it will be deleted after three months.
48
50
([#7349](https://github.com/realm/realm-core/issues/7349), since v10.46.0)
49
51
50
52
### Breaking Changes
53
+
51
54
* Drop support for opening pre-v5.0.0 Realm files.
52
55
53
56
### Compatibility
57
+
54
58
* Realm Studio: 14.0.1 or later.
55
59
* APIs are backwards compatible with all previous releases in the 10.x.y series.
56
60
* 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.
59
63
Apple begins requiring Xcode 15 for app store submissions on April 29.
60
64
61
65
### Internal
66
+
62
67
* Upgraded realm-core from 13.26.0 to 14.3.0
63
68
64
69
10.48.1 Release notes (2024-03-15)
0 commit comments