Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-m committed Jun 28, 2019
1 parent 016ddef commit 4fe5a25
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
Changelog
=========

0.4.0 - 2019-06-25
0.4.0 - 2019-06-28
------------------

Added
#####

- Added ``python_anticaptcha.AnticaptchaClient.createTaskStream`` to receive responses without polling
The method, which is based on the callback result of captcha / task factory to Smee.io,
which immediately transfers it to library. Allows to significantly shorten the waiting time
for a response and to reduce load the network connection.
The method is in beta and the way it works may change. All comments are welcome.
- Recaptcha V3 is now officially supported by Anti-Captcha. Added ``python_anticaptcha.RecaptchaV3TaskProxyless``.

0.3.2 - 2018-10-17
------------------
Expand Down

0 comments on commit 4fe5a25

Please sign in to comment.