Skip to content

Latest commit

 

History

History
143 lines (113 loc) · 5.2 KB

CHANGELOG.md

File metadata and controls

143 lines (113 loc) · 5.2 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

v3.9.1 - 2024-03-09

  • fix release script to bump version number in flake.nix

v3.9.0 - 2024-03-09

  • 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

v3.8.0 - 2023-04-08

  • add a healthcheck for load balancers in #77 by @chronicc
  • error_map: default to 500
  • tools: flake8, pydocstyle, pyupgrade → ruff

v3.7.0 - 2023-03-08

  • Add support for using predefined access tokens in #67 by @ananace

v3.6.0 - 2023-03-07

  • update docker to python 3.11
  • update tooling
  • update lints
  • update ci/cd

v3.5.0 - 2022-09-07

v3.4.0 - 2022-08-12

  • 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

v3.3.0 - 2022-03-04

  • add pyupgrade
  • add gitlab formatter for google chat & microsoft teams in #21 by @GhislainC
  • join room before sending message in #12 by @bboehmke

v3.2.1 - 2021-08-28

  • fix changelog

v3.2.0 - 2021-08-27

  • 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

v3.1.1 - 2021-07-18

v3.1.0 - 2021-07-18

  • Publish on PyPI & Docker Hub with Github Actions in #10 by @nim65s

v3.0.0 - 2021-07-18

v2.0.0 - 2020-03-14

  • Update to matrix-nio & aiohttp & markdown

v1.0.0 - 2020-02-14

  • First release with matrix-client & http.server