Skip to content

Releases: devrev/adaas-chef-cli

Release 0.11.2

Choose a tag to compare

@ftopic ftopic released this 25 May 07:17

[0.11.2] 2026-05-25

Fixed

Removes the ext_object_type fixed custom field from the IDM file, which was automatically added by the AirSync system.

Release 0.11.1

Choose a tag to compare

@tilenkavcic tilenkavcic released this 20 Mar 12:25

[0.11.1] 2026-03-20

Fixed

Fixes a panic in the mapping UI when mapping Article fields.

Release 0.11.0

Choose a tag to compare

@tilenkavcic tilenkavcic released this 17 Mar 11:44

[0.11.0] 2026-03-17

Added

Adds support for mapping record types to custom objects in chef-cli MCP. The map_record_type tool now accepts custom_object as a leaf_type.

Fixed

Fixed a bug in deficiency collection where shards that had data synced in any direction were incorrectly skipped, causing required-field deficiencies to not be reported.

Fixed the map_record_type MCP tool parameter name from default to as_default.

Release 0.10.1

Choose a tag to compare

@ftopic ftopic released this 23 Feb 13:15

[0.10.1] 2026-02-23

Fixed

Fixes a bug on selecting a DevRev leaf type for a record type that has no existing mappings.

Release 0.10.0

Choose a tag to compare

@ftopic ftopic released this 17 Feb 13:38

[0.10.0] 2026-02-17

Added

Adds support for mapping permissions, using the make_object_access, make_field_access and make_conditional_access transformation methods. Detailed documentation can be found here https://developer.devrev.ai/airsync/data-model/permissions.

Fixed

Updated the record type direction handling to transform to/from the newly introduced forward_sync_mode and reverse_sync_mode enum values.

Release 0.9.1

Choose a tag to compare

@B-Lorentz B-Lorentz released this 08 Dec 14:29

[0.9.1] 2025-12-08

Changed

When merging a blueprint to the IDM file using

chef-cli configure-mappings --env prod --idm path/to/initial_domain_mapping.json

shards from omitted record types can not be used.

Fixed

  • Fixes bugs in release 0.9.0 that would sometimes cause blueprint updates in the mapping UI to fail.
  • Fixes a bug in release 0.9.0 that cause updated shards not to be copied to the IDM if there is already a mapping from that record type to the given leaf type.
  • Fixes a bug in release 0.9.0 that causes the 'trying out the transformation' functionality to not work.

Release 0.9.0

Choose a tag to compare

@ftopic ftopic released this 02 Dec 13:55

[0.9.0] 2025-12-02

Changed

  • Updates to the mapping UIs integration with the backend. Using older releases for the mapping UI is no longer supported.

  • The direct manipulation of the initial domain mappings installed in a dev-org, and their export as a downloadable file is no longer supported. Instead, the UI for merging the mappings from a sync unit into the IDM will edit a local IDM file, provided by a command line flag:

chef-cli configure-mappings --env prod --idm path/to/initial_domain_mapping.json

Fixed

  • Fixes the MCP configuration file returned by the "mcp-config" command.
  • Fixes the integration of the MCP CLI with Codex CLI.

Release 0.8.1

Choose a tag to compare

@ftopic ftopic released this 01 Oct 11:59

Fixed

This release fixes a panic that happens when trying to create an IDM for a new external system.

Release 0.8.0

Choose a tag to compare

@tilenkavcic tilenkavcic released this 30 Jul 07:30

[0.8.0] 2025-07-30

Added

Full support for adding fallbacks using the MCP server.

Changed

Initial domain mappings now use a versioning system.
Existing syncs will continue to work, but updated connectors should use v0.2.0 of initial domain mappings. This version requires fallback values for some specific fields to ensure robust data handling during imports.

New connectors should specify format_version as v0.2.0 in their initial domain mappings. You can see an example in the airdrop-template repository.

We also introduced new transformation methods that assist with mapping of articles. Test them out by mapping the resource article field.

Fixed

Fixed a bug in the direction button group.

Release 0.7.2

Choose a tag to compare

@tilenkavcic tilenkavcic released this 07 Jul 11:19
5edc73b

[0.7.2] 2025-07-07

This update includes improvements and bug fixes to the initial-mapping check command.