Skip to content

Commit 115e35c

Browse files
chore(master): release 5.0.0 (#76)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1976b6f commit 115e35c

3 files changed

Lines changed: 29 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.0.0"
2+
".": "5.0.0"
33
}

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## [5.0.0](https://github.com/alperensert/capmonster_python/compare/v4.0.0...v5.0.0) (2026-03-15)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* default retry_delay changed from 1.0 to 2.0 seconds.
9+
10+
### Features
11+
12+
* add context manager, solve() convenience, configurable polling, multi-Python CI ([5399fbb](https://github.com/alperensert/capmonster_python/commit/5399fbb5fcd34489d00b441555426825a0a95ce2))
13+
* add FunCaptcha, Amazon WAF, reCAPTCHA v3 Enterprise, and Cloudflare Waiting Room ([b939c7b](https://github.com/alperensert/capmonster_python/commit/b939c7bfa0b8e32a7f71ae89ad53f2fae257773f))
14+
* add MTCaptcha, Yidun, Altcha, Castle, and TSPD task types ([221aa0e](https://github.com/alperensert/capmonster_python/commit/221aa0e9912b943b8daa99774259be4458eefd03))
15+
* add RecaptchaClickTask, HuntTask, and missing API fields ([eb38897](https://github.com/alperensert/capmonster_python/commit/eb38897fac930f89c79bd322ce9320687f424e1c))
16+
* add reportIncorrect and getUserAgent client methods ([152dc97](https://github.com/alperensert/capmonster_python/commit/152dc978537bc774be99d0bfc4f75262d8a27202))
17+
18+
19+
### Bug Fixes
20+
21+
* **ci:** add respx to test dependencies ([1976b6f](https://github.com/alperensert/capmonster_python/commit/1976b6fc2da0c98e6fdfbd78cf500e37095fa191))
22+
* **ci:** specify release-please config and manifest paths ([5fb508a](https://github.com/alperensert/capmonster_python/commit/5fb508af7a2cfa938dcc819a357a40a22e9fe3b0))
23+
* resolve test function shadowing, remove dead code, and cleanup ([4fcf311](https://github.com/alperensert/capmonster_python/commit/4fcf3119eb9b3deb85b852d8ac8fc589e9574fa2))
24+
25+
26+
### Documentation
27+
28+
* update README and API reference for new features ([c8793f6](https://github.com/alperensert/capmonster_python/commit/c8793f66e3a844aca78b6f113e4ed99b72004a67))
29+
330
## [4.0.0](https://github.com/alperensert/capmonster_python/compare/v3.2.0...v4.0.0) (2025-04-30)
431

532

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "capmonster_python"
3-
version = "4.0.0"
3+
version = "5.0.0"
44
description = "capmonster.cloud library/package for Python"
55
readme = "README.md"
66
requires-python = ">=3.9"

0 commit comments

Comments
 (0)