Skip to content

1.8.0

Compare
Choose a tag to compare
@realm-ci realm-ci released this 29 Jan 17:47
· 147 commits to main since this release
69c446d

1.8.0 (2024-01-29)

Enhancements

  • Added RealmObject.getBacklinks<SourceType>('sourceProperty') which is a method allowing you to look up all objects of type SourceType which link to the current object via their sourceProperty property. (Issue #1480)
  • Added App.updateBaseUrl method for updating the App's base URL for switching between cloud and edge servers. The current Sync Session(s) must be paused before calling this method and the user must log in again afterwards before the Sync Session can be resumed. (PR #1454)

Fixed

  • Fix a possible hang (or in rare cases crash) during notification handling. (Issue #1492)
  • Fix Flutter app build on Linux. A contribution from thiagokisaki. (PR #1488)
  • App was not using the current baseUrl value from AppConfiguration when it is created and always used the cached value stored upon the first contact with the server. (Core XX.XX.X)

Compatibility

  • Realm Studio: 13.0.0 or later.

Internal

  • Using Core 13.26.0