Skip to content

Latest commit

 

History

History
80 lines (53 loc) · 1.78 KB

CHANGELOG.rst

File metadata and controls

80 lines (53 loc) · 1.78 KB

Servicenow.Servicenow Release Notes

DEPRECATED - This collection is deprecated in favor of servicenow.itsm.

  • add environment var SN_FILTER_RESULTS to inventory plugin
  • makes auth backwards compatible by defaulting to OAuth if client_id is present without specifying auth
  • order_by again working by locally sorting return list of records
  • Resolves Issues #58, #57, #51 and makes auth backwards compatible by defaulting to OAuth if client_id is present without specifying auth.
  • Order_by is implemented client-side to provide proper sorting as previously documented.
  • refactored client to inherit from AnsibleModule
  • supports OpenID Connect authentication protocol
  • supports bearer tokens for authentication
  • standardized invocation output
  • auth field now required for anything other than Basic authentication
  • add new tests (find with no result, search many)
  • add related tests
  • add support for ServiceNOW table api display_value exclude_reference_link and suppress_pagination_header
  • use new API for pysnow >=0.6.0

use consistent auth parameters across plugins and modules

  • adds the ability to use SN_INSTANCE (ex. dev61775) or SN_HOST (ex. dev61775.service-now.com) with the inventory plugin.
  • fix inventory plugin transforming hostnames unnecessarily
  • fix malformed documentation on docs.ansible.com