You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+36Lines changed: 36 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,39 @@
1
+
## 1.16.1-SNAPSHOT (2024-05-01)
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
+
### Known issues
16
+
* Missing initial download progress notification when there is no active downloads. (Issue [realm/realm-core#7627](https://github.com/realm/realm-core/issues/7627), since 1.15.1)
17
+
18
+
### Compatibility
19
+
* File format: Generates Realms with file format v24 (reads and upgrades file format v10 or later).
20
+
* Realm Studio 15.0.0 or above is required to open Realms created by this version.
21
+
* This release is compatible with the following Kotlin releases:
22
+
* Kotlin 1.9.0 and above. Support for experimental K2-compilation with `kotlin.experimental.tryK2=true`.
23
+
* Ktor 2.1.2 and above.
24
+
* Coroutines 1.7.0 and above.
25
+
* AtomicFu 0.18.3 and above.
26
+
* The new memory model only. See https://github.com/realm/realm-kotlin#kotlin-memory-model-and-coroutine-compatibility
0 commit comments