Skip to content

sadoyan/aralez

v.0.92.10 Feature

This release adds 2 notable features for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

load-balancing pingora proxy rust

Summary

AI summary

Standardized zero downtime upgrade procedure added with TCP keepalive configuration options.

Changes in this release

Feature Low

Adds TCP keepalive configuration options in main.yaml

Adds TCP keepalive configuration options in main.yaml

Source: llm_adapter@2026-06-10

Confidence: high

Feature Low

Standardized zero downtime upgrade procedure

Standardized zero downtime upgrade procedure

Source: llm_adapter@2026-06-10

Confidence: high

Full changelog

Main Changes .

  • Standardized zero downtime upgrade procedure
  • Added connection keepalive kernel reporting, to prevent half dead connection staying as ESTABLISHED at kernel level.

Optional parameters in (main.yaml)

  • tcp_keepalive_idle: 60 # Seconds of inactivity before the kernel starts sending keepalive probes to a downstream client
  • tcp_keepalive_interval: 10 # Seconds between individual keepalive probes if the client does not respond
  • tcp_keepalive_count: 5 # Number of unanswered probes before the kernel declares the connection dead and closes it

No Braking changes

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track sadoyan/aralez

Get notified when new releases ship.

Sign up free

About sadoyan/aralez

All releases →

Related context

Earlier breaking changes

  • v.0.92.7 Removes data property from JWT authorization config
  • v.0.92.7 Changes sticky_sessions type from bool to Option<isize>

Beta — feedback welcome: [email protected]