Releases: AndreiDrang/python-rucaptcha
Releases · AndreiDrang/python-rucaptcha
v5.1 Release
Main info
- Refactor project structure
- Renamed files with captcha methods to lovercase, like
AmazonWAF
->amazon_waf
- Removed separate async classes, added async methods to main class, like removed
aioAmazonWAF
class, but addedaio_captcha_handler
method intoAmazonWAF
class. - Added more Google-like docstrings
- Examples folder is deprecate and will be removed -> use docstrings
- Added more tests
- Added
AmazonWAF
captcha method
What's Changed more
- Bump black from 22.10.0 to 22.12.0 by @dependabot in #135
- Update coverage requirement from ==6.* to ==7.* by @dependabot in #137
- Bump black from 22.12.0 to 23.1.0 by @dependabot in #138
Full Changelog: v4.3...v5.1.0
Release v4.3
Added Turnstile
Release v4.2
Added Yandex Smart Captcha
Release v4.1
- Refactor
- Add
TikTok
captcha type - Rewrite
CaptchaControl
interface. - Deprecate
CallBack
server.
Release v3.0
Refactor;
Add CapyPuzzle method;
Remove custom errors and description.
Release v2.6.3
Add Distil captcha. Refactor.
Release v2.6.2
aioRecaptcha v.2 bug fix.
Release v2.6.1
Fix RuCaptchaControl.
Release v2.6
Add **kwargs
to all captcha methods;
Refactoring;
Update doc-strings;
Update KeyCaptcha - KeyCaptcha params set in .captcha_handler(key_params: dict)
and payload additional params set in .captcha_handler(**kwargs)
.
Release v2.5.4
Add GeeTest and aioGeeTest