Skip to content

Releases: kontent-ai/data-ops

1.5.0

14 Aug 09:10
051f968
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.1...1.5.0

1.4.1

05 Aug 08:46
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.0...1.4.1

1.4.0

25 Jul 07:15
Compare
Choose a tag to compare

kontent-ai data-ops 1.4.0

New features

  • migration toolkit integration – now you can sync your content via data-ops using migration toolkit tool integration.
  • migrations support - added migrations management from Kontent.ai CLI tool with new features added:
    • now you must add the path to the folder from which you want to run migrations, this allows you to have multiple migrations folder.
      • status.json will be stored in the provided folder.
    • added --next parameter allows you to x the number of migrations that should be executed next according to order and migrations completion in status.json.
    • fixed bugs in which all migrations were successful even when an error occurred.

What's Changed

Full Changelog: 1.3.2...1.4.0

1.3.2

15 Jul 18:57
Compare
Choose a tag to compare

kontent-ai/data-ops patch 1.3.2

Fixes

  • fixed an issue where advanced diff HTML template was loaded relatively to the directory where the script was run, rather than from the root directory of the module itself

Features

Full Changelog: 1.3.1...1.3.2

1.3.1

15 Jul 13:15
Compare
Choose a tag to compare

kontent-ai/data-ops patch 1.3.1

Fixes

  • zod moved from devDependencies to dependencies
  • minor readme adjustment

Features

Full Changelog: 1.3.0...1.3.1

1.3.0

15 Jul 12:48
Compare
Choose a tag to compare

kontent-ai data-ops 1.3.0

New features

  • advanced diffdiff command now supports optional -a parameter, allowing you to generate a more human-friendly visual representation of differences between two environments into a standalone HTML file. for more information on its use and additional parameters, see the advanced diff readme

What's Changed

Full Changelog: 1.2.2...1.3.0

1.2.2

24 Jun 18:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.1...1.2.2

1.2.1

07 Jun 17:19
Compare
Choose a tag to compare

What's Changed

  • Added support for import/export/clean of webhooks #35
  • Fixed moving taxonomy term under a different parent term in #53
  • Changed external ids of non-existing entities during import/sync to {item,asset}_ in #53

Full Changelog: 1.2.0...1.2.1

1.2.0

29 May 14:28
Compare
Choose a tag to compare

Kontent.ai data-ops 1.2.0

Features

  • adds sync operation, allowing syncing content model (content types, content type snippets, taxonomies) between two environments
  • adds diff operation, allowing printing patch operations between two environments
  • adds generate-sync-model operation, creating a folder containing content model that can be used for sync

For more information refer to individual README files.

What's Changed

  • added new commands
  • reworked README structure

Full Changelog: 1.1.0...1.2.0

1.1.4

22 May 11:19
Compare
Choose a tag to compare

What's Changed

  • fix import workflow non-existing references by @IvanKiral in #44

Full Changelog: 1.1.3...1.1.4