Releases: kontent-ai/data-ops
Releases · kontent-ai/data-ops
1.5.0
1.4.1
1.4.0
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.
- for more information, refer to the sync-content readmes .
- 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 tox
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.
- now you must add the
What's Changed
- related commands are now grouped, see the commands section of readme
Full Changelog: 1.3.2...1.4.0
1.3.2
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
- for full feature list, see release notes for release 1.3.0
Full Changelog: 1.3.1...1.3.2
1.3.1
kontent-ai/data-ops patch 1.3.1
Fixes
- zod moved from
devDependencies
todependencies
- minor readme adjustment
Features
- for full feature list, see release notes for release 1.3.0
Full Changelog: 1.3.0...1.3.1
1.3.0
kontent-ai data-ops 1.3.0
New features
- advanced diff –
diff
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
- Clarify npx caching in readme and Suggest using @latest version by @JiriLojda in #56
- Devrel 1155/advanced diff by @pokornyd in #48
Full Changelog: 1.2.2...1.3.0
1.2.2
1.2.1
1.2.0
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
What's Changed
- fix import workflow non-existing references by @IvanKiral in #44
Full Changelog: 1.1.3...1.1.4