Apoxy v0.18.1
Released March 31, 2026
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: https://github.com/apoxy-dev/apoxy/compare/v0.18.0...v0.18.1