Market Research Brief

The One-Year Gap

An independent measurement of how far production software falls behind the SDK versions its vendors ship.
What this is: an independent measurement of 32 widely used software vendors, covering how far behind their customers' systems have fallen.

Date: August 2026

Download the PDF
Executive summary
  1. 78.6% of measured SDK traffic runs on a version at least one major release behind.
  2. The median version running in production is 377 days old.
  3. The vendors measured publish a median of 1.3 releases flagged for breaking-change language per year.
  4. 1,234 public discussions from 767 engineers describe a breakage or unplanned migration; 31% were still unresolved.
  5. The findings show that integration maintenance is a systematic delivery problem, not an isolated customer failure.

Summary

Modern software depends on external APIs for critical capabilities such as payments, identity, messaging and data. Each dependency evolves independently. This research measures how closely production systems keep up with those changes.
78.6%
of live traffic to the typical vendor comes from customers running at least one major version behind
377
days old, on average, is the version of vendor software actually running in production
23/32
vendors measured where most customers are behind, not a minority

Three observations describe the maintenance burden:

  1. Production systems fall behind. Across 32 vendors, most measured traffic often comes from customers on an older version.
  2. Vendors continue to change their SDKs. Public release histories include a steady stream of changes that require customer action.
  3. The impact is visible. Public engineering discussions document breakage and migrations that teams are still working through.

These observations do not prescribe a product. They establish the scale and persistence of the work required to keep integrations current.

Key questions, answered

What is apinae.dev?

apinae.dev enables API vendors to make their APIs self-maintaining. When a vendor ships an SDK update, apinae.dev helps deliver the corresponding customer migration, so integrations can stay current as the API evolves.

What is a Self-Maintaining API?

A Self-Maintaining API does more than publish a new SDK and release notes. It ships the migration too: customers receive a ready-to-review update tailored to their codebase when the API changes.

Why do API vendors need this?

Every API update changes two codebases: the vendor's and the customer's. Today, vendors usually ship only their own change. Customers then have to discover, interpret and implement the migration themselves. apinae.dev closes that delivery gap.

What evidence is there that this matters?

Our research across 32 widely used software vendors found that 78.6% of SDK traffic runs on versions that are at least one major release behind. The median production version is 377 days old. The One-Year Gap measures the scale of this drift using public data.

Who is apinae.dev for?

API vendors are apinae.dev's customers. Their developers and the developers using their SDKs benefit from a clearer path from a released change to an updated integration.

Why publish migration packs?

We occasionally publish free migration packs when the ecosystem needs practical help with an important transition. They are useful on their own and show the kind of migration work that a Self-Maintaining API should be able to deliver.

How does apinae.dev learn what to build?

We speak with API vendors and the developers who integrate their SDKs. Those conversations, alongside our research, keep the product grounded in the real work of shipping and adopting API changes.

The problem, in plain language

AnswerVendor software changes underneath its customers, and teams only find out when something breaks. Nothing keeps those connections current automatically.

Think of a vendor as an electricity company and its product as a wall socket. Your business builds a plug that fits that socket. Everything works.

Then the electricity company redesigns the socket. They announce it, in a newsletter, on a blog, in a page of release notes nobody on your team has time to read. Your plug still fits, for now, because they left the old socket live out of politeness. A year passes. Then they remove it, and your checkout page stops taking payments on a Tuesday afternoon.

That is the entire problem. It is not exotic. It happens constantly, at every company, with every vendor, and the only defence most teams have is that somebody happens to notice in time.

Why nobody fixes it

Updating a vendor connection is never urgent until it is an emergency. It ships no new feature, wins no customer, and appears on no roadmap. It is the software equivalent of servicing the boiler: invisible when done, catastrophic when skipped. So it slips, quarter after quarter, until something breaks or a deadline is forced on the company from outside.

Finding 1: Customers are running old code

AnswerAcross 32 vendors, the typical vendor sees 78.6% of live traffic running at least one major version behind; the median version in production is 377 days old.

For each of 32 vendors, this study measured every download of their software over one week, grouped by which version was requested, and how long ago that version was published. The result is a picture of what the world is actually running, not what vendors wish it was running.

Share of live usage running an outdated version Google APIs100% Linear99.7% OpenAI99.0% DocuSign98.1% Auth097.0% Square96.4% Pinecone95.8% Plaid95.5% Slack94.0% Stripe72.2% 0% 50% 100%
Ten of the 32 vendors measured. Stripe, one of the most engineering-mature vendors in the sample, is included for contrast, and still sits at 72%.

The second question is how old that outdated code is. A month behind is housekeeping. Two years behind is a liability.

Age of the version actually running, in days DocuSign707 days Google APIs699 days Square591 days Plaid528 days Pinecone467 days Stripe341 days Auth0270 days Slack251 days OpenAI227 days Linear208 days 0 2 years
Median age of the version in active use. The slowest tenth of users is far worse: for DocuSign and Stripe, that tail runs past four and a half years.

