Releases: apify/apify-client-python
Releases · apify/apify-client-python
1.5.0
18 Oct 15:37
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
added RunClient.reboot method to reboot Actor runs
Internal changes
simplified code via flake8-simplify
unified indentation in configuration files
1.3.1
28 Jul 14:53
Compare
Sorry, something went wrong.
No results found
Internal changes
started importing general constants and utilities from the apify-shared library
1.3.0
24 Jul 10:35
Compare
Sorry, something went wrong.
No results found
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
31 May 13:20
Compare
Sorry, something went wrong.
No results found
Fixed
fixed encoding webhook lists in request parameters
1.2.1
23 May 17:04
Compare
Sorry, something went wrong.
No results found
Fixed
relaxed dependency requirements to improve compatibility with other libraries
1.2.0
23 May 14:13
Compare
Sorry, something went wrong.
No results found
Added
added option to change the build, memory limit and timeout when resurrecting a run
Internal changes
1.1.1
05 May 14:39
Compare
Sorry, something went wrong.
No results found
Internal changes
changed GitHub workflows to use new secrets
1.1.0
05 May 08:32
Compare
Sorry, something went wrong.
No results found
Added
added support for is_status_message_terminal flag in Actor run status message update
Internal changes
switched from setup.py to pyproject.toml for specifying project setup