matrix-webhook/CHANGELOG.md

75 lines
2.9 KiB
Markdown
Raw Normal View History

2021-07-18 12:41:20 -04:00
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
2021-09-28 04:53:17 -04:00
- join room before sending message
in [#12](https://github.com/nim65s/matrix-webhook/pull/12)
by [@bboehmke](https://github.com/bboehmke)
2021-11-04 13:51:42 -04:00
- 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 <formattername>.py file in formatters directory
- Added pingdom formatter (currently handling http, dns, and tcp probe types)
2021-09-28 04:53:17 -04:00
2021-08-27 18:07:36 -04:00
## [v3.2.1] - 2021-08-28
2021-08-27 18:06:38 -04:00
- fix changelog
## [v3.2.0] - 2021-08-27
2021-08-27 17:59:56 -04:00
2021-08-27 17:47:07 -04:00
- add github & grafana formatters
- add formatted_body to bypass markdown with direct
[matrix-custom-HTML](https://matrix.org/docs/spec/client_server/r0.6.1#m-room-message-msgtypes)
- allow "key" to be passed as a parameter
2021-08-27 17:47:07 -04:00
- 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
2021-08-27 12:39:28 -04:00
- fix tests for recent synapse docker image
2021-07-31 05:21:29 -04:00
2021-08-27 18:06:38 -04:00
## [v3.1.1] - 2021-07-18
2021-08-07 11:50:11 -04:00
2021-08-27 18:06:38 -04:00
## [v3.1.0] - 2021-07-18
2021-07-18 16:56:27 -04:00
2021-07-18 16:53:29 -04:00
- Publish on PyPI & Docker Hub with Github Actions
in [#10](https://github.com/nim65s/matrix-webhook/pull/10)
2021-08-07 11:50:11 -04:00
by [@nim65s](https://github.com/nim65s)
2021-07-18 16:53:29 -04:00
2021-08-27 18:06:38 -04:00
## [v3.0.0] - 2021-07-18
2021-07-18 12:59:16 -04:00
2021-07-18 12:41:20 -04:00
- Simplify code
in [#1](https://github.com/nim65s/matrix-webhook/pull/1)
by [@homeworkprod](https://github.com/homeworkprod)
- Update aiohttp use and docs
in [#5](https://github.com/nim65s/matrix-webhook/pull/5)
by [@svenseeberg](https://github.com/svenseeberg)
- Setup Tests, Coverage & CI ; update tooling
in [#7](https://github.com/nim65s/matrix-webhook/pull/7)
by [@nim65s](https://github.com/nim65s)
- Setup argparse & logging
in [#8](https://github.com/nim65s/matrix-webhook/pull/8)
by [@nim65s](https://github.com/nim65s)
- Setup packaging
in [#9](https://github.com/nim65s/matrix-webhook/pull/9)
by [@nim65s](https://github.com/nim65s)
2021-08-27 18:06:38 -04:00
## [v2.0.0] - 2020-03-14
2021-07-18 12:41:20 -04:00
- Update to matrix-nio & aiohttp & markdown
2021-08-27 18:06:38 -04:00
## [v1.0.0] - 2020-02-14
2021-07-18 12:41:20 -04:00
- First release with matrix-client & http.server
2021-08-27 18:07:36 -04:00
[Unreleased]: https://github.com/nim65s/matrix-webhook/compare/v3.2.1...master
2021-08-27 18:08:56 -04:00
[v3.2.1]: https://github.com/nim65s/matrix-webhook/compare/v3.2.0...v3.2.1
[v3.2.0]: https://github.com/nim65s/matrix-webhook/compare/v3.1.1...v3.2.0
2021-08-27 18:06:38 -04:00
[v3.1.1]: https://github.com/nim65s/matrix-webhook/compare/v3.1.0...v3.1.1
[v3.1.0]: https://github.com/nim65s/matrix-webhook/compare/v3.0.0...v3.1.0
[v3.0.0]: https://github.com/nim65s/matrix-webhook/compare/v2.0.0...v3.0.0
[v2.0.0]: https://github.com/nim65s/matrix-webhook/compare/v1.0.0...v2.0.0
[v1.0.0]: https://github.com/nim65s/matrix-webhook/releases/tag/v1.0.0