Skip to content

Commit 4366cfa

Browse files
authored
release prep
1 parent 97caff7 commit 4366cfa

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

RELEASE.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
1-
- `Get-ServiceNowRecord`, custom variables of type Reference providing sysid instead of actual value, [#218](https://github.com/Snow-Shell/servicenow-powershell/issues/218)
1+
- Add `Update-ServiceNowRecord -CustomVariableData` to update custom variable values, [#237](https://github.com/Snow-Shell/servicenow-powershell/issues/237)
2+
- Add `New-ServiceNowChangeRequest` support for change models and standard change templates
3+
- Fix 0 byte file error with `Add-ServiceNowAttachment`, [#241](https://github.com/Snow-Shell/servicenow-powershell/issues/241)
4+
- `Get-ServiceNowRecord -New` has been deprecated and the new format is the only option
5+
- `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.
6+
- `Get-ServiceNowRecordInterim` has been deprecated.
7+
- Add generic `-Table` and `-ID` lookup function has been created and used across all functions where these parameters are used
8+
- Add `-Table` tab ahead for `Remove-ServiceNowRecord` and `Export-ServiceNowRecord`
9+
- Add `-ID` only lookup, no table name needed, for all
10+
- Add/Update parameter sets to make it clearer when to use `-Table`, `-ID`, `-Filter`, etc
11+
- Add pipeline support to `Export-ServiceNowRecord`, `New-ServiceNowRecord`, and `Update-ServiceNowRecord`
12+
- Add `Get-ServiceNowRecord -ParentID` without providing `-Table` returns all tasks associated with that parent record
13+
- Standardize parameter names across functions

0 commit comments

Comments
 (0)