Skip to content

Releases: alperensert/capmonster_python

v4.0.0

30 Apr 22:17
f481e3c

Choose a tag to compare

4.0.0 (2025-04-30)

⚠ BREAKING CHANGES

  • API usage has completely changed from v3.2 to v4.0. All task creation methods now rely on structured payloads and typed clients.

Features

  • full rewrite with async support, pydantic v2 and modern architecture (#72) (bd9e40d)

Documentation

  • add features section to documentation index (17efb36)

v3.2.0

27 Apr 13:02
ac2ba72

Choose a tag to compare

3.2.0 (2024-04-27)

Features

  • add amazon waf task support (c78ff56)

v3.1.0

17 Apr 18:55
31efc98

Choose a tag to compare

3.1.0 (2024-04-17)

Features

v3.0.0

17 Apr 18:27
e8f2642

Choose a tag to compare

3.0.0 (2024-04-17)

⚠ BREAKING CHANGES

  • fixing the TurnstileTask class call and adding usage examples (#64)

Bug Fixes

  • fixing the TurnstileTask class call and adding usage examples (#64) (a159818)

v2.6.2

09 Mar 10:58
f132fa3

Choose a tag to compare

v2.6.1

22 Jan 20:02
1320507

Choose a tag to compare

Added missed Data Dome Task file

v2.6.0

18 Jan 14:38
2ccb40d

Choose a tag to compare

DataDomeTask added

  • Added detailed docstrings for all Capmonster class methods
  • Made syntax corrections and improvements in source code
  • Imported DataDomeTask in the init.py file

v2.5.0

16 Jan 08:49
ee0d497

Choose a tag to compare

Add fallback option to UserAgent tasks

  • An attribute _fallback has been added to the UserAgent class.
  • The corresponding setter method set_fallback_to_actual_user_agent has been implemented.
  • A minor grammatical correction was made in the comments of a _is_proxy_task method.

v2.4.1

31 Jul 09:06
9d21153

Choose a tag to compare

v2.4

10 Mar 14:00
a408ad3

Choose a tag to compare

  • Added Complex Image Task

Full Changelog: v2.3...v2.4