Skip to content

AdoCli v0.4.6

Choose a tag to compare

@github-actions github-actions released this 23 Jun 10:24
· 26 commits to main since this release
73e04cc

AdoCli v0.4.6

Pre-built binaries for all supported platforms.

Platform Architecture Binary
Linux x86_64 ado-*-linux-x86_64
Linux aarch64 ado-*-linux-aarch64
macOS Apple Silicon ado-*-macos-aarch64
macOS Intel ado-*-macos-x86_64
Windows x86_64 ado-*-windows-x86_64.exe

Fixed

  • prs diff --file returned 404 for new files. For files added in a
    PR (changeType add), the Azure DevOps /items API returns 404 when
    fetching the file at the base commit (the file did not exist yet). The
    diff pipeline now tolerates 404 on the old-content side for new files
    and on the new-content side for deleted files, using empty content.
  • prs diff --unified dropped new and deleted files. The unified diff
    mode (collect_diffs) silently skipped files where either the old or new
    content fetch failed. It now correctly includes new and deleted files.

See README.md for
installation instructions.