Skip to content
Merged
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 @@
{
".": "3.2.0"
".": "4.0.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [4.0.0](https://github.com/alperensert/capmonster_python/compare/v3.2.0...v4.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](https://github.com/alperensert/capmonster_python/issues/72)) ([bd9e40d](https://github.com/alperensert/capmonster_python/commit/bd9e40dd4ca22d757ed248d2f6903d5b38e0c960))


### Documentation

* add features section to documentation index ([17efb36](https://github.com/alperensert/capmonster_python/commit/17efb361da78aebd1e2395fb2d09aeea4fc36242))

## [3.2.0](https://github.com/alperensert/capmonster_python/compare/v3.1.0...v3.2.0) (2024-04-27)


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 = "3.2.0"
version = "4.0.0"
description = "capmonster.cloud library/package for Python"
readme = "README.md"
requires-python = ">=3.9"
Expand Down