Skip to content

Releases: apify/apify-client-python

3.0.0

20 May 10:34
5f7f7b1

Choose a tag to compare

3.0.0 (2026-05-20)

🚀 Features

🐛 Bug Fixes

🚜 Refactor

⚙️ Miscellaneous Tasks

2.5.1

20 May 09:43
42f6f01

Choose a tag to compare

2.5.1 (2026-05-20)

🐛 Bug Fixes

  • Use DeprecationWarning for deprecated methods and arguments (#802) (0d91e12)

2.5.0

18 Feb 13:02

Choose a tag to compare

2.5.0 (2026-02-18)

🚀 Features

🐛 Bug Fixes

  • Prevent infinite loop in _wait_for_finish on persistent 404s (#619) (00e8621) by @vdusek
  • Remove erroneous async keyword from sync ActorClient.default_build (#620) (b2b1103) by @vdusek
  • Use explicit None checks for client config to respect zero values (#623) (416fd98) by @vdusek
  • Correct boolean parsing of pagination desc header in list_items (#621) (9ca9d44) by @vdusek
  • Retry on all impit.HTTPError exceptions, not just specific subclasses (#624) (03b0e9c) by @vdusek

2.4.1

30 Jan 10:52

Choose a tag to compare

2.4.1 (2026-01-30)

🐛 Bug Fixes

2.4.0

09 Jan 10:33

Choose a tag to compare

2.4.0 (2026-01-09)

🚀 Features

🐛 Bug Fixes

2.3.0

13 Nov 13:42

Choose a tag to compare

2.3.0 (2025-11-13)

🚀 Features

🐛 Bug Fixes

2.2.1

20 Oct 13:00

Choose a tag to compare

2.2.1 (2025-10-20)

🐛 Bug Fixes

2.2.0

13 Oct 13:02

Choose a tag to compare

2.2.0 (2025-10-13)

🚀 Features

2.1.0

15 Sep 08:42

Choose a tag to compare

2.1.0 (2025-09-15)

🚀 Features

🐛 Bug Fixes

2.0.0

15 Aug 09:58

Choose a tag to compare

2.0.0 (2025-08-15)

🚀 Features

Chore

Refactor

  • [breaking] Remove support for passing a single string to the unwind parameter in DatasetClient (#467) (e8aea2c) by @Mantisus
  • [breaking] Remove deprecated constant re-exports from consts.py (#466) (7731f0b) by @Mantisus
  • [breaking] Replace httpx HTTP client with impit (#456) (1df6792) by @Mantisus
  • [breaking] Remove deprecated as_bytes and as_file parameters from KeyValueStoreClient.get_record (#463) (b880231) by @Mantisus
  • [breaking] Remove parse_response arg from the call method (#462) (840d51a) by @Mantisus