|
1 | | -x.y.z Release notes (yyyy-MM-dd) |
| 1 | +10.54.2 Release notes (2024-12-17) |
2 | 2 | ============================================================= |
3 | | -### Enhancements |
4 | | -* Add prebuilt binaries for Xcode 16.2. |
5 | 3 |
|
6 | | -### Fixed |
7 | | -* <How to hit and notice issue? what was the impact?> ([#????](https://github.com/realm/realm-swift/issues/????), since v?.?.?) |
8 | | -* None. |
| 4 | +### Enhancements |
9 | 5 |
|
10 | | -<!-- ### Breaking Changes - ONLY INCLUDE FOR NEW MAJOR version --> |
| 6 | +* Add prebuilt binaries for Xcode 16.2. |
11 | 7 |
|
12 | 8 | ### Compatibility |
| 9 | + |
13 | 10 | * Realm Studio: 15.0.0 or later. |
14 | 11 | * APIs are backwards compatible with all previous releases in the 10.x.y series. |
15 | 12 | * Carthage release for Swift is built with Xcode 16.2.0. |
16 | 13 | * CocoaPods: 1.10 or later. |
17 | 14 | * Xcode: 15.3.0-16.2. |
18 | 15 |
|
19 | | -### Internal |
20 | | -* Upgraded realm-core from ? to ? |
21 | | - |
22 | 16 | 10.54.1 Release notes (2024-10-22) |
23 | 17 | ============================================================= |
24 | | -### Enhancements |
25 | | -* None. |
26 | 18 |
|
27 | 19 | ### Fixed |
| 20 | + |
28 | 21 | * The events library would attempt to upload backup files created as part of |
29 | 22 | file format upgrades, causing backup copies of those backups to be made, |
30 | 23 | looping until the maximum file name size was reached |
31 | 24 | ([Core #8040](https://github.com/realm/realm-core/issues/8040), since v10.26.0). |
32 | 25 |
|
33 | | -<!-- ### Breaking Changes - ONLY INCLUDE FOR NEW MAJOR version --> |
34 | | - |
35 | 26 | ### Compatibility |
| 27 | + |
36 | 28 | * Realm Studio: 15.0.0 or later. |
37 | 29 | * APIs are backwards compatible with all previous releases in the 10.x.y series. |
38 | 30 | * Carthage release for Swift is built with Xcode 15.4.0. |
39 | 31 | * CocoaPods: 1.10 or later. |
40 | 32 | * Xcode: 15.3.0-16.1 beta. |
41 | 33 |
|
42 | 34 | ### Internal |
| 35 | + |
43 | 36 | * Upgraded realm-core from v14.13.0 to 14.13.1 |
44 | 37 |
|
45 | 38 | 10.54.0 Release notes (2024-09-20) |
|
0 commit comments