Skip to content

Releases: Battle-Creek-LLC/ddog

v0.4.0

26 May 13:07
b544c76

Choose a tag to compare

What's Changed

  • Bump rustls-webpki from 0.103.12 to 0.103.13 by @dependabot[bot] in #5
  • Add --interval time-series bucketing to logs aggregate by @jstockdi in #7
  • Release v0.4.0 by @jstockdi in #8

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

23 May 01:32

Choose a tag to compare

What's Changed

  • Make dependency-review advisory (non-blocking) by @jstockdi in #4
  • Fix release.yml "release not found" on tag-push by @jstockdi in #3
  • Add metrics query command (v2 timeseries) by @jstoadv in #1

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0 — read-only dashboards and monitors

23 May 00:28

Choose a tag to compare

Added

  • ddog dashboards get <id> / ddog dashboards list [--query] — read dashboard definitions (incl. widget queries).
  • ddog monitors list [--name|--tag|--monitor-tag] / ddog monitors get <id> — read monitors and their overall_state.

Both are read-only, over Datadog's v1 API, reusing the same auth/config/output flags as ddog logs.

v0.1.0 — initial release

29 Apr 18:15

Choose a tag to compare

v0.1.0 — 2026-04-29

First tagged release of ddog, a Datadog CLI for humans and AI agents.
The same command emits a colorized table at a TTY and compact NDJSON
when piped — no flags required.

Added

  • ddog logs search — query Datadog logs with filter expressions, time
    windows, and pagination.
  • ddog logs tail — stream new log entries matching a query.
  • ddog logs get — fetch a single log entry by ID.
  • ddog logs aggregate — group/count logs over a time window.
  • Auth resolution chain: CLI flags > env (DD_API_KEY, DD_APP_KEY,
    DD_SITE) > named profile from the config file > defaults.
  • Prebuilt binaries for Linux (x86_64, aarch64), macOS (x86_64, aarch64),
    and Windows (x86_64).

Metrics, monitors, events, and incidents are planned for later releases.