by Hatchloop

Stop getting blindsided by breaking changes.

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.

Free tier at launch. No spam โ€” only alerts that matter to your stack.

Recently tracked

A preview of the kind of changes DriftWatch surfaces. The live product monitors 150+ sources and filters to only what touches your stack.
Deprecation

OpenAI โ€” Assistants API superseded by the Responses API

platform.openai.com ยท AI APIs

New projects should build on the Responses API; Assistants-based integrations need a migration plan. Affects anyone using threads/assistants primitives.

Breaking

Next.js 15 โ€” cookies(), headers(), params are now async

nextjs.org ยท Web framework

Synchronous access to dynamic request APIs is removed. Server components reading cookies/headers/params must await them or builds fail.

Breaking

React 19 โ€” ReactDOM.render removed; legacy Context removed

react.dev ยท Frontend

Apps must move to createRoot. Legacy string refs and the old Context API are gone. Common blocker when upgrading older codebases.

End of life

Node.js 18 โ€” End-of-Life (April 2025)

nodejs.org ยท Runtime

No more security patches. Migrate to Node 20 (LTS) or 22. CI images pinned to 18 should be bumped.

End of life

Python 3.8 โ€” End-of-Life (October 2024)

python.org ยท Runtime

No further security fixes. Dependencies are dropping 3.8 support; pin to 3.11+ for new work.

Advisory

Stripe โ€” pinned API versions break on upgrade

stripe.com ยท Payments

Stripe versions its API; bumping your pinned version can change webhook payloads and object shapes. Review the version changelog before upgrading.

How DriftWatch works

01

Declare your stack

Pick the APIs, SDKs, runtimes and AI models you actually use.

02

We watch the sources

Changelogs, OpenAPI specs and release notes โ€” diffed continuously.

03

AI classifies impact

Breaking, deprecation, or additive โ€” with a plain-English note on what it means for you.

04

You get one digest

Email, Slack or RSS. Breaking-only filter. No noise.