microsoft / azure-devops-node-api

Azure DevOps Client for Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Release notes

mmajcica opened this issue · comments

How so that I can't find any release notes given the new major version has been released? There are breaking changes and no word about them.
Could you at least tag the repo before publishing a new version so that we can go through changes with ease on our own?

Hi @mmajcica, we're so sorry about that, azure-devops-node-api is mostly autogenerated repository based on ADO, we had an update recently based on new ADO release M216 sprint with API changes, we'll try to implement changelog/release note generation on this to prevent such situations. For now unfortunately it's not possible, so you could pay extra attention when updating major versions.
As a temporary solution, because this repo is based on ADO API, you can track ADO release notes.
Sorry again and thank you for the feedback!

Thanks, @DmitriiBobreshev

For others facing the same question;
From what I can see, the only breaking change is located in TaskAgentApi where the interface has been changed by removing the acquireAccessToken method.

Non breaking changes worth mentioning;

GitApi method getItems got another parameter called zipForUnix

This issue has had no activity in 90 days. Please comment if it is not actually stale