All notable changes to this project will be documented in this file. Dates in format dd/mm/yyyy
- Method to get recent wait time
- Support for CapMonster service and relevant documentation
- Basic usage examples in the Readme file
- ImportError when importing the package
- Minor bugfixes due to spelling mistakes
- Variable naming inconsistencies in documentation
- A new manager, ManualManager
- Support for retrieving exceptions raised in service process.
- Methods to retrieve statistics from AutoManager
- Expanded Tests for managers and services
- Exceptions raised due to faulty manager configuration are raised in the main process itself rather than the solving process.
- Minor bugfixes
- Flags are no longer required to start service processes
- Passing of state between services is no longer allowed
Other, more specific and major semantic changes have been listed in the documentation here
- TypeError when using a service
- Other minor bugs
- Fixed bug which led to AttributeError when attempting to pass error raised from service process to manager
- Fixed formatting issues and erroneous docstrings
- Added soft_id parameter for 2Captcha
- BaseService and BaseRequest no longer inherit from abc.ABC to create abstract classes. These changes will make subclasses picklable for further releases.
- Subpackage
api
was added
- All proxy classes for services and managers are now picklable by standard pickle module
- All modules within recaptcha-manager were relocated to
api
subpackage
- Submodule
configuration
was added to recaptcha_manager - Ability for users to choose whether recaptcha_manager should use standard multiprocessing or multiprocess internally.
- SyntaxError in
generators.py
when run in Python3.8>