# Tenzir Node v5.11.1

This release introduces payload compression for Azure Log Analytics to reduce bandwidth usage, as well as an important fix for a `from_http` bug that was introduced with the previous release.

## 🔧 Changes

### `to_azure_log_analytics` compression

Aug 1, 2025 · [@raxyte](https://github.com/raxyte) · [#5394](https://github.com/tenzir/tenzir/pull/5394)

The `to_azure_log_analytics` operator now compresses the sent payload, significantly reducing the bandwidth consumed.

## 🐞 Bug Fixes

### Fixed `from_http` default port

Aug 1, 2025 · [@jachris](https://github.com/jachris) · [#5398](https://github.com/tenzir/tenzir/pull/5398)

Using the `from_http` operator as a client without explicitly specifying a port resulted in an error complaining that the port cannot be zero. This now works as expected, meaning that the default port is derived correctly from the URL scheme, i.e., 80 for HTTP and 443 for HTTPS.

[ Download on GitHub ](https://github.com/tenzir/tenzir/releases/tag/v5.11.1)

[Get the release artifacts and source code.](https://github.com/tenzir/tenzir/releases/tag/v5.11.1)