docs: update changelog for proxy query routes

This commit is contained in:
agatha 2026-03-14 16:27:15 -04:00
parent dc0940a1e4
commit 235573cdce

View File

@ -25,4 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Health check endpoint
- Proxy source CRUD routes (list, create, get, update, delete)
- FastAPI dependency providers for database session, Redis, and plugin registry
- Pydantic schemas for proxy domain
- Pydantic schemas for proxy domain
- Proxy query endpoint with filtering by status, protocol, anonymity, country, score, latency, uptime
- Sorting and pagination for proxy listings
- Proxy service layer with upsert and query functions