-
Notifications
You must be signed in to change notification settings - Fork 52
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
Imminent v2 api death and impact on client intialization #220
Comments
@thelangley Do you have a list of all the things that are prone to break with the death of V2? |
Allow client without no V2 api Closes #220
Allow client without no V2 api Closes #220
Allow client without no V2 api Closes #220
Allow client without no V2 api Closes #220
@thelangley @pburkholder I've just made a PR #221 that allows starting a client without V2 endpoint. The only thing that won't work will be
What do you think of the evolution? If you're ok I will merge it and make a release |
Allow client without no V2 api Closes #220
Thank you so much. This looks ace, could a release please be made and we'll test it out for you? |
@thelangley I've just released the 1.38.0 |
Tested this out in our use case and it's working nicely. Thank you @antechrestos, appreciate your hard work |
CF API V2 is about to be retired. I think the first cut of cf-deployment from January 2025 onwards will no longer have v2 enabled by default
https://lists.cloudfoundry.org/g/cf-dev/message/9487
We've disabled it in our deployment ahead of time to test and although the majority of the V3 API calls in this library are supported, the init of the
client
requires V2 API so it no can no longer initialize.We also get errors like below, because the V2 API no longer responds
The text was updated successfully, but these errors were encountered: