Skip to content

Releases: AndreiDrang/python3-capsolver

Release v1.2.0

Choose a tag to compare

@AndreiDrang AndreiDrang released this 13 Jan 23:41
d4b3f65

Changelog

[1.2.0] - 2026-01-14

Added

  • Full migration to uv for faster, more reliable dependency management and environment isolation
  • Comprehensive unit test coverage for the Control class with mocked network interactions

Changed

  • Modernized Makefile with consolidated PHONY targets and automated environment synchronization
  • Upgraded all GitHub Actions workflows to use astral-sh/setup-uv and native uv caching

Optimized

  • Improved ImageToTextTask resolution by implementing immediate result handling, eliminating redundant API calls

Fixed

  • Fixed several type safety issues in serializer.py, image_to_text.py, and core instruments
  • Fixed implicit None returns in async file processing

What's Changed

Full Changelog: v1.1.0...v1.2.0

Release v1.1.0

Choose a tag to compare

@AndreiDrang AndreiDrang released this 07 Aug 08:44
200f271

What's Changed

Full Changelog: v1.0.2...v1.1.0

Release v1.0.2

Choose a tag to compare

@AndreiDrang AndreiDrang released this 21 Jan 19:02

Added more methods to Control class:

  • createTask
  • getTaskResult
  • getToken
  • feedbackTask

Full Changelog: v1.0.1...v1.0.2

v1.0.1

Choose a tag to compare

@AndreiDrang AndreiDrang released this 18 Jan 18:11
c97d383

Whats new

  1. Removed Pydantic, now captcha_handler methods return raw dict with server response
  2. Added all active captcha solving methods from doc - https://docs.capsolver.com/en/guide/what-is-capsolver/
  3. Removed old solving methods which now is inactive
  4. Code and project structure is refactored

What's Changed

Full Changelog: v0.9.4...v1.0.1

Release v1.0.0a

Release v1.0.0a Pre-release
Pre-release

Choose a tag to compare

@AndreiDrang AndreiDrang released this 18 Jan 02:21
3a9694f

Whats new

  1. Removed Pydantic, now captcha_handler methods return raw dict with server response
  2. Added all active captcha solving methods from doc - https://docs.capsolver.com/en/guide/what-is-capsolver/
  3. Removed old solving methods which now is inactive
  4. Code and project structure is refactored

What's Changed

Full Changelog: v0.9.4...v1.0.0a

Release v0.9.4

Choose a tag to compare

@AndreiDrang AndreiDrang released this 15 Dec 17:38

What's Changed

Full Changelog: v0.9.3...v0.9.4

v0.9.3

Choose a tag to compare

@AndreiDrang AndreiDrang released this 16 Apr 14:45
fcac56d

Updated libs versions and different minor fixes.
Moved to setuptools release lib

What's Changed

New Contributors

Full Changelog: v0.9.1...v0.9.3

v0.9.1 Release

Choose a tag to compare

@AndreiDrang AndreiDrang released this 12 Sep 21:21
  1. Fixed HCaptcha method

Full Changelog: v0.9...v0.9.1

v0.9 Release

v0.9 Release Pre-release
Pre-release

Choose a tag to compare

@AndreiDrang AndreiDrang released this 12 Sep 20:50
  1. Updated Cloudflare captcha logic;
  2. Added BinanceCaptcha method;
  3. Added Imperva method;

Full Changelog: v0.8...v0.9

v0.8 Release

Choose a tag to compare

@AndreiDrang AndreiDrang released this 12 Sep 16:31
  1. Added AntiAkamai support
  2. Updated docs and libs versions

What's Changed

Full Changelog: v0.7.1...v0.8