Releases: mautrix/python
Releases · mautrix/python
v0.7.6
v0.7.5
v0.7.4
v0.7.3
v0.7.2
v0.7.1
v0.7.0
- Added support for e2ee key sharing in
OlmMachine
(both sending and responding to requests) - Added option for automatically sharing keys from bridges
- Added account data get/set methods for
ClientAPI
- Added helper for bridges to update
m.direct
account data - Added default user ID and alias namespaces for bridge registration generation
- Added asyncpg-based client state store implementation
- Added filtering query parameters to
ClientAPI.get_members
- Changed attachment encryption methods to return
EncryptedFile
objects instead of dicts - Changed
SimpleLock
to useasyncio.Event
instead ofasyncio.Future
- Made SQLAlchemy optional for bridges
- Fixed error when profile endpoint responses are missing keys
v0.6.1
v0.6.0
- Added native end-to-end encryption module
- Switched e2be helper to use native e2ee instead of matrix-nio
- Includes crypto stores based on pickle and asyncpg
- Added e2ee helper to high-level client module
- Added support for getting
prev_content
from the top level in addition tounsigned