Skip to content

Releases: apify/apify-client-python

1.7.1

11 Jul 11:07
1aaa196

Choose a tag to compare

Fixed

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

1.7.0

20 May 11:33
186afe7

Choose a tag to compare

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

27 Feb 10:22

Choose a tag to compare

Added

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

1.6.3

16 Feb 13:44

Choose a tag to compare

Added

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

1.6.2

08 Jan 14:13
e82098c

Choose a tag to compare

Internal changes

  • Relative imports were replaced with absolute imports

1.6.1

11 Dec 16:50
eb9492e

Choose a tag to compare

Fixed

  • Fixed _BaseHTTPClient._parse_params() method to ensure correct conversion of API list parameters

1.6.0

16 Nov 16:32

Choose a tag to compare

Internal changes

  • Migrate from Autopep8 and Flake8 to Ruff

1.5.0

18 Oct 15:37
67d6104

Choose a tag to compare

Added

  • added support for Python 3.12
  • added DELETE to Actor runs
  • added DELETE to Actor builds

Internal changes

  • rewrote documentation publication to use Docusaurus
  • removed PR Toolkit workflow

1.4.1

06 Sep 13:14

Choose a tag to compare

Added

  • added StoreCollectionClient for listing Actors in the Apify Store
  • added support for specifying the max_items parameter for pay-per result Actors and their runs

Internal changes

  • improved logging of HTTP requests
  • removed pytest-randomly Pytest plugin

1.4.0

23 Aug 07:29
12e6b52

Choose a tag to compare

  • added RunClient.reboot method to reboot Actor runs

Internal changes

  • simplified code via flake8-simplify
  • unified indentation in configuration files