Releases: ThijsRay/podimo
Releases · ThijsRay/podimo
v0.3.2
v0.3.1
v0.3.0
What's Changed
- Fix for Cloudflare anti-bot using cloudscraper by @GLJS in #21
- Replace custom proxy server implementation with system supported by the
requests
package (fcee9cf) - Make calls with Cloudscraper asynchronous (473b2d1)
New Contributors
Full Changelog: v0.2.2...v0.3.0
v0.2.2
Changes
- Change the URL that points to Podimo's GraphQL endpoint (Thanks to Gijs on Telegram for reporting this!)
v0.2.1
v0.2.0
This release adds the option to pass all traffic directed to the GraphQL API endpoint via an HTTP proxy. This can be used to bypass IP blockades that are enforced by Podimo. This can be enabled by setting the HTTP_PROXY
environmental variable to an appropriate value.