Skip to content

Releases: kontent-ai/data-ops

2.2.2

26 Nov 14:53
Compare
Choose a tag to compare

What's Changed

  • fix nothing printed when not parameter is not specified in the console diff in #102
  • fix workflow update syncing bug when workflow with no updates tried to be updated in #102

Full Changelog: 2.2.1...2.2.2

2.2.1

05 Nov 15:11
Compare
Choose a tag to compare

What's Changed

  • Add dash after order number in migration file name when adding migrat… by @JiriLojda in #97

Full Changelog: 2.2.0...2.2.1

2.2.0

05 Nov 14:33
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.2...2.2.0

2.1.2

04 Nov 12:36
Compare
Choose a tag to compare

What's Changed

  • Fix typos in messages
  • Fix bug when sometimes content types were not updated in sync run
  • Add confirmation message to migrate-content run CLI command

Full Changelog: 2.1.1...2.1.2

2.1.1

31 Oct 11:14
Compare
Choose a tag to compare

What's Changed

  • Resolve plugins path properly in migration commands by @JiriLojda in #94

Full Changelog: 2.1.0...2.1.1

2.1.0

30 Oct 09:52
Compare
Choose a tag to compare

What's Changed

  • Add option to specify custom kontent.ai url to all commands by @JiriLojda in #93

Full Changelog: 2.0.1...2.1.0

2.0.1

23 Oct 15:57
Compare
Choose a tag to compare

What's Changed

  • fix syncDiff as public version used wrong directory path by @IvanKiral in #92

Full Changelog: 2.0.0...2.0.1

2.0.0

17 Oct 10:56
Compare
Choose a tag to compare

Package Updates

  • Fixed package.json main and types parameters for better resolution without requiring tsconfig options.

Command Renaming [Breaking Change]

  • exportenvironment backup
  • importenvironment restore
  • cleanenvironment clean
  • sync-model exportsync snapshot
  • sync-model runsync run
  • sync-model diffsync diff
  • sync-content exportmigrate-content snapshot
  • sync-content runmigrate-content run

CLI Updates

Sync Commands [Breaking Change]

  • The sync run, sync snapshot, and sync diff commands now require a new mandatory --entities parameter, allowing you to specify which entities to sync.

New Entities

  • Added support for syncing additional entities such as collections, languages, asset folders, spaces, and workflows.

API Functions Renaming [Breaking Change]

  • diffEnvironments is now syncDiff.
  • DiffEnvironmentsParams is now syncDiffParams.

Sync Diff [Breaking Change]

  • The syncDiff function returns an HTML string instead of creating a file or printing patch operations to the console.

Sync Run

  • File Validation: Added Zod file validation when syncing from a folder.

Restore [Breaking Change]

  • Added the _element suffix to the generated external_id for content type and snippet elements.
  • Added the _group suffix to the generated external_id for content type content groups.

Migrate Content [Breaking Change]

Full Changelog: 1.6.1...2.0.0

1.6.1

28 Aug 14:19
Compare
Choose a tag to compare

What's Changed

  • Skip incomplete-elements errors when publishing variants by @JiriLojda in #43

Full Changelog: 1.6.0...1.6.1

1.6.0

26 Aug 14:02
Compare
Choose a tag to compare

What's Changed

  • Expose function to be used programmatically
  • Fix bug with cleaning workflows
  • Fix bug when adding migration

Full Changelog: 1.5.0...1.5.0