Skip to content

v0.0.4

Compare
Choose a tag to compare
@Half-Shot Half-Shot released this 10 Aug 13:50
· 373 commits to master since this release

Changes:

  • Documentation can now be generated with sphinx
  • Added documentation for matrix_client/client.py
  • Basic tests written

API

  • Fixed issue with urlpase ( #27 )
  • Deprecated /initialSync and /events
  • Added support for /sync
  • Fixed typo in media_upload
  • Fixed c&p typo in set_avatar_url

MatrixClient

  • Will no longer crash on a failed sync, and will backoff if a failure occurs.
  • Rooms now have a limited event history to avoid eating away at memory
  • New helper function get_friendly_name for rooms.