v2.18.0
What's Changed
Changed
- Proxy Configuration - Simplified proxy handling by delegating entirely to httpx
- Esperanto now uses standard environment variables:
HTTP_PROXY,HTTPS_PROXY,NO_PROXY - BREAKING: Removed
ESPERANTO_PROXYenvironment variable support - BREAKING: Removed
config={"proxy": "..."}parameter support
- Esperanto now uses standard environment variables:
Migration
Replace:
ESPERANTO_PROXY=http://proxy:8080With:
HTTP_PROXY=http://proxy:8080
HTTPS_PROXY=http://proxy:8080
NO_PROXY=localhost,127.0.0.1Full Changelog: v2.17.2...v2.18.0