Skip to main content
Last modified: October 30, 2025
HubSpot developer projects include a platformVersion field that enables you to control which version of the projects platform you’re developing on. This enables you to access updated functionality and ensure any new features don’t break an app you’ve released on a previous version of the platform. Below, learn about the available versions and their associated updates to specific APIs and features.

Platform version schedule

A new version of the HubSpot developer platform will be made generally available (GA) every 6 months in March and September. During this six month period, the latest platform version will have a status of Current.
  • The Current version of the platform will be actively managed to address bugs, maintain reliability, and safeguard app security.
  • After a version has been Current for 6 months, the version will then enter a 12 month period of Supported, during which HubSpot will address any critical bug fixes to ensure platform stability and security.
  • After an 18 month period has elapsed from when the version was first released into GA, the platform status will change to Unsupported.
    • Any Unsupported versions will not receive any bug fixes and no further updates will be made.
    • If you try to upload a project using an Unsupported version, the resulting build will fail.
    • Although apps previously deployed on these versions may still work, developers should not expect going stability and are highly advised to upgrade to the most Current version of the platform.
The HubSpot developer platform will use date-based versioning, where each platform version is named using the year and month it was released, formatted as: YYYY.MM (e.g., 2025.2).
Platform release schedule

Manage versions

To check which version of the developer platform your projects are running on, locate the platformVersion field in your project’s top-level hsproject.json file.
{
  "name": "my_project",
  "srcDir": "src",
  "platformVersion": "2025.2"
}
Learn how to migrate an older version of a legacy app built with projects to the latest version of the developer platform: If you’re just getting started, check out the app creation guide.

Version history

ParameterDescription
2025.2 LatestAvailable as of Sept 2, 2025. This platform version increases the minimum required version of Node.js to v22. Changes include a new file-based build-and-deploy framework. This framework contains an app’s configuration, assets, and other source code. Learn more in the developer platform overview.
2025.1Available as of April 1, 2025. This platform version increases the minimum required version of Node.js to v20.
2023.2 SunsetThis version was sunset on October 1, 2025, and attempts to upload projects at this version will fail. To continue building and deploying, upgrade to platform version 2025.1 or 2025.2. Note that you’ll need to be using Node version 20 or higher for compatibility. Learn more about this version below.
2023.1 SunsetInitial release of the developer platform. This version is no longer be available as of March 31, 2024. Attempts to upload projects at this version will fail.

Changes in 2025.2

The latest version of the developer platform provides a number of new features, a streamlined build-and-deploy process, and other productivity tools to help you build powerful integrations with HubSpot. Learn more about how to build an app, edit your app configuration, manage your app in HubSpot, and how to install the latest version of the HubSpot CLI. More details are available in the developer platform overview
Please note: if you opt to migrate a legacy private app or public app to version 2025.2, you won’t be able to downgrade back to a previous version after the migration process is complete.

Changes in 2025.1

Version 2025.1 increases the minimum version of Node.js to v20 for serverless functions, app functions, and endpoint functions.

Changes in 2023.2 (sunset)

This version was sunset on October 1, 2025. If you have a project that’s still on 2023.2, you can continue building it by migrating to either 2025.1 or 2025.2. For posterity, below are the changes included for version 2023.2.