Releases: errbotio/err-backend-slackv3
Releases · errbotio/err-backend-slackv3
v0.2.1
[0.2.1] 2022-10-02
Added
Send cards to threads, when requested. #76 (@TheJokersThief)
Ability to update slack messages. #75 (@TheJokersThief)
Allow supplying raw attachments/blocks for messages. #83 (@TheJokersThief)
Changed
refactored repository for setting it up as a pypi package. #82, #89 (@sijis)
Fixed
Ensure ephemeral messages return a ts attribute. #81 (@TheJokersThief)
v0.2.0
[0.2.0] 2022-09-22
Added
- Ability to update slack messages. #75 (@TheJokersThief)
- Send cards to threads, when asked. #76 + #79 (@TheJokersThief + @duhow)
Changed
Fixed
v0.1.1
v0.1.0
[0.1.0] 2021-11-25
Added
- Added changelog file.
- Added Github actions for unit tests, codestyle, lint.
- Added Python 3.10 to unit tets
- Added unit tests.
- Added handler for reaction add/remove.
Changed
- Person field returns unique identifier instead of @ usernames which aren't guaranteed to be unique.
See #33 for details. - Pinned markdown to v3.3.6 or newer for
@mention
support. - Unpinned aiohttp
- Pinned slack-sdk to v3.12.0 or newer for latest fixes.
- Pinned slackeventsapi to v3.0.0 or newer for latest fixes.
Removed
- Python 3.6 from unit tests.