Skip to content

Releases: AndreiDrang/python-rucaptcha

v5.1 Release

15 Mar 01:09
d17b7b9
Compare
Choose a tag to compare

Main info

  1. Refactor project structure
  2. Renamed files with captcha methods to lovercase, like AmazonWAF->amazon_waf
  3. Removed separate async classes, added async methods to main class, like removed aioAmazonWAF class, but added aio_captcha_handler method into AmazonWAF class.
  4. Added more Google-like docstrings
  5. Examples folder is deprecate and will be removed -> use docstrings
  6. Added more tests
  7. Added AmazonWAF captcha method

What's Changed more

Full Changelog: v4.3...v5.1.0

Release v4.3

11 Dec 16:11
Compare
Choose a tag to compare

Added Turnstile

Release v4.2

19 Sep 11:50
Compare
Choose a tag to compare

Added Yandex Smart Captcha

Release v4.1

07 Aug 00:06
Compare
Choose a tag to compare
  1. Refactor
  2. Add TikTok captcha type
  3. Rewrite CaptchaControl interface.
  4. Deprecate CallBack server.

Release v3.0

08 Jun 20:35
Compare
Choose a tag to compare

Refactor;
Add CapyPuzzle method;
Remove custom errors and description.

Release v2.6.3

21 Aug 01:11
Compare
Choose a tag to compare

Add Distil captcha. Refactor.

Release v2.6.2

18 Jun 09:25
Compare
Choose a tag to compare

aioRecaptcha v.2 bug fix.

Release v2.6.1

19 Feb 17:49
Compare
Choose a tag to compare
Release v2.6.1 Pre-release
Pre-release

Fix RuCaptchaControl.

Release v2.6

19 Feb 17:35
Compare
Choose a tag to compare
Release v2.6 Pre-release
Pre-release

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

18 Feb 10:06
f5f36bb
Compare
Choose a tag to compare

Add GeeTest and aioGeeTest