Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 4.16.0 / 2026-07-27

### Fixed
* feat(users): create service-account users via the service_accounts endpoint by @michael-richey in https://github.com/DataDog/datadog-sync-cli/pull/644
* feat(users): backfill destination email via a second PATCH when handle differs by @michael-richey in https://github.com/DataDog/datadog-sync-cli/pull/645
### Added
* feat(sync): extend --id-file to source state-load ID-targeting under --minimize-reads by @riyazsh in https://github.com/DataDog/datadog-sync-cli/pull/646
### Removed
* Remove --use-v1-user-api flag and v1 user-creation path by @michael-richey in https://github.com/DataDog/datadog-sync-cli/pull/640


**Full Changelog**: https://github.com/DataDog/datadog-sync-cli/compare/4.14.0...4.16.0

## 4.14.0 / 2026-07-20

### Added
Expand Down
Loading