Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@ad-m ad-m released this 28 Mar 03:51
076922e

Added

  • Add new tasks:

    • AntiGateTask and AntiGateTaskProxyless
    • RecaptchaV2EnterpriseTask and RecaptchaV2EnterpriseTaskProxyless
    • GeeTestTask and GeeTestTaskProxyless
    • RecaptchaV2Task (alias of NoCaptchaTask) and RecaptchaV2TaskProxyless (alias of NoCaptchaTaskProxyless)
  • Add example for AntiGateTaskProxyless

  • Add optional parameters comment, websiteUrl to ImageToTextTask

  • Add optional parameter funcaptchaApiJSSubdomain, data to FunCaptchaTask*

  • Add optional parameter isEnterprise to RecaptchaV3Task*

Removed

  • Drop tasks unsupported upstream: CustomCaptchaTask, SquareNetTask
    Note: Forces a major release, however it should not affect users due to API dropped upstream a bit time ago.

Changed

  • Internal refactor to extract UserAgentMixin, CookieMixin
  • Use nose2 for tests

Upgrade

To upgrade use:

pip install -U python-anticaptcha

No change is expected in the applications that use python-anticaptcha.