Skip to content

Releases: errbotio/err-backend-mattermost

3.0.0

20 Oct 15:06
446538b
Compare
Choose a tag to compare

[3.0.0] 2021-10-20

Added

  • restructured code to use source layout for pypi packaging.
  • documentation added for readthedocs.

Changed

Removed

2.1.0

03 Dec 09:17
ace3fa5
Compare
Choose a tag to compare

[2.1.0] 2021-11-27

Added

  • create or use thread when sending message with in_reply_to.
  • support of DIVERT_TO_THREAD option.
  • ability to define custom event handlers.
  • email field to Person object.
  • cache attributes in order to prevent excessive http requests for Person object.

Changed

  • room occupant no longer processed as list type.
  • code formatted with black.
  • message size limt to 16377 characters.
  • return any combination of first name/surname for Person.fullname without trailing or leading space.
  • moved project to official errbotio organisation https://github.com/errbotio/errbot-mattermost-backend.git

Removed

2.0.2

27 Nov 09:55
Compare
Choose a tag to compare
Fix not having a channelid to join a room

#33

2.0.1

26 Nov 22:28
Compare
Choose a tag to compare
Fix an error when trying to invite users into a room

1.2.1

15 Oct 18:57
Compare
Choose a tag to compare

This fixes an issue with send_card not being able to send to other channels #28.

1.2.0

09 Oct 15:45
Compare
Choose a tag to compare

Support for Mattermost Attachments/Cards

You need to use Webhooks for this functionality.

1.1.0

06 Oct 10:43
Compare
Choose a tag to compare

This adds support for the personal access tokens in mattermost.
You need to pip install -U mattermostdriver for version 2.2.0 for this.

Fixes markdown support

08 Aug 11:48
Compare
Choose a tag to compare

This release fixes the markdown support I broke in #8.
On the other hand, this breaks #8 again, so the log tail command with is pretty much unreadable again for long outputs.