I am trying to understand if there's any way to learn more about breaking API change ahead of time, other than subscribing and reading every blog post.
We ran into this issue:
and it caused major problems.
It's very frustrating that Google is making breaking API changes without a semantic versioning update. The documentation was also incorrect with only the blog post mentioning the key changes.
Given that's happening, it seems the only way to avoid major problems is to subscribe to the Google Ads API blog, read every post, and try to determine if the changes mentioned in the post apply to any of our usage.
There's also a lot of posts on the blog, most of which are not relevant, and it will take some time to read every post and understand each one and figure out if it's relevant.
Is this the only option though? Are there any simpler ways to find out if there will be major API breakages?
Bill