Skip to content

Releases: opsdroid/opsdroid

v0.30.0

25 Apr 12:49
e41d608
Compare
Choose a tag to compare

Changes

Facebook Connector Changes

Matrix Connector Changes

Slack Connector Changes

Database Changes

Bug Fixes

  • Raise an exception in matrix event creator if request fails @Cadair (#1986)
  • EditedMessage should use 'username' as 'user' is not present in slack API response @rodrigo-albuquerque (#2021)

Documentation and code quality

v0.29.1

25 Apr 09:14
b28f084
Compare
Choose a tag to compare

Changes

v0.29.0

25 Apr 09:09
9b6c9e6
Compare
Choose a tag to compare

Changes

GitHub Connector Changes

Slack Connector Changes

  • Added retry timer for Slack API rate limit threshold + ability to reply to other bots & within a thread using Blocks @rodrigo-albuquerque (#1961)

Parser and Matcher Changes

Bug Fixes

  • configure web server to use TLS 1.2 protocol for ssl_context @spinits4 (#2014)

Documentation and code quality

v0.28.0

10 Oct 10:26
ddd8a8e
Compare
Choose a tag to compare

Changes

Documentation and code quality

v0.27.0

02 Aug 10:50
373d216
Compare
Choose a tag to compare

Changes

Enhancements

Slack Connector Changes

Telegram Connector Changes

Websocket Connector Changes

  • Allow specifying a token to be used for validation when requesting a socket from the connector @FabioRosado (#1931)
  • Accept sending a stringified json blob to the connector so you can add extra information to messages such as user @FabioRosado (#1931)

Documentation and code quality

v0.26.0

24 Apr 14:05
33241f2
Compare
Choose a tag to compare

Changes

Matrix Connector Changes

Slack Connector Changes

Parser and Matcher Changes

  • Handle wit.ai api response when multiple values are returned from the API @Davasny (#1902)
  • Fix issue with Rasa NLU entity extraction @oleg-fiksel (#1888)
  • Allow skipping training of Rasa model and use pre-trained model @oleg-fiksel (#1886)

Bug Fixes

Documentation and code quality

Other Merged PRs

v0.25.0

03 Dec 23:32
65fcfd5
Compare
Choose a tag to compare

Changes

Gitter Connector Changes

Matrix Connector Changes

Rocketchat Connector Changes

Slack Connector Changes

Telegram Connector Changes

Twitch Connector Changes

Webex Teams Connector Changes

Websocket Connector Changes

Parser and Matcher Changes

Bug Fixes

  • Fix pip install opsdroid[all] by updating botbuilder-core dep @cognifloyd (#1871)

Documentation and code quality

v0.24.1

11 Oct 12:01
9a48364
Compare
Choose a tag to compare

What's Changed

This release fixes build issues with the docker containers

  • Split the deploy workflow into docker and pypi by @Cadair in #1843

v0.24.0

11 Oct 10:46
bce356e
Compare
Choose a tag to compare

With this release we are deprecating the docker images on hub.docker.com, please now pull the containers from the GitHub Container Registry by changing the image from opsdroid/opsdroid to ghcr.io/opsdroid/opsdroid. This is due to changes docker hub has made which stop us from building containers there, and limited support for authentication without a subscription.

New Features

Documentation and code quality

Other Merged PRs

New Contributors

v0.23.0

09 Jul 09:04
021aa68
Compare
Choose a tag to compare

Changes

Mattermost Connector Changes

  • Do not parse own messages in Mattermost connector @davdr (#1776)
  • Add kwargs to Message constructor in Mattermost connector @davdr (#1774)

Slack Connector Changes

  • Allow Slack's BlockAction event to be matched based on action_id and block_id @ajitdsa (#1788)
  • Fix nonetype iterable raw_event in slack connector @chillipeper (#1777)
  • Add search messages method to Slack Connector @chillipeper (#1769)

Parser and Matcher Changes

Documentation and code quality