Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.0.0"
".": "4.1.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [4.1.0](https://github.com/alperensert/capmonster_python/compare/v4.0.0...v4.1.0) (2026-02-25)


### Features

* add context manager, solve() convenience, configurable polling, multi-Python CI ([5399fbb](https://github.com/alperensert/capmonster_python/commit/5399fbb5fcd34489d00b441555426825a0a95ce2))
* add FunCaptcha, Amazon WAF, reCAPTCHA v3 Enterprise, and Cloudflare Waiting Room ([b939c7b](https://github.com/alperensert/capmonster_python/commit/b939c7bfa0b8e32a7f71ae89ad53f2fae257773f))
* add MTCaptcha, Yidun, Altcha, Castle, and TSPD task types ([221aa0e](https://github.com/alperensert/capmonster_python/commit/221aa0e9912b943b8daa99774259be4458eefd03))


### Bug Fixes

* **ci:** specify release-please config and manifest paths ([5fb508a](https://github.com/alperensert/capmonster_python/commit/5fb508af7a2cfa938dcc819a357a40a22e9fe3b0))
* resolve test function shadowing, remove dead code, and cleanup ([4fcf311](https://github.com/alperensert/capmonster_python/commit/4fcf3119eb9b3deb85b852d8ac8fc589e9574fa2))

## [4.0.0](https://github.com/alperensert/capmonster_python/compare/v3.2.0...v4.0.0) (2025-04-30)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "capmonster_python"
version = "4.0.0"
version = "4.1.0"
description = "capmonster.cloud library/package for Python"
readme = "README.md"
requires-python = ">=3.9"
Expand Down