- Added support for a
runbook_url
. - Added support severity level of
info
. - Get the actual alert severity from the payload JSON instead of from the URL path.
- Fixed issue with PagerDuty alerts when the hostname is empty by defaulting the hostname to
none
. - Refactored to remove duplicate code.
- Added docstrings and type hinting.
- Removed pinning of requests and urllib3 versions in requirements.