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
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,30 @@
1
+
## 2.0.1 (YYYY-MM-DD)
2
+
3
+
### Breaking changes
4
+
* None.
5
+
6
+
### Enhancements
7
+
* None.
8
+
9
+
### Fixed
10
+
*[Sync] Fatal sync exceptions are now thrown as `UnrecoverableSyncException`. (Issue [#1767](https://github.com/realm/realm-kotlin/issues/1767)[RKOTLIN-1096](https://jira.mongodb.org/browse/RKOTLIN-1096)).
11
+
12
+
### Compatibility
13
+
* File format: Generates Realms with file format v24 (reads and upgrades file format v10 or later).
14
+
* Realm Studio 15.0.0 or above is required to open Realms created by this version.
15
+
* This release is compatible with the following Kotlin releases:
16
+
* Kotlin 2.0.0 and above. Support for experimental K2-compilation with `kotlin.experimental.tryK2=true`.
17
+
* Ktor 2.1.2 and above.
18
+
* Coroutines 1.7.0 and above.
19
+
* AtomicFu 0.18.3 and above.
20
+
* The new memory model only. See https://github.com/realm/realm-kotlin#kotlin-memory-model-and-coroutine-compatibility
0 commit comments