Skip to content

Latest commit

 

History

History
200 lines (104 loc) · 5.96 KB

RELEASENOTES.md

File metadata and controls

200 lines (104 loc) · 5.96 KB

TfsCmdlets Release Notes

Version 2.9.0 (15/Aug/2024_)

This release adds new process-related cmdlets along with some fixes, enhancements and a couple minor but potentially breaking changes.

New cmdlets

  • Get-ProcessFieldDefinition: Gets information from one or more organization-wide work item fields
  • New-ProcessFieldDefinition: Creates a new organization-wide work item field
  • Remove-ProcessFieldDefinition: Removes an organization-wide work item field

Fixes

  • Get-TfsArtifact: Fixed an issue where it wouldn't list deleted packages.
  • Get-TfsArtifactFeed: Fixed an issue where it would ignore the -Project argument and thus not filter feeds by project.
  • Get-TfsWorkItemTag: Fixed an issue where it would fail when given a list of tags as input.
  • 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.

Changes and enhancements

  • Get-TfsGitBranch: Added a new -Compare argument to to get the "Compare" (base) branch of a given repository.
  • 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.

Breaking changes

  • 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.
  • 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.

Previous Versions

Version 2.8.2 (24/Jul/2024)

See release notes here.

Version 2.8.1 (16/Jul/2024)

See release notes here.

Version 2.8.0 (09/Jul/2024)

See release notes here.

Version 2.7.1 (03/Jul/2024)

See release notes here.

Version 2.7.0 (03/Jul/2024)

See release notes here.

Version 2.6.1 (15/May/2024)

See release notes here.

Version 2.6.0 (30/Sep/2022)

See release notes here.

Version 2.5.1 (22/Aug/2022)

See release notes here.

Version 2.5.0 (03/Aug/2022)

See release notes here.

Version 2.4.1 (20/Jul/2022)

See release notes here.

Version 2.4.0 (23/May/2022)

See release notes here.

Version 2.3.1 (08/Apr/2022)

See release notes here.

Version 2.3.0 (04/Mar/2022)

See release notes here.

Version 2.2.1 (10/Feb/2022)

See release notes here.

Version 2.2.0 (05/Feb/2022)

See release notes here.

Version 2.1.4 (30/Nov/2021)

See release notes here.

Version 2.1.3 (25/Nov/2021)

See release notes here.

Version 2.1.2 (10/Sep/2021)

See release notes here.

Version 2.1.1 (08/Sep/2021)

See release notes here.

Version 2.1.0 (13/Aug/2021)

See release notes here.

Version 2.0.1 (02/Aug/2021)

See release notes here.

Version 2.0.0 (02/Aug/2021)

See release notes here.

Version 2.0.0-rc.5 (17/Apr/2021)

See release notes here.

Version 2.0.0-rc.4 (05/Apr/2021)

See release notes here.

Version 2.0.0-rc.3 (19/Feb/2021)

See release notes here.

Version 2.0.0-rc.2 (30/Nov/2020)

See release notes here.

Version 2.0.0-rc.1 (21/Nov/2020)

See release notes here.

Version 2.0.0-beta.16 (26/Oct/2020)

See release notes here.

Version 2.0.0-beta.15 (21/Jul/2020)

See release notes here.

Version 2.0.0-beta.14 (19/Jul/2020)

See release notes here.

Version 2.0.0-beta.13 (18/Jul/2020)

See release notes here.

Version 2.0.0-beta.12 (14/Jul/2020)

See release notes here.

Version 2.0.0-beta.11 (21/Jan/2020)

See release notes here.

Version 2.0.0-beta.10 (12/Sep/2019)

See release notes here.

Version 2.0.0-beta.9 (10/Sep/2019)

See release notes here.

Version 2.0.0-beta.8 (06/Sep/2019)

See release notes here.

Version 2.0.0-beta.6 (02/Sep/2019)

See release notes here.

1.0.0-alpha7 (22/Oct/2015)

See release notes here.

1.0.0-alpha6 (22/Oct/2015)

See release notes here.

1.0.0-alpha5 (10/Sep/2015)

See release notes here.

1.0.0-alpha4 (03/Sep/2015)

See release notes here.

1.0.0-alpha3 (03/Sep/2015)

See release notes here.