Skip to content

v0.9.3

Choose a tag to compare

@giomfo giomfo released this 03 Oct 12:37
· 6516 commits to develop since this release

Improvements:

  • MXSession: Fix parallel /sync requests streams (PR #360).
  • Add new async method for loading users with particular userIds, thanks to @morozkin (PR #357).
  • MXFileStore: Add necessary async API for room state events and accountdata, (PR #361, PR #363).
  • MXMemoryStore: improve getEventReceipts implementation (PR #364).
  • MXRestClient: Add the openIdToken method (PR #365).
  • MXEvent: Add MXEventTypeRoomBotOptions & MXEventTypeRoomPlumbing. (PR #370).
  • Crypto: handleDeviceListsChanges: Do not switch to the processing thread if there is nothing to do.
  • MXRoomSummary: Add the server timestamp (PR #376).

Bug fixes: