VOOZH about

URL: https://docs.datadoghq.com/byoc-logs/release_notes/

⇱ BYOC Logs Release Notes


For AI agents: A markdown version of this page is available at https://docs.datadoghq.com/byoc-logs/release_notes.md. A documentation index is available at /llms.txt.

BYOC Logs Release Notes

This product is not supported for your selected Datadog site. ().

Overview

This page tracks releases of the BYOC (Bring Your Own Cloud) Logs binary, distributed as a Docker image and bundled by the datadog/cloudprem Helm chart. New features and fixes ship in the binary; the chart packages them for deployment.

Check your installed binary version

Look at the image field on a BYOC Logs pod:

kubectl get pods -n <BYOC_LOGS_NAMESPACE> \
 -o jsonpath='{range .items[*]}{.spec.containers[*].image}{"\n"}{end}' \
 | sort -u

The image tag (for example, :v0.1.26) is the binary version. To see which binary version a Helm chart bundles, run:

helm show chart datadog/cloudprem --version <CHART_VERSION> | grep appVersion

Upgrade

Binary upgrades ship through the Helm chart. See Install BYOC Logs for the chart upgrade command for your platform.

Releases

v0.1.29 — 2026-06-05

Bundled in chart: 0.4.2.

Changed

  • Faster execution for common log analysis queries, including 2x faster range queries, 1.6x faster cardinality aggregations, and up to 6x faster intersections with range queries.
  • Treats field:* filters as existence queries, and fixes sorting by percentile aggregations.
  • Reduced memory usage for Google Cloud Storage uploads to improve indexing stability.

Helm chart changes

  • Enables BYOC service telemetry by default with datadog.byocTelemetry.enabled; this exports BYOC service logs and metrics only, not customer-ingested logs, metrics, or traces.
  • Deprecates and ignores cloudprem.index.retention, and no longer sets CP_RETENTION_PERIOD.

v0.1.26 — 2026-05-05

Bundled in chart: 0.4.0.

Changed

  • Up to 4x faster term aggregations with order by sub aggregation and up to 1.5x faster cardinality aggregations.

Further reading

Additional helpful documentation, links, and articles: