diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8444dfe..11f2691 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,35 @@ Changelog ========= +1.0.0 - 2022-03-28 +------------------ + +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`` + +Changed +####### + +- Internal refactor to extract ``UserAgentMixin``, ``CookieMixin`` +- Use nose2 for tests + 0.7.1 - 2020-07-17 ------------------ @@ -150,4 +179,4 @@ Removed - Deprecated ``python_anticaptcha.exceptions.AnticatpchaException`` -.. _hCaptcha: https://www.hcaptcha.com/ \ No newline at end of file +.. _hCaptcha: https://www.hcaptcha.com/