Skip to content

Releases: AndreiDrang/python-rucaptcha

Release v6.2

29 Apr 16:57
81f9b03
Compare
Choose a tag to compare
  1. Added Tencent captcha logic/examples/tests.
  2. Added atbCaptcha logic/examples/tests.

What's Changed

Full Changelog: v6.1.2...v6.2

v6.1.2 Release

03 Jan 18:46
Compare
Choose a tag to compare

Added Friendly captcha

What's Changed

Full Changelog: v6.1...v6.1.2

v6.1 Release

13 Dec 17:52
Compare
Choose a tag to compare
  1. Added MT captcha
  2. Added Grid captcha
  3. Added DrawAround captcha
  4. Added Coordinates captcha
  5. Added BoundingBox captcha
  6. Docs updated
  7. Tests updated

Full Changelog: v6.0.3...v6.1

v6.0.3 Release

10 Dec 16:05
Compare
Choose a tag to compare
  1. Added DataDome captcha

Full Changelog: v6.0.1...v6.0.3

v6.0.1 Release

08 Dec 16:47
Compare
Choose a tag to compare
  1. CutCaptcha added

What's Changed

Full Changelog: v6.0...v6.0.1

v6.0 Release

08 Dec 14:45
Compare
Choose a tag to compare

Main info

  1. Migrated to RuCaptcha/2Captcha API v2
  2. Refactored project structure and args according new API logic.
  3. Droped Python 3.8 support.
  4. Pydantic removed from dependencies, it was changed by msgspec.

Additional info

  1. Updated Github pipeline versions
  2. Updated main logo and docs links
  3. Remove example from files, now you can check all examples in doc-strings or at docs-website

What's Changed

Full Changelog: v5.3...v6.0

v5.3 Release

04 Apr 02:01
Compare
Choose a tag to compare

Added support for Death By Captcha and other services by changing service_type and url_request \ url_response parameters.

What's Changed

Full Changelog: v5.2...v5.3

v5.2 Release

01 Apr 23:01
Compare
Choose a tag to compare

Added Audio captcha

Full Changelog: v5.1...v5.2

v5.1.5 Release

20 Mar 02:04
Compare
Choose a tag to compare
  1. Fix core folder imports
  2. Fix PyPi builded package

Full Changelog: v5.1...v5.1.5

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