Skip to content

v0.7.0

Latest

Choose a tag to compare

@maxbrunet maxbrunet released this 29 Nov 14:36
· 142 commits to main since this release
10ed676

Added

  • Support for Python 3.14 (#1017)
  • Handle conflict with system emojis (#1059)

Changed

  • Require click >=8.2 (#869)

  • Replace mattermostdriver by mattermostautodriver (#988)

    The Mattermost URL must now be configured without /api/v4. For example:

    - http://127.0.0.1:8065/api/v4
    + http://127.0.0.1:8065
  • Require mattermostautodriver >=10.12 for detailed API errors in Exceptions (#1058)

Removed

  • Drop support for Python 3.9 (#887)