From 235573cdce06c97dab9c43b5b47e8f62365f9511 Mon Sep 17 00:00:00 2001 From: agatha Date: Sat, 14 Mar 2026 16:27:15 -0400 Subject: [PATCH] docs: update changelog for proxy query routes --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ccc5af..b63e789 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 \ No newline at end of file +- 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 \ No newline at end of file