HubSpot API breaking changes (2025–2026): complete tracker and fixes
hubspot 3 breaking / deprecation entries 2025–2026
HubSpot ships API and SDK changes continuously. Most are additive — but the ones that are not can silently break integrations that worked yesterday. This page is the complete, continuously regenerated record of every HubSpot breaking change and deprecation in the mendapi change database: 3 entries (3 breaking, 0 deprecation), each linked to its upstream source and, where possible, to a concrete fix.
How to read this page
Every entry carries a fixability verdict from the mendapi adjudication pipeline: code-fixable means a mechanical code change repairs the break (1 entries); not code-fixable means the change requires a business decision, credential provisioning, or upstream action that no codemod can produce (2 entries). Entries marked auto-fix pack have a deterministic, gold-tested migration pack that mendapi fix can apply locally.
Am I affected?
Reading a changelog tells you what changed — not whether your code uses the affected surface. The mendapi scanner answers that locally, in about 30 seconds, without any code leaving your machine:
npx mendapi sync # -> one network call: pulls the change feed into a local database npx mendapi scan # -> N findings: file, line, provider, confidence mendapi deps --match # -> which of the changes below actually hit your endpoints
See Getting Started for the full workflow and the security model for why zero code upload is the default and only mode.
Complete HubSpot breaking change timeline
| Date | Change | Ref |
|---|---|---|
| 2026-06-30 | 14.0.0 breaking not code-fixable Node 18->22 minimum bump |
source |
| 2025-05-20 | 13.0.0 breaking code-fixable auto-fix pack hubspot v13: methods moved/renamed between blogPostsApi, basicApi and batchApi with an explicit old->new mapping — |
source |
| 2025-05-05 | 13.0.0-beta.3 breaking not code-fixable Pre-release beta (13.0.0-beta.3) housekeeping |
source |
Automated migration packs for HubSpot
mendapi ships 1 deterministic migration pack for HubSpot — verified, idempotent codemods you can apply locally with mendapi fix. Full details in the pack catalog.
hubspot-blogposts-api-move— HubSpot API client v13: cms.blogs.blogPostsApi methods moved to basicApi/batchApi/multiLanguageApi (upstream reference)
Recent HubSpot releases adjudicated non-breaking
Not paging you is the other half of the job. The same pipeline that produced the timeline above also cleared 7 HubSpot changes as additive or fix-only — releases an integrator can upgrade through without a migration. The most recent:
| Date | Release | Ref |
|---|---|---|
| 2026-07-01 | 14.0.1 fix |
source |
| 2026-03-19 | 13.5.0 additive |
source |
| 2025-09-23 | 13.4.0 additive |
source |
| 2025-09-18 | 13.3.0 additive |
source |
| 2025-09-01 | 13.2.0 additive |
source |
| 2025-08-14 | 13.1.0 additive |
source |
| 2025-08-11 | 13.0.1 fix |
source |
Monitoring HubSpot going forward
This page is regenerated from the change database, which is fed by release feeds, changelog capture and OpenAPI spec diffing — so it does not depend on HubSpot writing a perfect changelog. mendapi monitors 84125 change records across 20 providers; hosted plans watch your repos continuously and open fix PRs when a change lands. See pricing.
Frequently asked questions
How do I check if my codebase is affected by HubSpot breaking changes?
Run npx mendapi scan in your repo. It statically matches your files against the 3 HubSpot breaking changes and deprecations in this tracker and reports file, line and confidence for every hit — locally, in about 30 seconds, with zero network calls.
How many HubSpot API breaking changes are on record?
This tracker records 3 entries for HubSpot (3 breaking changes and 0 deprecations, 2025–2026). Each entry is adjudicated: 1 is code-fixable, 2 require a decision no codemod can make.
Are there automated fixes for HubSpot breaking changes?
Yes — mendapi ships 1 deterministic migration pack for HubSpot. mendapi fix applies them locally as reviewable diffs; every pack is gold-tested and idempotent.
Does my code get uploaded when scanning for HubSpot changes?
No. mendapi scan, deps and fix run with zero network code, mechanically enforced by the test suite. Optional hosted reporting is metadata-only, secrets-redacted, and requires an explicit flag.
Related
- API breaking change detection — how upstream breakage is caught before it ships, and why default severity gates stay silent.
- All breaking-change reports — per-change deep dives with migration guides.
- All monitored providers — live change counts.
- Migration pack catalog — every deterministic fix mendapi ships.