docs: update changelog for accounts domain

This commit is contained in:
agatha 2026-03-14 16:37:23 -04:00
parent 1b43dc04c6
commit 27cfa144db

View File

@ -28,4 +28,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Pydantic schemas for proxy domain - Pydantic schemas for proxy domain
- Proxy query endpoint with filtering by status, protocol, anonymity, country, score, latency, uptime - Proxy query endpoint with filtering by status, protocol, anonymity, country, score, latency, uptime
- Sorting and pagination for proxy listings - Sorting and pagination for proxy listings
- Proxy service layer with upsert and query functions - Proxy service layer with upsert and query functions
- User registration with API key generation
- API key authentication via Bearer token
- Credit ledger with balance queries
- API key management (create, list, revoke)
- Account info and credit history endpoints