Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 964 Bytes

CHANGELOG.md

File metadata and controls

34 lines (21 loc) · 964 Bytes

Changelog

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.

[Unreleased]

[0.3.2] — 2023-01-09

Fixed

  • 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-encoded b'stuff'

[0.3.1] — 2021-11-21

Fixed

  • DOC: Fix note in README about only supporting reCAPTCHAs (image CAPTCHAs are now also supported)

[0.3.0] — 2021-11-21

Added

  • Add image CAPTCHA support (complete_image)
  • Allow HTTP client timeouts to be configured

[0.2.0] - 2020-10-03

Added

  • Allow usage as async contextmanager to automatically close httpx session

[0.1.0] - 2020-10-02

Added

  • Add async ImageTyperz client with reCAPTCHA support