Skip to content

v0.35.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Nov 16:02
· 5 commits to main since this release
v0.35.0
4582010

[0.35.0] 11th November 2024

Fixes a minor performance leak where the app re-requests the member list of all encrypted rooms.
For this the parameter cache in Room.requestParticipants() is now also
responsible to store the member data in the database. Also it is not true by default anymore for
unencrypted rooms.

  • feat: Add additional properties for LoginFlow type (Krille)
  • feat: Optional authentication for profile requests (Krille)
  • fix: BREAKING! Cache members for encrypted rooms in database (Krille)
  • chore: add require trailing comma lint (Mohammad Reza Moradi)