Remove Debugger directory in light of end-of-support in May 2023
Cloud Debugger has been deprecated since May 2022 - https://cloud.google.com/debugger/docs/release-notes?authuser=1#May_16_2022 End of support is in 30 days - May 31, 2023.
In light of this, is there a plan to remove the following directory? https://github.com/googleapis/google-cloud-php/tree/main/Debugger
Current PHP Debugger docs - https://cloud.google.com/debugger/docs/setup/php#gae-flex
I'm part of the GAE team, so trying to understand how Flex customers will be impacted.
Thank you @shreejad. We can mark the package as abandoned, and stop generating documentation/client libraries for it. However, where should we direct users who are looking for a library to migrate to?
After discussion with the Cloud Debugger team, here is the course of action:
- Add the Firebase connection, which will allow users to move to Firebase when the debugger API is deactivated (and use snapshot-debugger instead) and cut a release as soon as possible.
- By 31 May, mark all
Debuggerclasses and README as deprecated. Remove generated code updates (owlbot) - After 31 August, mark the package as "abandoned" in composer, delete the content, and leave a README with instructions on how to fork the repo with the code intact.
Thanks for the followup, and co-ordinating with the Debugger team.