Releases: devrev/adaas-chef-cli
Release 0.9.1
[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.jsonshards 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
[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.jsonFixed
- 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
Fixed
This release fixes a panic that happens when trying to create an IDM for a new external system.
Release 0.8.0
[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
[0.7.2] 2025-07-07
This update includes improvements and bug fixes to the initial-mapping check command.
Release 0.7.1
[0.7.1] 2025-06-17
This update includes improvements and bug fixes to the initial-mapping check command.
Release 0.7.0
[0.7.0] 2025-06-11
Added
-
Custom objects enables mapping to custom objects.
-
Custom links enables mapping of custom links.
-
Fallbacks for required fields enables setting fallbacks for required DevRev fields that are optional in external systems.
Changed
We consolidated all the documentation needed to develop Airdrop snap-ins in our developer documentation.
Feel free to go in-depth about the new features there.
Release 0.6.4
[0.6.5] 2025-05-07
Fixed
Updates the initial-mapping check command to permit transformation methods and devrev fields added on the backend since the last release.
Changed
Backward compatible change to how exported intiial domain mappings are encoded.
Release 0.6.3
[0.6.3] 2025-04-09
Added
This release adds the Authorization policy object that enables mapping of MFZ permissions.
See the developer documentation details.
Release 0.6.2
[0.6.2] 2025-04-08
Fixed
The usage of custom stages in the mcp initial-mapping subcommand.