Skip to content

Releases: Snow-Shell/servicenow-powershell

v5.0.0

Choose a tag to compare

@github-actions github-actions released this 19 Jul 14:14
  • 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

v4.1.0

Choose a tag to compare

@github-actions github-actions released this 22 Jun 16:23
  • Add support for access token refresh, #277

v4.0.5

Choose a tag to compare

@github-actions github-actions released this 30 Aug 21:56
  • Fix invalid Id error, #262

v4.0.4

Choose a tag to compare

@github-actions github-actions released this 12 Jul 13:15
  • Add Get-ServiceNowRecord -FilterString to provide a filter from the UI, #267. Thanks for the suggestion @551479!
  • Update datetime conversion in Get-ServiceNowRecord to reduce possible exceptions, #265. Thanks for the contribution @davehope!
  • Fix list based fields appending brackets in Update-ServiceNowRecord, #260. Thanks for reporting the issue @tehfonz!

v4.0.3

Choose a tag to compare

@github-actions github-actions released this 19 Nov 14:58
  • Add instance level timeout with New-ServiceNowSession -TimeoutSec, #246

v4.0.2

Choose a tag to compare

@github-actions github-actions released this 08 Nov 20:32
  • Add instance level timeout with New-ServiceNowSession -TimeoutSec, #246

v4.0.1

Choose a tag to compare

@github-actions github-actions released this 24 Jul 12:54
  • Add workaround for powershell basic header bug, #249

v4.0.0

Choose a tag to compare

@github-actions github-actions released this 16 Mar 23:28
  • Add Update-ServiceNowRecord -CustomVariableData to update custom variable values, #237
  • Add New-ServiceNowChangeRequest support for change models and standard change templates
  • Fix 0 byte file error with Add-ServiceNowAttachment, #241
  • Get-ServiceNowRecord -New has been deprecated and the new format is the only option
  • Update-ServiceNowChangeRequest, Update-ServiceNowincident, and Update-ServiceNowRequestedItem deprecated. Use Update-ServiceNowRecord. The only difference was the table name and didn't make sense to maintain so many functions when documenting will do. Update-ServiceNowRecord has been enhanced as well so all updates can take advantage.
  • Get-ServiceNowRecordInterim has been deprecated.
  • Add generic -Table and -ID lookup function has been created and used across all functions where these parameters are used
  • Add -Table tab ahead for Remove-ServiceNowRecord and Export-ServiceNowRecord
  • Add -ID only lookup, no table name needed, for all
  • Add/Update parameter sets to make it clearer when to use -Table, -ID, -Filter, etc
  • Add pipeline support to Export-ServiceNowRecord, New-ServiceNowRecord, and Update-ServiceNowRecord
  • Add Get-ServiceNowRecord -ParentID without providing -Table returns all tasks associated with that parent record
  • Standardize parameter names across functions

v3.4.3

Choose a tag to compare

@github-actions github-actions released this 17 Dec 13:34
  • Get-ServiceNowRecord, custom variables of type Reference providing sysid instead of actual value, #218

v3.4.2

Choose a tag to compare

@github-actions github-actions released this 18 Oct 22:55
  • Fix Add-ServiceNowAttachment content type error when attempting to add multiple files, #207