Releases: alperensert/capmonster_python
Releases · alperensert/capmonster_python
v5.0.0
5.0.0 (2026-03-15)
⚠ BREAKING CHANGES
- default retry_delay changed from 1.0 to 2.0 seconds.
Features
- add context manager, solve() convenience, configurable polling, multi-Python CI (5399fbb)
- add FunCaptcha, Amazon WAF, reCAPTCHA v3 Enterprise, and Cloudflare Waiting Room (b939c7b)
- add MTCaptcha, Yidun, Altcha, Castle, and TSPD task types (221aa0e)
- add RecaptchaClickTask, HuntTask, and missing API fields (eb38897)
- add reportIncorrect and getUserAgent client methods (152dc97)
Bug Fixes
- ci: add respx to test dependencies (1976b6f)
- ci: specify release-please config and manifest paths (5fb508a)
- resolve test function shadowing, remove dead code, and cleanup (4fcf311)
Documentation
- update README and API reference for new features (c8793f6)
v4.0.0
v3.2.0
v3.1.0
v3.0.0
v2.6.2
v2.6.1
Added missed Data Dome Task file
v2.6.0
- Added detailed docstrings for all Capmonster class methods
- Made syntax corrections and improvements in source code
- Imported DataDomeTask in the init.py file
v2.5.0
Add fallback option to UserAgent tasks
- An attribute _fallback has been added to the UserAgent class.
- The corresponding setter method set_fallback_to_actual_user_agent has been implemented.
- A minor grammatical correction was made in the comments of a _is_proxy_task method.