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
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,23 @@
1
+
## 10.6.0-BETA.2 (2021-05-17)
2
+
3
+
### Breaking Changes
4
+
* None.
5
+
6
+
### Enhancements
7
+
* None.
8
+
9
+
### Fixed
10
+
* Removed wrong `@Nullable` annotation on `RealmQuery.maxRealmAny()`.
11
+
12
+
### Compatibility
13
+
* File format: Generates Realms with format v21. Unsynced Realms will be upgraded from Realm Java 2.0 and later. Synced Realms can only be read and upgraded if created with Realm Java v10.0.0-BETA.1.
14
+
* APIs are backwards compatible with all previous release of realm-java in the 10.6.y series.
15
+
* Realm Studio 11.0.0-alpha.0 or above is required to open Realms created by this version.
0 commit comments