Skip to content

Latest commit

 

History

History
69 lines (34 loc) · 3.48 KB

File metadata and controls

69 lines (34 loc) · 3.48 KB

Changelog

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)

4.0.0 (2025-04-30)

⚠ BREAKING CHANGES

  • API usage has completely changed from v3.2 to v4.0. All task creation methods now rely on structured payloads and typed clients.

Features

  • full rewrite with async support, pydantic v2 and modern architecture (#72) (bd9e40d)

Documentation

  • add features section to documentation index (17efb36)

3.2.0 (2024-04-27)

Features

  • add amazon waf task support (c78ff56)

3.1.0 (2024-04-17)

Features

3.0.0 (2024-04-17)

⚠ BREAKING CHANGES

  • fixing the TurnstileTask class call and adding usage examples (#64)

Bug Fixes

  • fixing the TurnstileTask class call and adding usage examples (#64) (a159818)