Skip to content

Releases: Snow-Shell/servicenow-powershell

v2.2 - Advanced filtering and sorting

22 Apr 00:17
19d30bb
Compare
Choose a tag to compare
  • Add advanced filtering and sorting. Initially implemented with New-ServiceNowQuery and Get-ServiceNowRecord. Filter with many different comparison operators as well as 'and', 'or', and 'group'ing. Sort ascending or descending against multiple fields. Comparison operators are the same as PowerShell for ease of use. Please use the GitHub Discussions section to provide feedback, thoughts, etc.
  • Add Get-ServiceNowRecord. This function implements the new advanced filtering and sorting. As long as you know your table name, this can replace all other Get functions.
  • Enumerate implemented tables and advanced filtering operators in a json config to easily manage going forward; make available via script scoped variables.
    Be able to reference types from this config per table, removing the need to have separate Get functions for every table.
  • Add type for catalog task
  • Fix error when getting an empty result from the api and performing a type lookup
  • Rename RequestItem to RequestedItem which is the actual name. Function aliases created.

v2.1 - Add Proxy support

13 Apr 20:02
6316feb
Compare
Choose a tag to compare
  • Add proxy support

v2.0 - OAuth and different api versions support

03 Apr 01:24
53586a9
Compare
Choose a tag to compare
  • Although still in the module for backward compatibility, Set-ServiceNowAuth is being replaced with New-ServiceNowSession. With this comes OAuth support, removal of global variables, and much more folks have asked for. The ability to provide credentials directly to functions has been retained for this release, but will be deprecated in a future release in favor of using New-ServiceNowSession.
  • Support for different api versions. Set-ServiceNowAuth will continue to use v1 of the api, but New-ServiceNowSession defaults to the latest. Check out the -ApiVersion parameter of New-ServiceNowSession.
  • Remove-ServiceNowAuth has been retained for this release, but as global variables have been removed, there is no longer a need for it; it will always return $true. It will be removed in a future release.
  • -PassThru added to remaining Update- and New- functions. Depending on your code, this may be a breaking change if you expected the result to be returned.
  • Pipeline support added to many functions
  • Standardizing on coding between all functions

v1.8.1 - Updates to support new organization

26 Mar 12:55
a6480a0
Compare
Choose a tag to compare

Now that this project has been moved to an organization, all the links and other references needed to be updated. No functionality changes in this release.

v1.8.0

24 Sep 21:38
Compare
Choose a tag to compare
Remove whitespace at end of file

v1.7.0

18 Jun 19:35
4d9f359
Compare
Choose a tag to compare
Merge pull request #88 from Sam-Martin/development

v1.7.0 - Added New-ServiceNowChangeRequest

v1.6.0

20 Feb 17:48
ccc346a
Compare
Choose a tag to compare
Merge pull request #79 from Sam-Martin/development

v1.6.0 - Add Attachment Functions

v1.5.1

13 Feb 20:42
056d79c
Compare
Choose a tag to compare
Merge pull request #75 from Sam-Martin/development

v1.5.1 - Specified connection parameters bug fix

v1.5.0

08 Feb 21:56
61686e2
Compare
Choose a tag to compare
Merge pull request #72 from Sam-Martin/development

v1.5.0 - SupportsPaging Feature Addition

Attachment Functions

01 Feb 22:29
Compare
Choose a tag to compare
Attachment Functions Pre-release
Pre-release

A zip containing attachment functions that are pending submission for the module.