Skip to content

Releases: kontent-ai/data-ops

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

1.1.3

09 May 15:18
Compare
Choose a tag to compare

What's Changed

  • fix deleted assets in guidelines by importing empty guidelines at first by @IvanKiral in #41

Full Changelog: 1.1.2...1.1.3

1.1.2

02 May 12:53
Compare
Choose a tag to compare

Kontent.ai data-ops 1.1.2

What's Changed

  • Fix importing languages in a case when there are other languages with same property e.g. same codename, external_id
  • Fix referencing non-existing elements in allowed_elements inside the custom element.

Full Changelog: 1.1.1...1.1.2

1.1.1

25 Apr 11:03
Compare
Choose a tag to compare

Kontent.ai data-ops 1.1.1

What's Changed

  • External ids (if not set already set in exported zip) in content type elements during import command are set to format "<content_type_codename>_<content_group_codename(if exists>_<element_codename>"
  • Fix print errors using JSON.stringify.
  • Update entities' import/export information to better highlight what is doing

Full Changelog: 1.1.0...1.1.1

1.1.0

24 Apr 12:09
70bda08
Compare
Choose a tag to compare

Kontent.ai data-ops 1.1.0

Features

  • adds clean operation, allowing removal of all entities from a target environment (with some management API limitations)

What's Changed

New Contributors

Full Changelog: 1.0.1...1.1.0

1.0.1

01 Feb 13:27
Compare
Choose a tag to compare

What's Changed

CHANGELOG.md

Full Changelog: 1.0.0...1.0.1

1.0.0

25 Jan 15:48
Compare
Choose a tag to compare

First major release with support for import and export commands.