The APIs, SDKs and AI models your code depends on change constantly. DriftWatch watches their changelogs, flags what's breaking, and tells you what it means for your stack โ before it hits production.
New projects should build on the Responses API; Assistants-based integrations need a migration plan. Affects anyone using threads/assistants primitives.
cookies(), headers(), params are now asyncSynchronous access to dynamic request APIs is removed. Server components reading cookies/headers/params must await them or builds fail.
ReactDOM.render removed; legacy Context removedApps must move to createRoot. Legacy string refs and the old Context API are gone. Common blocker when upgrading older codebases.
No more security patches. Migrate to Node 20 (LTS) or 22. CI images pinned to 18 should be bumped.
No further security fixes. Dependencies are dropping 3.8 support; pin to 3.11+ for new work.
Stripe versions its API; bumping your pinned version can change webhook payloads and object shapes. Review the version changelog before upgrading.
Pick the APIs, SDKs, runtimes and AI models you actually use.
Changelogs, OpenAPI specs and release notes โ diffed continuously.
Breaking, deprecation, or additive โ with a plain-English note on what it means for you.
Email, Slack or RSS. Breaking-only filter. No noise.