Apoxy v0.18.1
Added a new generic delete command, domain record replacement capabilities, and HTTP response compression support, along with several reliability improvements.
This release introduces a new generic delete command, domain record replacement capabilities, and HTTP response compression support, along with several reliability improvements.
Features
- Generic delete command: Add support for deleting resources using file-based and type/name modes (1ef4659)
- Domain record replacement: Add
DomainReplaceAnnotationfor atomic record-type changes (abc339f) - HTTP response compression: Add HTTPRouteFilter CRD with default-on response compression (aae75f2)
Bug Fixes
- Tunnel metrics registration: Guard RegisterAgentMetrics with sync.Once to prevent double-registration (8f437c4)
Improvements
- Tunnel metrics: Move agent-only metrics out of init() into explicit RegisterAgentMetrics() (9c9417e)
Infrastructure
- CLI documentation: Update CLI reference with delete command and k8s install --version flag (14fceee)
Full Changelog: v0.18.0...v0.18.1
← Previousv0.19.0The tunnel subsystem receives significant performance enhancements through optimized TCP stack tuning, increased buffer limits, and async send queues per connection, while improved connection monitoring and proactive endpoint draining boost overall reliability.Next →v0.18.0Added comprehensive tunnel agent metrics collection and overlay scraper, automatic traffic pause detection for high throughput scenarios, and a version flag for the Kubernetes install command.