2020-10-04 13:41:16 by Jonathan Schleifer | Files touched by this commit (3) |
Log message:
Update chat/py-mautrix to 0.7.11
0.7.2:
* Added bridge config option to pass custom arguments to SQLAlchemy's
create_engine
0.7.3:
* Added support for telling the user about decryption errors in bridge module
0.7.4:
* Made sender_device optional in decrypted olm events
* Added opt_prometheus utility for using prometheus as an optional dependency
* Added Matrix event time processing metric for bridges when prometheus is
installed
0.7.5:
* Added utility for measuring async method time in prometheus
0.7.6:
* Fixed bug where parsing invite fails if unsigned is not set or null
* Added trace logs when bridge module ignores messages
0.7.7:
* Added utility method for waiting for incoming group sessions in OlmMachine
* Made end-to-bridge encryption helper wait for incoming group sessions for 3
seconds
0.7.8:
* Made the UUID type de/serializable by default
0.7.9:
* Added parameter to change how long EncryptionManager.decrypt() should wait
for the megolm session to arrive
* Changed get_displayname and get_avatar_url to ignore M_NOT_FOUND errors
* Updated type hint of set_reply to allow EventIDs
0.7.10:
* Fixed deserializing the info object in media msgtypes into dataclasses
0.7.11:
No changes published.
|
2020-09-12 05:25:34 by David H. Gutteridge | Files touched by this commit (1) |
Log message:
py-mautrix: mark Python 2.7 incompatibility (fix bulk builds)
|
2020-09-11 07:40:51 by Thomas Klausner | Files touched by this commit (2) |
Log message:
py-mautrix: improve github handling.
|
2020-09-11 04:06:38 by Jonathan Schleifer | Files touched by this commit (1) |
Log message:
chat/py-mautrix: Fix typo I introduced after testing
|
2020-09-11 03:21:41 by Jonathan Schleifer | Files touched by this commit (1) |
Log message:
chat/py-mautrix: Specify maximum version of py-aiohttp
|
2020-09-11 03:18:55 by Jonathan Schleifer | Files touched by this commit (4) |
Log message:
Add chat/py-mautrix
|