Skip to content

Releases: apify/apify-client-python

1.9.3

Choose a tag to compare

@github-actions github-actions released this 14 Apr 11:48

1.9.3 (2025-04-14)

🚀 Features

1.9.2

Choose a tag to compare

@github-actions github-actions released this 14 Feb 22:45

1.9.2 (2025-02-14)

🐛 Bug Fixes

1.9.1

Choose a tag to compare

@github-actions github-actions released this 07 Feb 13:34

1.9.1 (2025-02-07)

🐛 Bug Fixes

1.9.0

Choose a tag to compare

@github-actions github-actions released this 04 Feb 11:03

1.9.0 (2025-02-04)

🚀 Features

1.8.1

Choose a tag to compare

@vdusek vdusek released this 17 Sep 14:51
9110ee0

Fixed

  • batch add requests can handle more than 25 requests

1.8.0

Choose a tag to compare

@vdusek vdusek released this 30 Aug 09:25
042746f

Added

  • add headers_template kwarg to webhook create and update
  • allow passing list of fields to unwind parameter in dataset item listing endpoints

Others

  • drop support for Python 3.8

1.7.1

Choose a tag to compare

@vdusek vdusek released this 11 Jul 11:07
1aaa196

Fixed

  • fix breaking change (sync -> async) in 1.7.0
  • fix getting storages of the last run

1.7.0

Choose a tag to compare

@vdusek vdusek released this 20 May 11:33
186afe7

Fixed

  • fix abort of last task run
  • fix abort of last Actor run
  • ActorClient's and TaskClient's last_run methods are asynchronous

1.6.4

Choose a tag to compare

@tobice tobice released this 27 Feb 10:22

Added

  • added monthlyUsage() and limits() methods to UserClient

1.6.3

Choose a tag to compare

@tobice tobice released this 16 Feb 13:44

Added

  • added log() method to BuildClient (see API reference for more context)