This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
Summary
AI summaryStandardized zero downtime upgrade procedure added with TCP keepalive configuration options.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| 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
About sadoyan/aralez
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]