From cbb9e12588db18eae1ea9b2dea47e1e11a1b7025 Mon Sep 17 00:00:00 2001 From: "dd-octo-sts[bot]" <200755185+dd-octo-sts[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 19:46:26 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b9ab771..ecb952ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 4.13.0 / 2026-07-15 + +### Fixed +* fix(monitors): drop notify_by=["*"] when query has no by-group clause by @riyazsh in https://github.com/DataDog/datadog-sync-cli/pull/625 +* fix(downtime_schedules): rewrite past `end` on create path by @riyazsh in https://github.com/DataDog/datadog-sync-cli/pull/626 +* fix(sensitive_data_scanner_rules): align name with linked standard pattern on write by @riyazsh in https://github.com/DataDog/datadog-sync-cli/pull/627 +* fix(downtime_schedules): request `include=created_by` on source fetches by @riyazsh in https://github.com/DataDog/datadog-sync-cli/pull/628 +* fix(metrics_metadata): skip distribution-typed metrics in update path by @riyazsh in https://github.com/DataDog/datadog-sync-cli/pull/633 +### Added +* feat: --drop-unresolvable-principals flag + drop-aware connection scaffolding (1/4) by @michael-richey in https://github.com/DataDog/datadog-sync-cli/pull/629 + + +**Full Changelog**: https://github.com/DataDog/datadog-sync-cli/compare/4.12.0...4.13.0 + ## 4.12.0 / 2026-07-13 ### Fixed