Skip to content

v2.18.0

Choose a tag to compare

@lfnovo lfnovo released this 30 Jan 00:44
· 93 commits to main since this release
c1416da

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_PROXY environment variable support
    • BREAKING: Removed config={"proxy": "..."} parameter support

Migration

Replace:

ESPERANTO_PROXY=http://proxy:8080

With:

HTTP_PROXY=http://proxy:8080
HTTPS_PROXY=http://proxy:8080
NO_PROXY=localhost,127.0.0.1

Full Changelog: v2.17.2...v2.18.0