Skip to content

Releases: ncarlier/webhookd

v1.11.0

16 Nov 21:16
f29a174
Compare
Choose a tag to compare
- Add TLS and password support to the SMTP notifier
- Serve static assets
- Fixed a configuration mismatch with the documentation

v1.10.0

22 Aug 20:32
Compare
Choose a tag to compare
- Improve HTTP signature support
- Simplify TLS configuration
- Fix some bugs

v1.9.0

25 Mar 16:59
Compare
Choose a tag to compare
- Review trust store implementation: use PEM files
- Improve Docker image (curl, compose wrapper)
- Small middleware refactoring
- Add info endpoint
- Fix tracing ID

v1.8.0

26 Feb 21:27
Compare
Choose a tag to compare
- HTTP signature support
- Small corrections and improvements

v1.7.0

04 Feb 21:59
Compare
Choose a tag to compare
- TLS and ACME support
- [BREAKING] Configuration refactoring
- And many small improvements (logs, script extension, ...) and bug fixes

v1.6.1

09 Jan 10:41
Compare
Choose a tag to compare
Catch SIGTERM signal for clean shutdown.
Refactoring of the distribution build.

v1.6.0

07 Jan 18:26
Compare
Choose a tag to compare
Add metrics endpoint.
Use GET or POST for webhooks.

v1.5.1

06 Jan 19:33
Compare
Choose a tag to compare
Add CORS support.
Use GZIP for packaging.
Fix nil pointer.

v1.5.0

03 Jan 10:27
Compare
Choose a tag to compare

Refactoring of the notification system.

  • Configure notification with URL.
  • Send notification only with prefixed output lines
  • HTTP notifier send a JSON with a text attribute that contains the
    notification message
  • SMTP notifier send an email with a body that contains the notification
    message

v1.4.0

18 Dec 19:56
Compare
Choose a tag to compare
Improve basic auth by using htpasswd to manage credentials.