Releases: contentful/contentful-cli
Releases · contentful/contentful-cli
v4.0.1
v4.0.0
4.0.0 (2026-04-22)
- feat!: update to CMA.js v12 and drop support for Node < 22 [DX-780][DX-689] (#3193) (37ddf29)
- Bump
contentful-managementfrom^11.39.0→^12.2.0 - Update
contentful-batch-libsto^11.0.0,contentful-exportto^8.0.0,contentful-importto10.0.0, andcontentful-migrationto^5.0.0(all CMA v12-aligned releases) - Pass
{ type: 'legacy' }as the second arg tocreateClient()to keep the legacy client interface intact across the codebase - Migrate deep import of
CursorPaginatedCollectionPropfromcontentful-management/dist/typings/common-typesto the publiccontentful-managemententrypoint - Replace deprecated
concept.updatePut()andconceptScheme.updatePut()withconcept.update()andconceptScheme.update()in the taxonomy-import command - Swap
pkgfor@yao-pkg/pkgfor building Linux/macOS/Windows executables (active fork with Node 22 target support) - Bump Node engine requirement to
>=22and update allpkgbinary targets fromnode18-*tonode22-* - Patch
axiosto^1.15.0to resolve a security vulnerability - Add concurrency rule to GHA workflows to cancel in-flight runs on new pushes
- Increased Jest timeout for end-to-end tests in test/e2e/basics.test.js to give more time for startup for macOS test
- Bump
BREAKING CHANGES
- Node < 22 is no longer supported. Consumers must upgrade to Node >= 22 before upgrading to this version. contentful-management has been upgraded to v12.