v0.54.0
AppFlowy-IO/AppFlowyv0.54.0Mar 10, 2026by github-actions[bot]
AI Summary
This release enhances the datadog_logs sink with ZSTD compression and introduces new Azure Logs Ingestion support, along with system metric improvements.
Key Highlights
- `datadog_logs` sink now defaults to ZSTD compression for better network efficiency.
- New `azure_logs_ingestion` sink replacing the deprecated `azure_monitor_logs`.
- Added internal metrics for component latency.
Breaking Changes
- The `datadog_logs` sink now defaults to `zstd` compression. Users must explicitly set compression to preserve previous behavior.
New Features
- Azure Logs Ingestion API support
- Enhanced Syslog encoding with RFC compliance
- New `component_latency_seconds` and `component_latency_mean_seconds` metrics
- New keybinds for vector top
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).