Skip to content

1.20132.12

Compare
Choose a tag to compare
@lturmel lturmel released this 11 May 23:01
dd62d34

Issues fixes

  • Issue0107

    • According to the use of npm azure-devops-extension-api module, there no possibility to use back this extension with the capability to choose which 'api-version' the module make request to the Azure DevOps Rest API call. The 'api-version' is currently hard-coded in the azure-devops-extension-api node module. To make it work with previous version, I should need to downgrade the current 'azure-devops-extension-api' package, which I don't want to do, because in the moment I want to make sure to make it works properly on the current Azure DevOps Server and Azure DevOps online service.
    • Assign a minimal demand to api-version >= 5.1 to only support Azure DevOps Online and Azure DevOps Server higher than version 17.153.*. For more inforamtion about Azure DevOps Server version, please refer to this version list
  • Issue0117

    • Column 'Last Run' has been renamed to "Build # | Branch & commit'

    • Add Pipeline status on "Build # | Branch & commit" build column

    • Cumulate running/pending pipeline runs when multiple runs at the same times

      Issue0117-01

  • Issue0126

    • Convert Classic Release Pipeline to CI/CD Yaml Pipeline
  • Other changes

    • UI display fix when no data is found.
  • Packages Dependencies update

All these issues are part of the milestone Delivery-200507