2.9 KiB
2.9 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
- join room before sending message in #12 by @bboehmke
- Changed --api-key and envvar API_KEY to --api-keys and API_KEYS respectively
- Changed handling of api key to use a list instead of single value can be used
- Changed the formatters to a more plugin-based approach where each formatter is its own .py file in formatters directory
- Added pingdom formatter (currently handling http, dns, and tcp probe types)
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
v3.0.0 - 2021-07-18
- Simplify code in #1 by @homeworkprod
- Update aiohttp use and docs in #5 by @svenseeberg
- Setup Tests, Coverage & CI ; update tooling in #7 by @nim65s
- Setup argparse & logging in #8 by @nim65s
- Setup packaging in #9 by @nim65s
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