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
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 4.17.0 / 2026-07-30

### Fixed
* fix(slo_corrections): strip null-valued mutually-exclusive fields before POST by @riyazsh in https://github.com/DataDog/datadog-sync-cli/pull/649
* fix(spans_metrics): fall back to update on 409 during create by @riyazsh in https://github.com/DataDog/datadog-sync-cli/pull/650
* fix(state): delete stale per-record cache files on dump_state by @riyazsh in https://github.com/DataDog/datadog-sync-cli/pull/651


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

## 4.16.0 / 2026-07-27

### Fixed
Expand Down
Loading