Not every vendor is in the same position. A handful (Supabase, Temporal, PostHog, Resend) have most of their users on current versions. These tend to be younger companies with smaller, more technical customer bases who upgrade willingly. The pattern is consistent: the older and larger a vendor's customer base, the further behind it falls. Success creates the problem.

Finding 2: The ground keeps moving

AnswerVendors ship breaking changes constantly, 1.3 per year at the median and more than a dozen for the heaviest offenders, so a mid-sized company faces roughly forty disruptions a year.

Falling behind would not matter if vendor software never changed. It changes constantly. Reviewing the full public release history of the same 32 vendors, these are the ones that most often ship changes explicitly described as breaking existing customer code:

VendorBreaking releases per yearShare of all their releases
Linear17.334%
Sentry13.212%
Twilio9.842%
Shopify6.18%
Stripe5.16%
Temporal4.417%
GitHub3.15%
Slack3.08%
Median across all vendors measured: 1.3 breaking releases per year

One vendor breaking something once a year is nothing. But a mid-sized company does not have one vendor. It has thirty. Thirty vendors at the median rate means roughly forty separate occasions each year when something a company depends on changes underneath it. Each one is a small decision: notice it or don't, fix it now or later, find out from the changelog or from a customer complaint.

Most of the time, nobody notices. That is what the one-year gap in Finding 1 is made of.

Finding 3: The damage is visible in public

Answer1,234 public discussions from 767 engineers document vendor changes that broke systems or forced migrations; 31% were still unresolved.

Engineers complain in public, in writing, with dates attached. A search of public code repositories surfaced 1,234 discussions from 767 different engineers about a vendor change that broke something or forced an unplanned migration. 31% were still open, unresolved at the time of writing.

A representative example: one vendor shipped what was labelled a routine maintenance release, the kind teams apply without thinking, because the version number signals "nothing important changed." It broke the basic setup step for every customer who took it. The discussion thread ran for weeks.

This is the texture of the problem: a steady drip of small failures that each cost a team a day or a week and never get counted anywhere, rather than dramatic, well-publicised outages.

What this research does not yet show

AnswerThe counts include automated build systems re-fetching pinned versions, and only the JavaScript ecosystem was measured, so the gap is real, but its exact size is not yet pinned down.

Stated plainly: a brief that argues only one side is not worth reading.

Appendix: How this was measured

Everything in this brief comes from three public sources. No proprietary data, no vendor cooperation, no surveys. Anyone with a laptop can reproduce it. Collected 3–7 August 2026.

The sample: 32 vendors

Algolia · Anthropic · Auth0 · AWS · Clerk · Contentful · Datadog · DocuSign · Firebase · GitHub · Google APIs · HubSpot · LangChain · Linear · MongoDB · Mux · Notion · OpenAI · Pinecone · Plaid · PostHog · Resend · SendGrid · Segment · Sentry · Shopify · Slack · Square · Stripe · Supabase · Temporal · Twilio

Chosen to span the categories a normal company actually buys (payments, messaging, identity, storage, analytics, AI, e-commerce, documents) and to mix decade-old incumbents with companies founded in the last five years. Every vendor in the list returned usable data; none were dropped for producing inconvenient results.

Source 1: What version is the world running?

Every time a company's build system installs a piece of vendor software, the vendor's distribution network records it, and that record is public. Two public feeds were combined for each vendor:

Joining the two answers "how old is the software people are installing today." The measurement covers 355.7 million installations spread across 7,190 distinct versions.

Definitions used, stated so they can be argued with:

The distribution channel measured is JavaScript, chosen because it is the only major one that publishes installation counts per version. Every vendor listed also ships versions for other programming languages, which were not measured.

Source 2: How often do vendors break things?

Every vendor in the sample publishes release notes: a written announcement of what each new version changes. 6,205 releases were collected across the 32 vendors, spanning October 2014 to August 2026, the 300 most recent from each.

Each release announcement was scanned for the language vendors use when warning that customer code will stop working: breaking change, backwards incompatible, has been removed, no longer supported, action required, migration guide, upgrade guide, you must update, and five related phrases. 731 releases carried at least one. The annual rate for each vendor is that count divided by the time span its releases cover.

Two limits, both material:

Source 3: Is anyone actually hurt by it?

When a vendor change breaks something, engineers write about it in public, in the discussion threads attached to open code repositories, dated, attributed and searchable.

38 searches were run: one phrase per vendor naming that vendor's changes, plus four general ones ("broke production", and similar). Results were restricted to discussions opened since January 2024, capped at the 40 most-engaged per search, and de-duplicated. That produced 1,234 distinct discussions from 767 different engineers, dated January 2024 to August 2026, of which 377 (31%) were still unresolved.

Ranking by engagement pulls in popular repositories alongside painful migrations. A second pass kept only vendor-specific results whose text contained at least two independent distress markers (broke, deprecated, migration, upgrade, no longer, removed, stopped working and related). That narrower, higher-confidence set is 144 discussions from 119 engineers, and is the set quoted from in this brief.

This is a sample, not a census. It covers only public repositories; the equivalent conversations inside private company code are invisible and certainly far more numerous. Treat 1,234 as a floor with no ceiling attached.

What would strengthen this