|
2 | 2 |
|
3 | 3 | ### Enhancements |
4 | 4 | * <New feature description> (PR [#????](https://github.com/realm/realm-core/pull/????)) |
5 | | -* Nested collections have full support for automatic client reset ([PR #7683](https://github.com/realm/realm-core/pull/7683)). |
| 5 | +* None. |
6 | 6 |
|
7 | 7 | ### Fixed |
8 | 8 | * <How do the end-user experience this issue? what was the impact?> ([#????](https://github.com/realm/realm-core/issues/????), since v?.?.?) |
| 9 | +* None. |
| 10 | + |
| 11 | +### Breaking changes |
| 12 | +* None. |
| 13 | + |
| 14 | +### Compatibility |
| 15 | +* Fileformat: Generates files with format v24. Reads and automatically upgrade from fileformat v10. If you want to upgrade from an earlier file format version you will have to use RealmCore v13.x.y or earlier. |
| 16 | + |
| 17 | +----------- |
| 18 | + |
| 19 | +### Internals |
| 20 | +* None. |
| 21 | + |
| 22 | +---------------------------------------------- |
| 23 | + |
| 24 | +# 14.7.0 Release notes |
| 25 | + |
| 26 | +### Enhancements |
| 27 | +* Nested collections have full support for automatic client reset ([PR #7683](https://github.com/realm/realm-core/pull/7683)). |
| 28 | + |
| 29 | +### Fixed |
| 30 | +* Having links in a nested collections would leave the file inconsistent if the top object is removed. ([#7657](https://github.com/realm/realm-core/issues/7657), since 14.0.0) |
9 | 31 | * Accessing App::current_user() from within a notification produced by App:switch_user() (which includes notifications for a newly logged in user) would deadlock ([#7670](https://github.com/realm/realm-core/issues/7670), since v14.6.0). |
10 | 32 | * Inserting the same typed link to the same key in a dictionary more than once would incorrectly create multiple backlinks to the object. This did not appear to cause any crashes later, but would have affecting explicit backlink count queries (eg: `...@links.@count`) and possibly notifications ([#7676](https://github.com/realm/realm-core/issues/7676) since v14.5.2). |
11 | 33 | * Automatic client reset recovery would crash when recovering AddInteger instructions on a Mixed property if its type was changed to non-integer ([PR #7683](https://github.com/realm/realm-core/pull/7683), since v11.16.0). |
|
20 | 42 |
|
21 | 43 | ### Internals |
22 | 44 | * (bindgen) Exposing a function `app_user_as_sync_user` to cast the opposite way as `sync_user_as_app_user`. ([PR #7684](https://github.com/realm/realm-core/pull/7684) as a follow-up to [PR #7634](https://github.com/realm/realm-core/pull/7634)) |
| 45 | +* Protocol version bumped to 13. |
23 | 46 |
|
24 | 47 | ---------------------------------------------- |
25 | 48 |
|
|
31 | 54 | ### Fixed |
32 | 55 | * Fixed a bug when running a IN query on a String/Int/UUID/ObjectId property that was indexed. ([7642](https://github.com/realm/realm-core/issues/7642) since v14.6.0) |
33 | 56 | * Fixed a bug when running a IN query on a integer property where double/float parameters were ignored. ([7642](https://github.com/realm/realm-core/issues/7642) since v14.6.0) |
34 | | -* Having links in a nested collections would leave the file inconsistent if the top object is removed. ([#7657](https://github.com/realm/realm-core/issues/7657), since 14.0.0) |
35 | 57 |
|
36 | 58 | ### Breaking changes |
37 | 59 | * None. |
|
0 commit comments