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
+29
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,35 @@
27
27
* None.
28
28
29
29
30
+
## 1.12.1-SNAPSHOT (YYYY-MM-DD)
31
+
32
+
### Breaking Changes
33
+
* None.
34
+
35
+
### Enhancements
36
+
* None.
37
+
38
+
### Fixed
39
+
* Fix craches caused by posting to a released scheduler. (Issue [#1543](https://github.com/realm/realm-kotlin/issues/1543))
40
+
41
+
### Compatibility
42
+
* File format: Generates Realms with file format v23.
43
+
* Realm Studio 13.0.0 or above is required to open Realms created by this version.
44
+
* This release is compatible with the following Kotlin releases:
45
+
* Kotlin 1.8.0 and above. The K2 compiler is not supported yet.
46
+
* Ktor 2.1.2 and above.
47
+
* Coroutines 1.7.0 and above.
48
+
* AtomicFu 0.18.3 and above.
49
+
* The new memory model only. See https://github.com/realm/realm-kotlin#kotlin-memory-model-and-coroutine-compatibility
50
+
* Minimum Kbson 0.3.0.
51
+
* Minimum Gradle version: 6.8.3.
52
+
* Minimum Android Gradle Plugin version: 4.1.3.
53
+
* Minimum Android SDK: 16.
54
+
55
+
### Internal
56
+
* Updated to Realm Core 13.23.3, commit 7556b535aa7b27d49c13444894f7e9db778b3203.
57
+
58
+
30
59
## 1.12.0 (2023-11-02)
31
60
32
61
This release upgrades the Sync metadata in a way that is not compatible with older versions. To downgrade a Sync app from this version, you'll need to manually delete the metadata folder located at `$[SYNC-ROOT-DIRECTORY]/mongodb-realm/[APP-ID]/server-utility/metadata/`. This will log out all users.
0 commit comments