Skip to content

v0.14.1

Compare
Choose a tag to compare
@tulir tulir released this 26 Jun 13:24
· 71 commits to master since this release

Added

  • Added option to delete megolm sessions that were received before the automatic ratcheting options were introduced.
  • Added config option to use IPv6 for Telegram connection (thanks to @exciler in #920).

Improved

  • Dropped support for Python 3.8.
  • Updated Docker image to Alpine 3.18.
  • Added timeout for forward backfills to prevent it from getting stuck permanently.

Fixed

  • Fixed bridge.filter.users config option not being read correctly.
  • Fixed proxy support to use python-socks instead of pysocks.