Hacker News new | ask | show | jobs
by vlovich123 976 days ago
I mean, a common joke among ICs at Google is that the API or service you're calling is deprecated but the replacement system isn't ready yet. They have good tools, but the cavalierness about breaking changes would be more because teams can just say "not supported" anymore for internal APIs and services, a more thorough test suite, & really principled rollout strategies to catch issues before they get too big.
1 comments

Perfect example of this is google analytics. The depreciated Universal Analytics on 7/1/2023:

https://support.google.com/analytics/answer/11583528?hl=en

But the API to access the replacement GA4 data is still in Beta: (for dotnet / go / python and node):