Skip to content

Releases: apify/apify-client-python

1.6.2

Choose a tag to compare

@vdusek vdusek released this 08 Jan 14:13
e82098c

Internal changes

  • Relative imports were replaced with absolute imports

1.6.1

Choose a tag to compare

@vdusek vdusek released this 11 Dec 16:50
eb9492e

Fixed

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

1.6.0

Choose a tag to compare

@vdusek vdusek released this 16 Nov 16:32

Internal changes

  • Migrate from Autopep8 and Flake8 to Ruff

1.5.0

Choose a tag to compare

@vdusek vdusek released this 18 Oct 15:37
67d6104

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

Choose a tag to compare

@fnesveda fnesveda released this 06 Sep 13:14

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

Choose a tag to compare

@vdusek vdusek released this 23 Aug 07:29
12e6b52
  • added RunClient.reboot method to reboot Actor runs

Internal changes

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

1.3.1

Choose a tag to compare

@vdusek vdusek released this 28 Jul 14:53
b48d049

Internal changes

  • started importing general constants and utilities from the apify-shared library

1.3.0

Choose a tag to compare

@drobnikj drobnikj released this 24 Jul 10:35

Added

  • added list_and_lock_head, delete_request_lock, prolong_request_lock methods to RequestQueueClient
  • added batch_add_requests, batch_delete_requests, list_requests methods RequestQueueClient

1.2.2

Choose a tag to compare

@fnesveda fnesveda released this 31 May 13:20
f1c69f2

Fixed

  • fixed encoding webhook lists in request parameters

1.2.1

Choose a tag to compare

@fnesveda fnesveda released this 23 May 17:04

Fixed

  • relaxed dependency requirements to improve compatibility with other libraries