| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Add update-setup.py-to-avoid-installing-of-test-pkg.patch
- Add dont-require-pytest-runner.patch
- Version 0.4.0
- Experimental support for encrypted rooms has been implemented.
- Add an option (use_authorization_header) for sending auth tokens using the
HTTP Authorization header instead of the access_token query parameter.
- Add the ability to set the room name and whether room federation is allowed with create_room().
- Catch MissingSchema errors that could be raised by the http library
- Add urllib3 as an explicit dependency.
- Include the SDK version in the User Agent of requests.
- Speed up membership handling code in rooms.
- Use lexicographical sort to room displayname calculation.
- Add a new method, whoami, for determining the Matrix ID of the currently authenticated user.
- Better support for global vs. per-room display names.
- Better handling of users who lack a display name.
- Add support for specifying a filename when uploading media.
- Numerous fixes to the tests.
- Initial spec for v0.3.2