Skip to content

Latest commit

 

History

History
110 lines (76 loc) · 3.76 KB

CHANGELOG.rst

File metadata and controls

110 lines (76 loc) · 3.76 KB

servicenow.itsm Release Notes

Topics

v1.3.0

Release Summary

This is the minor release of the servicenow.itsm collection. This changelog contains all changes to the modules in this collection that have been added after the release of servicenow.itsm 1.2.0.

Minor Changes

  • client - Changed the base URL path of the HTTP client for all requests from /api/now to /
  • now - Enhance inventory with additional groups from CMDB relations (#108).
  • table.py - add change_request and configuration item search options.

New Modules

  • servicenow.itsm.change_request_task - Manage ServiceNow change request tasks
  • servicenow.itsm.change_request_task_info - List ServiceNow change request tasks
  • servicenow.itsm.problem_task - Manage ServiceNow problem tasks
  • servicenow.itsm.problem_task_info - List ServiceNow problem tasks

v1.2.0

Release Summary

This is the minor release of the servicenow.itsm collection. This changelog contains all changes to the modules in this collection that have been added after the release of servicenow.itsm 1.1.0.

Minor Changes

  • attachments - Add a client for attachment management. Add support for attachments in change_request, configuration_item, incident and problem modules, including their info counterparts. (#91)

Deprecated Features

  • now inventory plugin - deprecate non constructed features (#97).

Bugfixes

  • change_request - validates on_hold with its respective field instead of a non-existent "on_hold" state when requiring a hold_reason (#86).
  • client - Lowercase all header dict keys on Response initialization for better consistency across Python versions. Fix tests and table client accordingly (#98).
  • now - add support for constructed feature in inventory plugin (#35).

New Modules

  • servicenow.itsm.configuration_item_batch - Manage ServiceNow configuration items

v1.1.0

Release Summary

v1.1.0 release for ServiceNow ITSM collection.

Minor Changes

  • Added new query module utility to filter results in info modules (#66).
  • Added query parameter to change request info module
  • Added query parameter to configuration item info module
  • Added query parameter to incident info module
  • Added query parameter to problem info module
  • Added support for refresh_token in login mechanism (#63).

Bugfixes

  • now - check instance host value before making REST call from the Client (#79).

v1.0.0

New Plugins

Inventory

  • servicenow.itsm.now - Inventory source for ServiceNow table records.

New Modules

  • servicenow.itsm.change_request - Manage ServiceNow change requests
  • servicenow.itsm.change_request_info - List ServiceNow change requests
  • servicenow.itsm.configuration_item - Manage ServiceNow configuration items
  • servicenow.itsm.configuration_item_info - List ServiceNow configuration item
  • servicenow.itsm.incident - Manage ServiceNow incidents
  • servicenow.itsm.incident_info - List ServiceNow incidents
  • servicenow.itsm.problem - Manage ServiceNow problems
  • servicenow.itsm.problem_info - List ServiceNow problems