Skip to content

v0.4.0

Compare
Choose a tag to compare
@theomonnom theomonnom released this 19 Sep 04:12
· 211 commits to main since this release
c5e0e26

Breaking changes from v0.3.3

  • Room.e2ee_manager is now a @property instead of a function
  • Room.run has been removed and is automatically being launched on a background task by Room.connect
    • This means you need to make sure you register to the room events before connecting otherwise you might miss some events in a bad timing.

What's Changed

Full Changelog: v0.3.3...v0.4.0