π New Stuff
- Improved the
solve_cloudflare
argument inStealthyFetcher
and its session classes to be able to solve all types of both Turnstile and interstitial Cloudflare challenges π - Now the MCP server has the option to use
Streamable HTTP
, so you can easily expose the server. - Added Docker support, so now an image is built and pushed to Docker Hub automatically with each release (contains all browsers)
π Bug Fixes
- Fixed an encoding issue with the parser that happened in some cases (the famous
invalid start byte
error) - Restructured multiple parts of the library to fix some memory leaks, so now enjoy noticably lower memory usage based on your config (Also solves #92 )
- Improved type annotation in many parts of the code so you can have a better IDE experience (Also solves #93 )
π Special thanks to our Discord community for all the continuous testing and feedback