Skip to content

Releases: Sitecore/content-hub-cli

1.1.109

19 Mar 16:45

Choose a tag to compare

This pull request removes the dynamic selection of the default export package engine version based on a feature flag, and instead sets the default engine version to V2 throughout the codebase. The related setup logic and interfaces are deleted, and the command and handler are simplified to always use V2 unless explicitly overridden. Tests and documentation are updated accordingly.

Removal of dynamic engine version selection:

  • Deleted the ExportPackageSetup class and its interface IExportPackageSetup, removing all logic that checked the tenant's package_export_v2_default feature flag to determine the default engine version.
  • Removed all usages and dependency injection of IExportPackageSetup from the plugin system, command, and handler classes.

Default engine version is now V2:

  • Set the default value of ExportPackageParameters.Engine to PackageEngineVersion.V2 instead of V1.
  • Updated the ExportPackageCommand to use a static description for the engine option, always referencing V2 as the default.

Simplification of command handler logic:

  • Simplified the logic in ExportPackageCommandHandler to default to the new engine (V2) when the --engine option is not provided, removing all references to the setup class and feature flag checks.

Test updates:

  • Updated tests to reflect the new default behavior (V2 as default), removing tests and test dependencies related to the dynamic setup and feature flag.

These changes make the export package engine versioning more predictable and reduce complexity by removing runtime feature flag checks.

created on Mar. 19, 2026 04:45:30 PM +00:00

1.1.106

23 Jan 15:50

Choose a tag to compare

Improved error handling for scenarios where an endpoint has not yet been added.

created on Jan. 23, 2026 03:50:50 PM +00:00

1.1.102

03 Oct 12:41

Choose a tag to compare

ch-cli system import now supports the "Pending Review" status for import jobs.

When an import ends in "PENDING REVIEW", the generated report includes a message:
“An Issue exists and the user is requested to review the changes in the CH portal.”
The report also provides a quick link to the Import job detail, enabling users to easily review and address pending changes.

1.1.101

22 Sep 13:03

Choose a tag to compare

ch-cli system export now defaults to the default engine specified in the target tenant.

1.1.100

17 Sep 10:07

Choose a tag to compare

1.1.100 Pre-release
Pre-release

Warning
If this release is marked as a pre-release the artifacts may be removed at some point.

1.1.90

27 Jun 12:33

Choose a tag to compare

ch-cli system export -t command now supports CopyProfiles and PublishDefinitionConfigurations export types.

1.1.88

08 May 08:52

Choose a tag to compare

Initial commit

1.1.86

31 Mar 14:24

Choose a tag to compare

Initial commit

1.1.82

10 Mar 16:01

Choose a tag to compare

Initial commit

1.1.75

28 Feb 12:51

Choose a tag to compare

Initial commit