Skip to content

Commit b3406e3

Browse files
authored
Update core to include numberOfActiveVersions fix (#1516)
1 parent 24b19c2 commit b3406e3

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## 1.11.2 (YYYY-MM-DD)
2+
3+
### Enhancements
4+
* None.
5+
6+
### Fixed
7+
* `Realm.getNumberOfActiveVersions` now returns the actual number of active versions. (Core issue [#6960](https://github.com/realm/realm-core/pull/6960))
8+
9+
### Compatibility
10+
* File format: Generates Realms with file format v23.
11+
* Realm Studio 13.0.0 or above is required to open Realms created by this version.
12+
* This release is compatible with the following Kotlin releases:
13+
* Kotlin 1.8.0 and above. The K2 compiler is not supported yet.
14+
* Ktor 2.1.2 and above.
15+
* Coroutines 1.7.0 and above.
16+
* AtomicFu 0.18.3 and above.
17+
* The new memory model only. See https://github.com/realm/realm-kotlin#kotlin-memory-model-and-coroutine-compatibility
18+
* Minimum Kbson 0.3.0.
19+
* Minimum Gradle version: 6.8.3.
20+
* Minimum Android Gradle Plugin version: 4.1.3.
21+
* Minimum Android SDK: 16.
22+
23+
### Internal
24+
* Updated to Realm Core 13.20.0, commit a3717e492ec606e42995169cf706a82fc1cd0698.
25+
26+
127
## 1.11.1 (2023-09-07)
228

329
### Enhancements

packages/external/core

Submodule core updated 45 files

0 commit comments

Comments
 (0)