Skip to content

Patch release

Compare
Choose a tag to compare
@Terrance Terrance released this 22 Feb 22:04
· 5 commits to master since this release
059ff8c

⚠️ Python version requirement change: In order to keep in sync with the latest changes to hangups (the underlying Hangouts library), the new minimum supported version is Python 3.5.3 (up from 3.4.4).


Bug fixes

  • Docker entrypoint made executable (#869)
  • typo fix in telesync's location handling
  • proper closing of sessions in SlackRTM and telesync

Improvements

  • @ command preprocessor made case-insensitive
  • plugins can now define _finalise() as a coroutine for async unloading tasks
  • hangups is now pinned by version rather than via git

Dependency changes

  • aiohttp updated to the current major version (#960)