Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/880790 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mautrix?expand=0&rev=4
74 lines
3.0 KiB
Plaintext
74 lines
3.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Mar 16 17:58:51 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Update to version 0.8.15:
|
|
- Add option to not use transaction for db upgrades
|
|
- Return None instead of attr.NOTHING for fields without value
|
|
- Crash if server doesn't advertise appservice login
|
|
- Switch BaseFileConfig to use pkgutil instead of pkg_resources
|
|
- Catch MNotFound when updating m.direct
|
|
- Log data when deserialization fails
|
|
- Expose ExtensibleEnum in mautrix.types
|
|
- Allow postgresql:// scheme in encryption database URL
|
|
- Add better error message if deserialization fails
|
|
- Log full data instead of only known fields when failing to
|
|
deserialize
|
|
- Automatically retry login if custom puppet start fails
|
|
- Fix ExtensibleEnum leaking keys between different types
|
|
- Allow changing bot used in ensure_joined
|
|
- Add custom puppet relogin when sync fails
|
|
- Handle MNotFound when getting pinned events
|
|
- Use same txn_id when retrying sends in bridges
|
|
- Update client state store with events from sync
|
|
- Don't check message in whoami forbidden error
|
|
- Fix fault for rooms without power_levels state event.
|
|
- Graceful handling of missing or empty event.unsigned object.
|
|
- Send warning when receiving encrypted messages with e2be
|
|
disabled
|
|
- Add utility for async getter locking
|
|
- Allow overriding asyncpg pool in async_db Database wrapper
|
|
- Only update state if state_store is set
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 4 11:41:20 UTC 2021 - Dead Mozay <dead_mozay@opensuse.org>
|
|
|
|
- Update to version 0.8.6:
|
|
* Switched to secrets.token_urlsafe for generating tokens
|
|
(e.g. registration hs/as_tokens).
|
|
* Changed sync error logging to warning instead of exception.
|
|
* Allowed sending read receipts even if appservice user is not
|
|
in room (#34).
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 29 15:21:33 UTC 2020 - Dead Mozay <dead_mozay@opensuse.org>
|
|
|
|
- Update to version 0.8.5:
|
|
* Made SerializableEnum work with int value
|
|
* Added TraceLogger type hints to command handling classes
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 19 04:21:19 UTC 2020 - Dead Mozay <dead_mozay@opensuse.org>
|
|
|
|
- Update to version 0.8.3:
|
|
* Fixed typo in HTML reply fallback generation when target
|
|
message is plaintext.
|
|
* Made CommandEvent.mark_read async instead of returning an
|
|
awaitable, because sometimes it didn't return an awaitable.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 3 15:29:31 UTC 2020 - Dead Mozay <dead_mozay@opensuse.org>
|
|
|
|
- Update to version 0.5.0:
|
|
* No changelog was made available.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 28 14:18:48 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Format with spec-cleaner
|
|
- Sort out the deps
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 27 13:11:59 UTC 2020 - Dead Mozay <dead_mozay@opensuse.org>
|
|
|
|
- Initial package
|