Skip to content

v0.19.0

Compare
Choose a tag to compare
@tulir tulir released this 10 Jan 13:32
· 151 commits to master since this release
  • Breaking change (appservice) Removed typing status from state store.
  • Breaking change (appservice) Removed is_typing parameter from IntentAPI.set_typing to make the signature match ClientAPI.set_typing. timeout=0 is equivalent to the old is_typing=False.
  • Breaking change (types) Removed legacy fields in Beeper MSS events.
  • (bridge) Removed accidentally nested reply loop when accepting invites as the bridge bot.
  • (bridge) Fixed decoding JSON values in config override env vars.