------------------
Added
- Added ``python_anticaptcha.AnticaptchaClient.createTaskSmee`` 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``.