Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 1.24 KB

File metadata and controls

7 lines (7 loc) · 1.24 KB
  • Add support for authenticating with OAuth Client Credential Grant, #292. Thanks @jmunroBT!
  • Add automatic retry logic for retryable HTTP errors (429, 502, 503, 504, 408, 409), #295, #280
  • Add property tab completion and remove Azure Automation support (breaking change), #293
  • Add full service catalog cart lifecycle support with Get-ServiceNowCart, New-ServiceNowCartItem, Remove-ServiceNowCartItem, and Submit-ServiceNowCart, #290
  • Add additional namespace and catalog request support, #284. Thanks @CATgwalker!
  • Fix -endswith filter operator to use the correct ENDSWITH query operator, #294. Thanks @TriggerAu!
  • Stop forcing field names to lowercase, #286, #281