docs: update changelog with anyonmity checking and socks support

This commit is contained in:
agatha 2026-03-15 16:49:47 -04:00
parent ee3b061162
commit 4dada38f60

View File

@ -50,6 +50,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Makefile with common development commands - Makefile with common development commands
- Manual scrape trigger endpoint: POST /sources/{id}/scrape - Manual scrape trigger endpoint: POST /sources/{id}/scrape
- Protocol-prefix parser plugin for socks5://ip:port format - Protocol-prefix parser plugin for socks5://ip:port format
- HTTP anonymity checker plugin (stage 2) with exit IP detection
- SOCKS4/5 support via httpx-socks transport
- Anonymity level classification (transparent/anonymous/elite)
### Changed ### Changed