Releases: devrev/adaas-chef-cli
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.
Release 0.6.1
[0.6.1] 2025-04-07
Fixed
A panic in the new mcp initial-mapping
subcommand.
Release 0.6.0
[0.6.0] 2025-04-07
Added
-
Added
mcp
subcommands for launching the chef-cli as an MCP server for use with Cursor, Claude Code and other AI tools which implement an MCP server. -
Added
initial-mapping check
, which tests a local initial domain mapping file against a local metadata file, simulating how it would behave in an import.
Changed
- The rarely needed
install-mapping
andconvert-mapping
subcommands are renamedinitial-mapping install
ąndinitial-mapping convert
Chef CLI 0.5.6
This release adds support for the platform groups object, allowing mapping to the default rev users and dev users groups in DevRev.