Releases: Snow-Shell/servicenow-powershell
Releases · Snow-Shell/servicenow-powershell
Release list
v5.0.0
- 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, andSubmit-ServiceNowCart, #290 - Add additional namespace and catalog request support, #284. Thanks @CATgwalker!
- Fix
-endswithfilter operator to use the correctENDSWITHquery operator, #294. Thanks @TriggerAu! - Stop forcing field names to lowercase, #286, #281
v4.1.0
- Add support for access token refresh, #277
v4.0.5
v4.0.4
- Add
Get-ServiceNowRecord -FilterStringto provide a filter from the UI, #267. Thanks for the suggestion @551479! - Update datetime conversion in
Get-ServiceNowRecordto 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
- Add instance level timeout with
New-ServiceNowSession -TimeoutSec, #246
v4.0.2
- Add instance level timeout with
New-ServiceNowSession -TimeoutSec, #246
v4.0.1
- Add workaround for powershell basic header bug, #249
v4.0.0
- Add
Update-ServiceNowRecord -CustomVariableDatato update custom variable values, #237 - Add
New-ServiceNowChangeRequestsupport for change models and standard change templates - Fix 0 byte file error with
Add-ServiceNowAttachment, #241 Get-ServiceNowRecord -Newhas been deprecated and the new format is the only optionUpdate-ServiceNowChangeRequest,Update-ServiceNowincident, andUpdate-ServiceNowRequestedItemdeprecated. UseUpdate-ServiceNowRecord. The only difference was the table name and didn't make sense to maintain so many functions when documenting will do.Update-ServiceNowRecordhas been enhanced as well so all updates can take advantage.Get-ServiceNowRecordInterimhas been deprecated.- Add generic
-Tableand-IDlookup function has been created and used across all functions where these parameters are used - Add
-Tabletab ahead forRemove-ServiceNowRecordandExport-ServiceNowRecord - Add
-IDonly 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, andUpdate-ServiceNowRecord - Add
Get-ServiceNowRecord -ParentIDwithout providing-Tablereturns all tasks associated with that parent record - Standardize parameter names across functions
v3.4.3
Get-ServiceNowRecord, custom variables of type Reference providing sysid instead of actual value, #218
v3.4.2
- Fix
Add-ServiceNowAttachmentcontent type error when attempting to add multiple files, #207