----- - Fix: Allow for results that are missing to return an empty result instead of raise an error. For instance, if a diagnostic is searched and is missing, it will now return an None or empty list. - Fix: Allow for query results that return a HTTP 201 status code to succeed.
- Fix: HTTP status code 501 causing exception. - Fix: HTTP status code 204 causing exception. - Fix: show_policy_compliance was returning a single result when multiple results where expected.