1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

implemented #3445 - Add support for additional user defined headers to be added to webhook requests

This commit is contained in:
John Anderson
2019-10-13 03:09:58 -04:00
parent 8480c0da53
commit c7d9bf839e
4 changed files with 35 additions and 2 deletions

View File

@@ -2,12 +2,11 @@
## Enhancements
* [#3445](https://github.com/netbox-community/netbox/issues/3445) - Add support for additional user defined headers to be added to webhook requests
* [#3499](https://github.com/netbox-community/netbox/issues/3499) - Add `ca_file_path` to Webhook model to support user supplied CA certificate verification of webhook requests
## Bug Fixes
---
# v2.6.6 (2019-10-10)