Skip to content

Releases: nim65s/matrix-webhook

Release v3.9.1

08 Mar 23:32
v3.9.1
Compare
Choose a tag to compare
  • fix release script to bump version number in flake.nix

Release v3.9.0

08 Mar 23:31
v3.9.0
Compare
Choose a tag to compare
  • add github-release-notifier formatter
    in #93
    by @nrekretep
  • optionally serve hooks via a UNIX domain socket
    in #123
    by @timo-schluessler
  • try to reconnect on LocalProtocolError
    in #135
  • flakify
    in #136
  • add mwe gitlab webhook formatter. Intergrations are better for now
  • replace black & isort by ruff
  • update dependencies

Release v3.8.0

08 Apr 13:24
v3.8.0
Compare
Choose a tag to compare
  • add a healthcheck for load balancers
    in #77
    by @chronicc
  • error_map: default to 500
  • tools: flake8, pydocstyle, pyupgrade → ruff

Release v3.7.0

08 Mar 16:42
v3.7.0
Compare
Choose a tag to compare
  • Add support for using predefined access tokens
    in #67
    by @ananace

Release v3.6.0

07 Mar 12:40
v3.6.0
Compare
Choose a tag to compare
  • update docker to python 3.11
  • update tooling
  • update lints
  • update ci/cd

Release v3.5.0

07 Sep 16:46
v3.5.0
Compare
Choose a tag to compare

Release v3.4.0

12 Aug 09:50
v3.4.0
Compare
Choose a tag to compare
  • fix tests
  • add matrix-webhook script
    in #25
    and #35
    by @a7p
  • publish linux/arm64 image
    in #37
    by @kusold
  • update badges
  • setup dependabot
  • misc upgrades from poetry update, pre-commit.ci, and dependabot

Release v3.3.0

03 Mar 23:37
v3.3.0
Compare
Choose a tag to compare
  • add pyupgrade
  • add gitlab formatter for google chat & microsoft teams
    in #21
    by @GhislainC
  • join room before sending message
    in #12
    by @bboehmke

Release v3.2.1

27 Aug 22:08
v3.2.1
Compare
Choose a tag to compare
  • fix changelog

Release v3.2.0

27 Aug 22:03
v3.2.0
Compare
Choose a tag to compare
  • add github & grafana formatters
  • add formatted_body to bypass markdown with direct matrix-custom-HTML
  • allow "key" to be passed as a parameter
  • allow to use a sha256 HMAC hex digest with the key instead of the raw key
  • allow "room_id" to be passed as a parameter or with the data
  • rename "text" to "body".
  • Publish releases also on github from github actions
  • fix tests for recent synapse docker image