|
| 1 | +## 1.15.1-SNAPSHOT (YYYY-MM-DD) |
| 2 | + |
| 3 | +[!NOTE] |
| 4 | +This release will bump the Realm file format from version 23 to 24. Opening a file with an older format will automatically upgrade it from file format v10. If you want to upgrade from an earlier file format version you will have to use Realm Kotlin v1.13.1 or earlier. Downgrading to a previous file format is not possible. |
| 5 | + |
| 6 | +### Breaking changes |
| 7 | +* None. |
| 8 | + |
| 9 | +### Enhancements |
| 10 | +* None. |
| 11 | + |
| 12 | +### Fixed |
| 13 | +* None. |
| 14 | + |
| 15 | +### Compatibility |
| 16 | +* File format: Generates Realms with file format v24 (reads and upgrades file format v10 or later). |
| 17 | +* Realm Studio 15.0.0 or above is required to open Realms created by this version. |
| 18 | +* This release is compatible with the following Kotlin releases: |
| 19 | + * Kotlin 1.9.0 and above. Support for experimental K2-compilation with `kotlin.experimental.tryK2=true`. |
| 20 | + * Ktor 2.1.2 and above. |
| 21 | + * Coroutines 1.7.0 and above. |
| 22 | + * AtomicFu 0.18.3 and above. |
| 23 | + * The new memory model only. See https://github.com/realm/realm-kotlin#kotlin-memory-model-and-coroutine-compatibility |
| 24 | +* Minimum Kbson 0.3.0. |
| 25 | +* Minimum Gradle version: 6.8.3. |
| 26 | +* Minimum Android Gradle Plugin version: 4.1.3. |
| 27 | +* Minimum Android SDK: 16. |
| 28 | +* Minimum R8: 8.0.34. |
| 29 | + |
| 30 | +### Internal |
| 31 | +* None. |
| 32 | + |
| 33 | + |
1 | 34 | ## 1.15.0 (2024-04-17) |
2 | 35 |
|
3 | 36 | [!NOTE] |
@@ -54,36 +87,6 @@ This release will bump the Realm file format from version 23 to 24. Opening a fi |
54 | 87 | - Remove CMake required version. |
55 | 88 | * Updated URL to documentation. |
56 | 89 |
|
57 | | -## 1.14.2-SNAPSHOT (YYYY-MM-DD) |
58 | | - |
59 | | -### Breaking Changes |
60 | | -- None. |
61 | | - |
62 | | -### Enhancements |
63 | | - |
64 | | -- None. |
65 | | - |
66 | | -### Fixed |
67 | | -- None. |
68 | | - |
69 | | -### Compatibility |
70 | | -- File format: Generates Realms with file format v23. |
71 | | -- Realm Studio 13.0.0 or above is required to open Realms created by this version. |
72 | | -- This release is compatible with the following Kotlin releases: |
73 | | - - Kotlin 1.9.0 and above. Support for experimental K2-compilation with `kotlin.experimental.tryK2=true`. |
74 | | - - Ktor 2.1.2 and above. |
75 | | - - Coroutines 1.7.0 and above. |
76 | | - - AtomicFu 0.18.3 and above. |
77 | | - - The new memory model only. See https://github.com/realm/realm-kotlin#kotlin-memory-model-and-coroutine-compatibility |
78 | | -- Minimum Kbson 0.3.0. |
79 | | -- Minimum Gradle version: 6.8.3. |
80 | | -- Minimum Android Gradle Plugin version: 4.1.3. |
81 | | -- Minimum Android SDK: 16. |
82 | | -- Minimum R8: 8.0.34. |
83 | | - |
84 | | -### Internal |
85 | | -- None. |
86 | | - |
87 | 90 |
|
88 | 91 | ## 1.14.1 (2024-03-19) |
89 | 92 |
|
|
0 commit comments