Skip to content

1.9.0

Compare
Choose a tag to compare
@realm-ci realm-ci released this 02 Feb 14:13
· 138 commits to main since this release
543defc

1.9.0 (2024-02-02)

Enhancements

  • Added User.changes stream that allows subscribers to receive notifications when the User changes - for example when the user's custom data changes or when their authentication state changes. (PR #1500)
  • Allow the query builder to construct >, >=, <, <= queries for string constants. This is a case sensitive lexicographical comparison. Improved performance of RQL queries on a non-linked string property using: >, >=, <, <=, operators and fixed behaviour that a null string should be evaulated as less than everything, previously nulls were not matched. (Core 13.26.0-13-gd12c3)

Fixed

  • Creating an AppConfiguration with an empty appId will now throw an exception rather than crashing the app. (Issue #1487)
  • Uploading the changesets recovered during an automatic client reset recovery may lead to 'Bad server version' errors and a new client reset. (Core 13.26.0-13-gd12c3)

Compatibility

  • Realm Studio: 13.0.0 or later.

Internal

  • Using Core 13.26.0-13-gd12c3