Releases
1.0.3
1.0.3 (2023-03-20)
Enhancements
Deprecated SyncResolveError
and SyncResolveErrorCode
(#1182 ).
Added SyncWebSocketError
and SyncWebSocketErrorCode
for web socket connection sync errors (#1182 ).
Added FlexibleSyncConfiguration.shouldCompactCallback
support (#1204 ).
Added RealmSet.asResults()
(#1214 ).
Fixed
You may have a crash on Windows if you try to open a file with non-ASCII path (Core upgrade).
Creating subscriptions with queries having unicode parameters causes a server error (Core upgrade).
Fixed error message when trying to switchUser
of the App
to a user that has been logged out (#1182 ).
Fixed performance degradation on SubQueries (Core upgrade).
Fixed several cases where wrong type of exception was thrown (Core upgrade).
Fixed classification of InvalidQuery exception (Core upgrade).
Fix crash if secure transport returns an error with a non-zero length. (Core upgrade).
Fix error in RealmSet<T>
when T
is a realm object (#1202 ).
Fixes infinite-loop like issue with await-for-yield over change streams (#1213 ).
Compatibility
Realm Studio: 13.0.0 or later.
Internal
You can’t perform that action at this time.