From 995d0b7cbfa6e89c13f64a5e08bebd03bab8d9ea Mon Sep 17 00:00:00 2001 From: "dd-octo-sts[bot]" <200755185+dd-octo-sts[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 17:35:31 +0000 Subject: [PATCH 1/2] Update CHANGELOG --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4945a98d..aec154a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ ## 3.1.0 / 2026-03-27 +### Fixed +* Support Synthetics Test Suites by @melkouri in https://github.com/DataDog/datadog-sync-cli/pull/478 +* Fix Rum sessions in synthetics browser tests by @melkouri in https://github.com/DataDog/datadog-sync-cli/pull/483 +* fix: handle GCS stale generation and NotFound during state loading by @michael-richey in https://github.com/DataDog/datadog-sync-cli/pull/499 +### Added +* NDJSON stack 1/4: ResourceOutcome model, shared writer, --json flag, and outcome emission by @nathantournant in https://github.com/DataDog/datadog-sync-cli/pull/484 +* NDJSON stack 2/4: Log class NDJSON mode by @nathantournant in https://github.com/DataDog/datadog-sync-cli/pull/489 +* NDJSON stack 3/4: Wire emit_json into Log and disable progress bar by @nathantournant in https://github.com/DataDog/datadog-sync-cli/pull/486 + +## New Contributors +* @moezein0 made their first contribution in https://github.com/DataDog/datadog-sync-cli/pull/488 + +**Full Changelog**: https://github.com/DataDog/datadog-sync-cli/compare/3.0.3...3.1.0 + +## 3.1.0 / 2026-03-27 + ### Fixed * Support Synthetics Test Suites by @melkouri in https://github.com/DataDog/datadog-sync-cli/pull/478 * Fix Rum sessions in synthetics browser tests by @melkouri in https://github.com/DataDog/datadog-sync-cli/pull/483 From 24294b7e3448149994ab4a1dd6718261a21646bf Mon Sep 17 00:00:00 2001 From: Nathan Tournant Date: Fri, 27 Mar 2026 18:36:38 +0100 Subject: [PATCH 2/2] Remove version 3.1.0 details from CHANGELOG Removed duplicate details for version 3.1.0 from CHANGELOG.md. --- CHANGELOG.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aec154a9..e27c4003 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,21 +16,6 @@ **Full Changelog**: https://github.com/DataDog/datadog-sync-cli/compare/3.0.3...3.1.0 -## 3.1.0 / 2026-03-27 - -### Fixed -* Support Synthetics Test Suites by @melkouri in https://github.com/DataDog/datadog-sync-cli/pull/478 -* Fix Rum sessions in synthetics browser tests by @melkouri in https://github.com/DataDog/datadog-sync-cli/pull/483 -### Added -* NDJSON stack 1/4: ResourceOutcome model, shared writer, --json flag, and outcome emission by @nathantournant in https://github.com/DataDog/datadog-sync-cli/pull/484 -* NDJSON stack 2/4: Log class NDJSON mode by @nathantournant in https://github.com/DataDog/datadog-sync-cli/pull/489 -* NDJSON stack 3/4: Wire emit_json into Log and disable progress bar by @nathantournant in https://github.com/DataDog/datadog-sync-cli/pull/486 - -## New Contributors -* @moezein0 made their first contribution in https://github.com/DataDog/datadog-sync-cli/pull/488 - -**Full Changelog**: https://github.com/DataDog/datadog-sync-cli/compare/3.0.3...3.1.0 - ## 3.0.3 / 2026-03-17 ### Fixed