Skip to content

Commit 6ffa344

Browse files
authored
docs: Update changelog (#916)
Updates `CHANGELOG.md`: bumps the unreleased section to `4.0.0` to reflect the breaking change (dropping Python 3.10 support, #908) and adds the `3.4.1` release section. The version bump is needed because the unreleased changes include a breaking change, so the next release must be a major version.
1 parent ab373ba commit 6ffa344

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,23 @@
33
All notable changes to this project will be documented in this file.
44

55
<!-- git-cliff-unreleased-start -->
6-
## 3.4.2 - **not yet released**
6+
7+
## 4.0.0 - **not yet released**
78

89
### ⚙️ Miscellaneous Tasks
910

1011
- [**breaking**] Drop Python 3.10 support ([#908](https://github.com/apify/apify-sdk-python/pull/908)) ([a67788e](https://github.com/apify/apify-sdk-python/commit/a67788e4d7845445a3e80a30af70580d2ab84f32)) by [@vdusek](https://github.com/vdusek), closes [#757](https://github.com/apify/apify-sdk-python/issues/757)
1112

12-
1313
<!-- git-cliff-unreleased-end -->
14+
15+
## [3.4.1](https://github.com/apify/apify-sdk-python/releases/tag/v3.4.1) (2026-05-29)
16+
17+
### 🐛 Bug Fixes
18+
19+
- Forward missing run kwargs in Actor.start&#x2F;call&#x2F;call_task ([#906](https://github.com/apify/apify-sdk-python/pull/906)) ([7a13809](https://github.com/apify/apify-sdk-python/commit/7a13809898f5579138febbb077f7ab7e4e72cbe1)) by [@vdusek](https://github.com/vdusek)
20+
- Update `push_data` annotation with `JsonSerializable` instead of Any ([#899](https://github.com/apify/apify-sdk-python/pull/899)) ([b4f5485](https://github.com/apify/apify-sdk-python/commit/b4f5485175cfd248893bc8a2b3017fa797d1000e)) by [@Mantisus](https://github.com/Mantisus)
21+
22+
1423
## [3.4.0](https://github.com/apify/apify-sdk-python/releases/tag/v3.4.0) (2026-05-05)
1524

1625
### 🚀 Features
@@ -580,4 +589,4 @@ All notable changes to this project will be documented in this file.
580589
- Key error for storage name ([#28](https://github.com/apify/apify-sdk-python/pull/28)) ([83b30a9](https://github.com/apify/apify-sdk-python/commit/83b30a90df4d3b173302f1c6006b346091fced60)) by [@drobnikj](https://github.com/drobnikj)
581590

582591

583-
<!-- generated by git-cliff -->
592+
<!-- generated by git-cliff -->

0 commit comments

Comments
 (0)