Skip to content

Releases: jkhsjdhjs/maubot-webhook

v0.3.0

17 Apr 12:42
v0.3.0
6fbed22
Compare
Choose a tag to compare

A new release of maubot-webhook has arrived! Version 0.3.0 incorporates the following new features:

  • A new option ignore_empty_messages, that allows to prevent empty messages from sending, thanks @ryanlerch! (#4)
  • markdown is replaced by message_format, which now also allows sending html messages. The config is automatically updated. Thank you again @ryanlerch for your contribution! (#5)
  • Changes to path and method are now automatically detected and the webhook is restarted. Manual restarts aren't necessary anymore!
  • room and message templates are now loaded on startup and on change, which allows detecting syntax errors immediately! Previously, syntax errors were only detected when a request is being processed. However, undefined variables are still only detected when handling requests.

Furthermore, this plugin is now typechecked with mypy! This should make it harder to introduce bugs in the future.

v0.2.0

18 Mar 19:28
dc23992
Compare
Choose a tag to compare

A new version of maubot-webhook, yay! This release incorporates the following new features:

  • Templating with Jinja2
  • HTTP basic auth
  • JSON support

v0.1.0

10 Nov 03:23
7ee6d5b
Compare
Choose a tag to compare

This is the initial release of maubot-webhook!