v0.54.0

envoyproxy/envoyv0.54.0Mar 10, 2026by github-actions[bot]

AI Summary

This release enhances the vector UI with new keybinds, updates the Datadog sink to use Zstd compression by default, and introduces a new Azure Logs Ingestion sink while deprecating the old Azure Monitor Logs sink.

Key Highlights

  • Enhanced vector UI with new keybinds for scrolling, sorting, and filtering
  • Datadog logs sink now defaults to zstd compression
  • New internal metrics: component_latency_seconds and component_latency_mean_seconds
  • Syslog encoding transform upgrades with improved RFC compliance and UTF-8 safety
  • New azure_logs_ingestion sink (azure_monitor_logs deprecated)

Breaking Changes

  • The datadog_logs sink now defaults to zstd compression. Users must explicitly set compression to preserve previous behavior.

New Features

  • Support for Azure Monitor Logs Ingestion API via new azure_logs_ingestion sink
  • Syslog encoding improvements including support for scalars, nested objects, arrays, and UTF-8 safety
  • Exposure of internal metrics for component latency

Full Release Notes

The [COSE team](https://opensource.datadoghq.com/about/#the-community-open-source-engineering-team) is excited to announce version 0.54.0! šŸš€ 

### Release highlights

- Enhanced vector top with new keybinds for scrolling, sorting, and filtering. Press `?` to see all available keybindings.
- The `datadog_logs` sink now defaults to `zstd` compression instead of no compression, resulting in better network efficiency and higher throughput.
- Added `component_latency_seconds` histogram and `component_latency_mean_seconds` gauge internal metrics, exposing the time an event spends in a component.
- Syslog encoding transform received major upgrades with improved RFC compliance, support for scalars/nested objects/arrays in structured data, and better UTF-8 safety.
- Added a new `azure_logs_ingestion` sink that supports the Azure Monitor Logs Ingestion API. The existing `azure_monitor_logs` sink is now deprecated, and users should migrate before Microsoft ends support for the old Data Collector API (currently scheduled for September 2026).

### Breaking Changes

* The `datadog_logs` sink now defaults to `zstd` compression. You can explicitly set compression to preserve previous behavior.

šŸ‘‰ View all new features and fixes in the release notes [here](https://vector.dev/releases/0.54.0).