Skip to content

Releases: errbotio/err-backend-slackv3

v0.2.1

03 Oct 19:04
db717e8
Compare
Choose a tag to compare

[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

22 Sep 09:01
Compare
Choose a tag to compare

[0.2.0] 2022-09-22

Added

Changed

Fixed

  • Unable to add add/remove reactions. #66 (@pdkhai)
  • Exception being raised on unsupported Slack events like modal and other Slack GUI events. #72 (@nzlosh)
  • Getting topic for non-existent channel. #73 (@sijis)
  • Bot id lookup for Bot accounts and Slack bot messages #74 (@jcfrt)

v0.1.1

12 Dec 11:02
c8518a0
Compare
Choose a tag to compare

[0.1.1] 2021-12-09

Added

  • Documentation for configuring BOT_ADMIN and BOT_ADMIN_NOTIFICATION.

Changed

Fixed

  • Channel mentions caused messages to be silently dropped. #57 (@nzlosh)

Removed

v0.1.0

25 Nov 09:27
Compare
Choose a tag to compare

[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.