matrix-webhook/CHANGELOG.md
2021-08-27 23:59:56 +02:00

2.3 KiB

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.

Unreleased

[3.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

[3.1.1] - 2021-07-18

[3.1.0] - 2021-07-18

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

[3.0.0] - 2021-07-18

[2.0.0] - 2020-03-14

  • Update to matrix-nio & aiohttp & markdown

[1.0.0] - 2020-02-14

  • First release with matrix-client & http.server

[3.2.0] https://github.com/nim65s/matrix-webhook/compare/v3.1.1...v3.2.0 [3.1.1]: https://github.com/nim65s/matrix-webhook/compare/v3.1.0...v3.1.1 [3.1.0]: https://github.com/nim65s/matrix-webhook/compare/v3.0.0...v3.1.0 [3.0.0]: https://github.com/nim65s/matrix-webhook/compare/v2.0.0...v3.0.0 [2.0.0]: https://github.com/nim65s/matrix-webhook/compare/v1.0.0...v2.0.0 [1.0.0]: https://github.com/nim65s/matrix-webhook/releases/tag/v1.0.0