From 22665f671b44f9beda5fc419666806f3577d9ef4 Mon Sep 17 00:00:00 2001 From: "dd-octo-sts[bot]" <200755185+dd-octo-sts[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 14:12:32 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3085a6c7..1674fa0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 3.1.5 / 2026-04-08 + +### Fixed +* Add logic to replicate file content of Synthetics Tests with file uploads by @melkouri in https://github.com/DataDog/datadog-sync-cli/pull/477 +### Added +* fix: include endpoint path in paginated request error log by @michael-richey in https://github.com/DataDog/datadog-sync-cli/pull/506 +### Changed +* perf: move filter check before deepcopy in _apply_resource_cb by @michael-richey in https://github.com/DataDog/datadog-sync-cli/pull/518 + +## New Contributors +* @hazrac made their first contribution in https://github.com/DataDog/datadog-sync-cli/pull/502 +* @gh-worker-campaigns-3e9aa4[bot] made their first contribution in https://github.com/DataDog/datadog-sync-cli/pull/505 + +**Full Changelog**: https://github.com/DataDog/datadog-sync-cli/compare/3.1.0...3.1.5 + ## 3.1.4 / 2026-04-07 ### Fixed