Skip to content

Commit

Permalink
Update CHANGELOG.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-m committed Mar 28, 2022
1 parent 462659e commit 076922e
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion 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
------------------

Expand Down Expand Up @@ -150,4 +179,4 @@ Removed

- Deprecated ``python_anticaptcha.exceptions.AnticatpchaException``

.. _hCaptcha: https://www.hcaptcha.com/
.. _hCaptcha: https://www.hcaptcha.com/

0 comments on commit 076922e

Please sign in to comment.