File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1- ## unreleased
1+ ## v0.19.0 (2023-01-10)
22
3+ * ** Breaking change * (appservice)*** Removed typing status from state store.
4+ * ** Breaking change * (appservice)*** Removed ` is_typing ` parameter from
5+ ` IntentAPI.set_typing ` to make the signature match ` ClientAPI.set_typing ` .
6+ ` timeout=0 ` is equivalent to the old ` is_typing=False ` .
7+ * ** Breaking change * (types)*** Removed legacy fields in Beeper MSS events.
38* * (bridge)* Removed accidentally nested reply loop when accepting invites as
49 the bridge bot.
510* * (bridge)* Fixed decoding JSON values in config override env vars.
6- * * (appservice)* Removed typing status from state store.
7- * Additionally, the ` is_typing ` boolean in ` set_typing ` is now deprecated,
8- and ` timeout=0 ` should be used instead to match the ` ClientAPI ` behavior.
911
1012## v0.18.9 (2022-12-14)
1113
Original file line number Diff line number Diff line change 1- __version__ = "0.18.9 "
1+ __version__ = "0.19.0 "
22__author__ = "Tulir Asokan <tulir@maunium.net>"
33__all__ = [
44 "api" ,
You can’t perform that action at this time.
0 commit comments