All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Resolve
INVALID_REQUEST
with newer versions of httpx, as our auth class improperly handled bytestrings when adding the access token to requests, resulting in url-encodedb'stuff'
- DOC: Fix note in README about only supporting reCAPTCHAs (image CAPTCHAs are now also supported)
- Add image CAPTCHA support (
complete_image
) - Allow HTTP client timeouts to be configured
- Allow usage as async contextmanager to automatically close httpx session
- Add async ImageTyperz client with reCAPTCHA support