Skip to content

Commit

Permalink
release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbarron authored Mar 16, 2023
1 parent 97caff7 commit 4366cfa
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
- `Get-ServiceNowRecord`, custom variables of type Reference providing sysid instead of actual value, [#218](https://github.com/Snow-Shell/servicenow-powershell/issues/218)
- Add `Update-ServiceNowRecord -CustomVariableData` to update custom variable values, [#237](https://github.com/Snow-Shell/servicenow-powershell/issues/237)
- Add `New-ServiceNowChangeRequest` support for change models and standard change templates
- Fix 0 byte file error with `Add-ServiceNowAttachment`, [#241](https://github.com/Snow-Shell/servicenow-powershell/issues/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

0 comments on commit 4366cfa

Please sign in to comment.