Skip to content

Releases: errbotio/err-backend-mattermost

3.0.0

Choose a tag to compare

@nzlosh nzlosh released this 20 Oct 15:06
446538b

[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

Choose a tag to compare

@nzlosh nzlosh released this 03 Dec 09:17
ace3fa5

[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

Choose a tag to compare

@Vaelor Vaelor released this 27 Nov 09:55
Fix not having a channelid to join a room

#33

2.0.1

Choose a tag to compare

@Vaelor Vaelor released this 26 Nov 22:28
Fix an error when trying to invite users into a room

1.2.1

Choose a tag to compare

@Vaelor Vaelor released this 15 Oct 18:57

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

1.2.0

Choose a tag to compare

@Vaelor Vaelor released this 09 Oct 15:45

Support for Mattermost Attachments/Cards

You need to use Webhooks for this functionality.

1.1.0

Choose a tag to compare

@Vaelor Vaelor released this 06 Oct 10:43

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

Choose a tag to compare

@Vaelor Vaelor released this 08 Aug 11:48

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.