# 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](https://github.com/apoxy-dev/apoxy/commit/1ef4659))
- **Domain record replacement**: Add `DomainReplaceAnnotation` for atomic record-type changes ([abc339f](https://github.com/apoxy-dev/apoxy/commit/abc339f))
- **HTTP response compression**: Add HTTPRouteFilter CRD with default-on response compression ([aae75f2](https://github.com/apoxy-dev/apoxy/commit/aae75f2))

## Bug Fixes

- **Tunnel metrics registration**: Guard RegisterAgentMetrics with sync.Once to prevent double-registration ([8f437c4](https://github.com/apoxy-dev/apoxy/commit/8f437c4))

## Improvements

- **Tunnel metrics**: Move agent-only metrics out of init() into explicit RegisterAgentMetrics() ([9c9417e](https://github.com/apoxy-dev/apoxy/commit/9c9417e))

## Infrastructure

- **CLI documentation**: Update CLI reference with delete command and k8s install --version flag ([14fceee](https://github.com/apoxy-dev/apoxy/commit/14fceee))

**Full Changelog**: [v0.18.0...v0.18.1](https://github.com/apoxy-dev/apoxy/compare/v0.18.0...v0.18.1)
