Releases: apify/apify-client-python
Releases · apify/apify-client-python
1.9.0
04 Feb 11:03
Compare
Sorry, something went wrong.
No results found
1.9.0 (2025-02-04)
🚀 Features
1.8.1
17 Sep 14:51
Compare
Sorry, something went wrong.
No results found
Fixed
batch add requests can handle more than 25 requests
1.8.0
30 Aug 09:25
Compare
Sorry, something went wrong.
No results found
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
11 Jul 11:07
Compare
Sorry, something went wrong.
No results found
Fixed
fix breaking change (sync -> async) in 1.7.0
fix getting storages of the last run
1.7.0
20 May 11:33
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Added
added monthlyUsage() and limits() methods to UserClient
1.6.3
16 Feb 13:44
Compare
Sorry, something went wrong.
No results found
Added
added log() method to BuildClient (see API reference for more context)
1.6.2
08 Jan 14:13
Compare
Sorry, something went wrong.
No results found
Internal changes
Relative imports were replaced with absolute imports
1.6.1
11 Dec 16:50
Compare
Sorry, something went wrong.
No results found
Fixed
Fixed _BaseHTTPClient._parse_params() method to ensure correct conversion of API list parameters
1.6.0
16 Nov 16:32
Compare
Sorry, something went wrong.
No results found
Internal changes
Migrate from Autopep8 and Flake8 to Ruff