Skip to content
This repository was archived by the owner on Apr 30, 2024. It is now read-only.

1.1.3

Compare
Choose a tag to compare
@tgyhlsb tgyhlsb released this 17 May 15:56
· 15 commits to main since this release

[1.1.3] - 2023-05-17

Added

Changed

  • Core: Calling NablaClient.setCurrentUser(userId:) when the app starts is no longer required when NablaClient.currentUserId returns a non-null value.
  • Core: The SessionTokenProvider might be called immediately after NablaClient.initialize() is called.

Fixed

  • Core: Improve live updates stability. Under bad network conditions, some websocket subscription would not reconnect as expected.
  • Core: Fixed watchers emitting new values when the observed object don't change.