-
Notifications
You must be signed in to change notification settings - Fork 433
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mismatched Host header using proxy in [email protected] #918
Comments
I will get sorted ASAP |
It has been shipped in 3.40.10 |
I'll check it with packet analyzer tomorrow |
Sorry about causing the #928 _(;3 We also met the error when I check yesterday, but I'm blocked from our company's firewall and cannot reply or comment... Is there any good mechanisms to keep the stable version or delay the deployment? |
#928 was going to happen in the end when I got around to a library upgrade, hopefully 3.41.x fixes it as it is a known issue. It is a bit concerning that all my test pass 100% and my own companies usage is fine with both 3.40.x and 3.41.x, I am obviously missing some edge case, just not sure what it is yet. I seems #928 is now addressed, but of not I will probably be rolling back the library in the 3.x branch and make the change on 4.x to allow people to swap when they choose |
Oh, I miss the reply again... I think what I learned from this issue is that CI may covers most of the logic parts but maybe not the configurations or environment parts. I know it's not anyone's fault and you also response to issues very very fast, but Azure provides no ways to revert version manually (I've even tried to use API to change version from Not to say that providing stable or deferred updated version is essential but it worth considering if the change may impact a lot :)
|
Incrementing the major version cause problems of it's own, basically most people don't upgrade and support become harder due to parallel versions. Hence, I only 'up' the major number when there is major breaking change or more commonly major rewrite, and the minor number for all other non breaking changes/bug fixes. Noting that I always add defaults to keep functionality the same for existing users where possible, This issue should not have been a breaking change. However, it has shown I do need to alter my release process, especially if there a library updates, to do extra testing on premise agents and even Azure DevOps Server. |
Describe the bug
As of
[email protected]
, the"azure-devops-node-api": "^8.1.1"
is used.However, some issues are fixed between the latest
[email protected]
and[email protected]
, such as microsoft/typed-rest-client#163To Reproduce
All API calls are effected by this bug
Expected behavior
Should update the dependency as the latest version, at least
10.1.0
Related issues
The text was updated successfully, but these errors were encountered: