Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-10-01 | 2.0 kB | |
Release v0.3.6 source code.tar.gz | 2025-10-01 | 1.2 MB | |
Release v0.3.6 source code.zip | 2025-10-01 | 1.2 MB | |
Totals: 3 Items | 2.4 MB | 4 |
๐ 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