Skip to content

Commit 076922e

Browse files
authored
Update CHANGELOG.rst
1 parent 462659e commit 076922e

1 file changed

Lines changed: 30 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
Changelog
22
=========
33

4+
1.0.0 - 2022-03-28
5+
------------------
6+
7+
Added
8+
#####
9+
10+
- Add new tasks:
11+
12+
- ``AntiGateTask`` and ``AntiGateTaskProxyless``
13+
- ``RecaptchaV2EnterpriseTask`` and ``RecaptchaV2EnterpriseTaskProxyless``
14+
- ``GeeTestTask`` and ``GeeTestTaskProxyless``
15+
- ``RecaptchaV2Task`` (alias of ``NoCaptchaTask``) and ``RecaptchaV2TaskProxyless`` (alias of ``NoCaptchaTaskProxyless``)
16+
17+
- Add example for ``AntiGateTaskProxyless``
18+
- Add optional parameters ``comment``, ``websiteUrl`` to ``ImageToTextTask``
19+
- Add optional parameter ``funcaptchaApiJSSubdomain``, ``data`` to ``FunCaptchaTask*``
20+
- Add optional parameter ``isEnterprise`` to ``RecaptchaV3Task*``
21+
22+
Removed
23+
#######
24+
25+
- Drop tasks unsupported upstream: ``CustomCaptchaTask``, ``SquareNetTask``
26+
27+
Changed
28+
#######
29+
30+
- Internal refactor to extract ``UserAgentMixin``, ``CookieMixin``
31+
- Use nose2 for tests
32+
433
0.7.1 - 2020-07-17
534
------------------
635

@@ -150,4 +179,4 @@ Removed
150179

151180
- Deprecated ``python_anticaptcha.exceptions.AnticatpchaException``
152181

153-
.. _hCaptcha: https://www.hcaptcha.com/
182+
.. _hCaptcha: https://www.hcaptcha.com/

0 commit comments

Comments
 (0)