Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
igoravl committed Sep 16, 2024
1 parent ce5ee96 commit 4ed7636
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Docs/ReleaseNotes/2.10.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ This release adds new pipeline-related cmdlets.
## Changes and enhancements

- **`Start-TfsBuild`**: Renamed to `Start-TfsPipelineRun` to better align with the new Azure Pipelines terminology. A new alias `Start-TfsBuild` was added to keep compatibility with existing scripts.

## Bug fixes

- **`Connect-TfsOrganization`** (and **`Connect-TfsTeamProjectCollection`**): Resolved an issue where connections, including failed ones, were being cached and reused in subsequent calls. This caused problems when attempting to reconnect after a failure due to invalid credentials, as the cached connection (with the invalid credentials) would be reused.
6 changes: 5 additions & 1 deletion RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# TfsCmdlets Release Notes

## Version 2.10.0 (_20/Aug/2024_)
## Version 2.10.0 (_20/Sep/2024_)

This release adds new pipeline-related cmdlets.

Expand All @@ -14,6 +14,10 @@ This release adds new pipeline-related cmdlets.

- **`Start-TfsBuild`**: Renamed to `Start-TfsPipelineRun` to better align with the new Azure Pipelines terminology. A new alias `Start-TfsBuild` was added to keep compatibility with existing scripts.

## Bug fixes

- **`Connect-TfsOrganization`** (and **`Connect-TfsTeamProjectCollection`**): Resolved an issue where connections, including failed ones, were being cached and reused in subsequent calls. This caused problems when attempting to reconnect after a failure due to invalid credentials, as the cached connection (with the invalid credentials) would be reused.

-----------------------

## Previous Versions
Expand Down

0 comments on commit 4ed7636

Please sign in to comment.