|
1 | 1 | # TfsCmdlets Release Notes |
2 | 2 |
|
3 | | -## Version 2.9.0 (15/Aug/2024_) |
| 3 | +## Version 2.9.1 (_05/Jun/2025_) |
4 | 4 |
|
5 | | -This release adds new process-related cmdlets along with some fixes, enhancements and a couple minor but potentially breaking changes. |
6 | | - |
7 | | -## New cmdlets |
8 | | - |
9 | | -- **`Get-ProcessFieldDefinition`**: Gets information from one or more organization-wide work item fields |
10 | | -- **`New-ProcessFieldDefinition`**: Creates a new organization-wide work item field |
11 | | -- **`Remove-ProcessFieldDefinition`**: Removes an organization-wide work item field |
| 5 | +This release fixes a critical bug in Set-TfsWorkItem, among other improvements. |
12 | 6 |
|
13 | 7 | ## Fixes |
14 | 8 |
|
15 | | -- **`Get-TfsArtifact`**: Fixed an issue where it wouldn't list deleted packages. |
16 | | -- **`Get-TfsArtifactFeed`**: Fixed an issue where it would ignore the -Project argument and thus not filter feeds by project. |
17 | | -- **`Get-TfsWorkItemTag`**: Fixed an issue where it would fail when given a list of tags as input. |
18 | | -- **`Get-TfsWorkItemType`**: Fixed an issue where it would throw a "Parameter count mismatch" error when trying to get the work item type of a given work item. |
19 | | - |
20 | | -## Changes and enhancements |
21 | | - |
22 | | -- **`Get-TfsGitBranch`**: Added a new `-Compare` argument to to get the "Compare" (base) branch of a given repository. |
23 | | -- **`Connect-TfsTeamProjectCollection`, `Connect-TfsOrganization`**: Now it throws an error when trying to connect with invalid credentials instead of silently going into "anonymous mode". That help preventing subtle script errors where the lack of authorization would only be noticed later in the script, when trying to actually perform some command that required valid credentials. Now you get the warning that something is wrong as early in the script as possible. |
24 | | - |
25 | | -### Breaking changes |
26 | | - |
27 | | -- **`Get-TfsGitBranch`**: `-Repository` parameter is now mandatory. This is to reduce the ambiguity of the command when omitting that argument. Scripts that rely on the old behavior may need to be updated. |
28 | | -- **`Get-TfsGitBranchPolicy`**: Both `-Branch` and `-Repository` parameters are now mandatory. This is to reduce the ambiguity of the command when omitting those arguments. Scripts that rely on the old behavior may need to be updated. |
| 9 | +- **`Get-TfsVersion`**: Adds support for Azure DevOps Services version "20" (currently mapped to 2022) |
| 10 | +- **`Remove-TfsTeamProject`**: Removes a double-confirmation prompt when using the `-Hard` switch, simplifying the deletion process |
| 11 | +- **`Set-TfsWorkItem`**: Fixed an issue where the actual work item ID wasn't being used when retrieving work item type information, causing some field updates to fail |
29 | 12 |
|
30 | 13 | ----------------------- |
31 | 14 |
|
32 | 15 | ## Previous Versions |
33 | 16 |
|
| 17 | +## Version 2.9.0 (_15/Aug/2024_) |
| 18 | + |
| 19 | +See release notes [here](Docs/ReleaseNotes/2.9.0.md). |
| 20 | + |
34 | 21 | ## Version 2.8.2 (_24/Jul/2024_) |
35 | 22 |
|
36 | 23 | See release notes [here](Docs/ReleaseNotes/2.8.2.md). |
|
0 commit comments