Releases: errbotio/err-backend-mattermost
Releases · errbotio/err-backend-mattermost
3.0.0
[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
[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
Fix not having a channelid to join a room
#33
2.0.1
Fix an error when trying to invite users into a room
1.2.1
This fixes an issue with send_card
not being able to send to other channels #28.
1.2.0
Support for Mattermost Attachments/Cards
You need to use Webhooks for this functionality.
1.1.0
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
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.