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
+2-24Lines changed: 2 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
## 3.7.0 (YYYY-MM-DD)
1
+
## 3.7.0 (2017-09-01)
2
2
3
3
### Deprecated
4
4
@@ -39,30 +39,8 @@ and `SyncUser#retrieveInfoForUserAsync` which returns a `SyncUserInfo` with mode
39
39
40
40
### Bug Fixes
41
41
42
-
### Internal
43
-
44
-
*[ObjectServer] removed `ObjectServerUser` and its inner classes, in a step to reduce `SyncUser` complexity (#3741).
45
-
*[ObjectServer] changed the `SyncSessionStopPolicy` to `AfterChangesUploaded` to align with other binding and to prevent use cases where the Realm might be deleted before the last changes get synchronized (#5028).
46
-
* Upgraded Realm Sync to 1.10.8
47
-
* Let Object Store handle migration.
48
-
49
-
## 3.5.1 (YYYY-MM-DD)
50
-
51
-
### Bug Fixes
52
-
53
-
### Internal
54
-
55
-
*[ObjectServer] removed `ObjectServerUser` and its inner classes, in a step to reduce `SyncUser` complexity (#3741).
56
-
*[ObjectServer] changed the `SyncSessionStopPolicy` to `AfterChangesUploaded` to align with other binding and to prevent use cases where the Realm might be deleted before the last changes get synchronized (#5028).
57
-
*[ObjectServer] Upgraded Realm Sync to 1.10.8.
58
-
* Let Object Store handle migrations and schema validation.
59
-
60
-
## 3.5.1 (YYYY-MM-DD)
61
-
62
-
### Bug Fixes
63
-
64
42
* Potential crash after using `Realm.getSchema()` to change the schema of a typed Realm. `Realm.getSchema()` now returns an immutable `RealmSchema` instance.
65
-
*`Realm.copyToRealmOrUpdate()`might cause a `RealmList` field to contain duplicated elements (#4957).
43
+
*`Realm.copyToRealmOrUpdate()`could cause a `RealmList` field to contain duplicated elements (#4957).
66
44
*`RealmSchema.create(String)` and `RealmObjectSchema.setClassName(String)` did not accept class name whose length was 51 to 57.
67
45
* Workaround for an Android JVM crash when using `compactOnLaunch()` (#4964).
68
46
* Class name in exception message from link query is wrong (#5096).
0 commit comments