Skip to content

v0.20.5

Compare
Choose a tag to compare
@manuroe manuroe released this 08 Oct 14:29
· 2353 commits to develop since this release

Changes in 0.20.5 (2021-10-08)

πŸ™Œ Improvements

  • Tests: Improve tests suites execution time by fixing leaked MXSession instances that continued to run in background. (#4875)
  • Added dynamism and compile time safety to room name and send reply event localizable strings. (#4899)
  • Pods: Update JitsiMeetSDK and Realm. (#4939)
  • Start a background task for every Realm transaction. (#4964)

πŸ› Bugfixes

  • Apply threading model for Spaces and cache space graph (#4898)

⚠️ API Changes

  • MXRoomSummaryUpdater: Combine ignoreMemberProfileChanges and eventsFilterForMessages into a single property called allowedLastMessageEventTypes. (#4451)
  • MXSendReplyEventStringsLocalizable is now MXSendReplyEventStringLocalizerProtocol and MXRoomNameStringsLocalizable is now MXRoomNameStringLocalizerProtocol (#4899)

🧱 Build

  • Bundler: Update CocoaPods and fastlane. (#4951)