infoannouncementAtlassian calls it: Announcement
Removal of legacy storage module from @forge/api package
- Announced
- APIs
- forge-core-platform
- Severity
- info, set by
reef/atlassian-rule-v1 - Source
- https://developer.atlassian.com/changelog/#CHANGE-3252
What's changing The legacy storage module has been removed from the @forge/api package. This follows the deprecation notice issued in 2025-12-01.
Starting today, any apps still using import { storage } from '@forge/api' will fail to build or run, as this export is no longer available.
What you need to do If your app still uses the legacy storage module, you must migrate to the @forge/kvs package immediately to avoid service disruption.
- Install the
@forge/kvspackage:npm install @forge/kvs - Update your imports from
import { storage } from '@forge/api'toimport { storage } from '@forge/kvs' - Deploy the updated version of your app.
For detailed instructions, refer to the KVS migration guide. You can also use the Forge CLI linting tool to identify any remaining references to the deprecated module.
The text above is Atlassian's. reef added the severity, the dates it could read from the text, and the endpoints and scopes named in code.