Releases: jkhsjdhjs/maubot-webhook
Releases · jkhsjdhjs/maubot-webhook
v0.4.0
v0.3.0
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 bymessage_format
, which now also allows sending html messages. The config is automatically updated. Thank you again @ryanlerch for your contribution! (#5)- Changes to
path
andmethod
are now automatically detected and the webhook is restarted. Manual restarts aren't necessary anymore! room
andmessage
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
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
This is the initial release of maubot-webhook!