Plan version upgrade.
HubSpot Developer Platform 2026.03 Upgrade
The 2026.03 platform version is central to current migration docs. Check `hsproject.json`, current `platformVersion`, and supported migration path before making changes.
Last source check: 2026-08-29
Citation Summary
Use this page as an unofficial, source-linked planning reference for plan version upgrade. The key takeaway is: The 2026.03 platform version is central to current migration docs. Check `hsproject.json`, current `platformVersion`, and supported migration path before making changes.
Suggested citation: Projects App Guide, "HubSpot Developer Platform 2026.03 Upgrade," last source check 2026-08-29, https://projectsappguide.com/hubspot-developer-platform-2026-03-upgrade
Answer Snapshot
- Short Answer
- A 2026.03 upgrade starts with `hsproject.json`, current `platformVersion`, app type, and the supported migration path in current HubSpot docs.
- Applies To
- Teams maintaining existing project-based apps or evaluating migration to the latest HubSpot developer platform version.
- Verify
- Open the migration overview, latest-platform migration, and project command docs before changing platformVersion or uploading.
- Boundary
- Do not treat 2026.03 platform work as the same event as the May/June legacy public app creation sunset.
Independent educational guide. Not affiliated with, endorsed by, or sponsored by HubSpot. Verify critical commands and platform behavior against official HubSpot documentation before deploying.
What to inspect
Look for `hsproject.json` and its `platformVersion` property before discussing a `2026.03` upgrade. The migration overview explains how existing platform versions relate to `2026.03`, including cases where no migration is necessary and cases where older versions need more careful review.
A platform-version upgrade is not the same as the May/June 2026 legacy public app creation sunset. The creation sunset affects new legacy public app creation. The `2026.03` workstream affects project structure, platform version, and supported feature migration paths.
If the project is already on `2026.03`, record that and check whether there is any separate Marketplace, CI, or CRM card work. If it is on an older version, open the latest-platform migration docs before changing files or running commands.
Planning a version review
Create a small inventory: current platform version, app type, serverless functions, app cards, static auth or OAuth, Marketplace status, and CI upload flow. This keeps version work tied to actual app features.
Use the documented route, not a generic upgrade command. For 2025.2, update the top-level `hsproject.json` value to 2026.03 and run `hs project upload`. For 2023.1, 2023.2, 2025.1, or a project that predates versioning, run `hs project migrate` from that project's working directory and review every feature confirmation prompt.
Do not apply public app assumptions to private app cases. The latest-platform docs include a private-app limitation for legacy non-project-based private apps, so those cases should be flagged for manual review.
Pre-upload validation and post-upgrade proof
Confirm the current CLI before starting; the current 2026.03 page recommends 8.4.0 or above, while the installation page identifies the latest recommended release. Commit or otherwise preserve the pre-upgrade source state. On the 2025.2 edit-and-upload route, run `hs project validate` after changing `platformVersion` and before upload. On 2023.1, 2023.2, 2025.1, or pre-version routes, run `hs project migrate` first, then validate the generated 2026.03 project before any follow-up upload; do not make a legacy project's pre-migration validate result a gate.
If the older project used serverless functions with `environment` values in `serverless.json`, inventory each name before migration and recreate those values through the documented `hs secret add` flow. Do not copy secret values into source control, the handoff, CI logs, or an agent prompt.
Completion means the project reports 2026.03, the new build succeeds, the intended deployment state is confirmed, and auth, installs, app cards, functions, webhooks, and other affected features pass a written test plan. Use `hs project open` for Builds & Deploys. If validation or build fails, stop deployment, repair the reported source/configuration issue, and create a new build rather than forcing a warning bypass.
Handoff output
A useful handoff states the current version, the target version to verify, the command or file change to review, and the official docs used. It also lists features that could change migration complexity, such as serverless functions or app cards.
Keep the recommendation reversible until a developer has run the current preflight. The language should be 'likely path to verify,' not 'guaranteed upgrade path.'
Add a source-check date. This repository's official source archive was captured on 2026-05-24, and production decisions should re-open current HubSpot docs.
Checklist
- Record `hs --version`; the current migration page recommends 8.4.0 or above.
- Record current `platformVersion`, project status, app distribution, auth model, and affected features.
- Choose the exact 2026.03 route for 2025.2, older project versions, non-project public apps, or unsupported non-project private apps.
- Preserve the pre-upgrade source state and inventory serverless environment names without exposing values.
- For 2025.2, validate after the version edit and before upload; for older projects, migrate first and validate the generated 2026.03 project before a follow-up upload.
- Recreate legacy serverless environment values with the official `hs secret add` flow when applicable.
- Use `hs project open` to record build/deploy state and execute the auth, install, and feature test plan.
Claim / Source Map
These are the main claims this page relies on. Re-open the linked official HubSpot source before production-affecting commands, uploads, submissions, or client delivery.
| Claim | Official source |
|---|---|
| `platformVersion` should be inspected in the project configuration before upgrade planning. | Determine your migration path to 2026.03 |
| The current 2026.03 guide recommends CLI 8.4.0 or above and defines different routes for 2025.2, older project versions, and non-project legacy public apps. | Migrate an existing app to 2026.03 |
| Legacy `serverless.json` environment values are not migrated automatically and must be redefined as secrets with `hs secret add`. | Migrate an existing app to 2026.03 |
| Project command behavior should be checked against current CLI project command docs. | HubSpot CLI project commands |
FAQ
Is platformVersion 2026.03 the same as the May/June creation sunset?
No. Platform-version migration is a separate workstream from the legacy public app creation sunset.
What file should I inspect first for platform version?
Start with `hsproject.json`, then review app type, feature files, serverless functions, app cards, and current migration docs before changing files.
Get the full Projects CLI Skill Pack
Includes the agent skill, command cheatsheet, checklist, CSV tracker, handoff template, and official source map.
Independent educational product. Gumroad checkout opens in a separate page; no official affiliation or guarantee is implied.