Releases: apify/apify-client-python
Releases · apify/apify-client-python
0.2.0
Added
- added the
gracefullyparameter to the "Abort run" method
Changed
- replaced
base_urlwithapi_urlin the client constructor
to enable easier passing of the API server url from environment variables available to actors on the Apify platform
Internal changes
- changed tags for actor images with this client on Docker Hub to be aligned with the Apify SDK Node.js images
- updated the
requestsdependency to 2.26.0 - updated development dependencies
0.1.0
Changed
- methods using specific option values for arguments now use well-defined and documented
Enums for those arguments instead of generic strings - made the submodule
apify_client.constscontaining the aforementionedEnums available
Internal changes
- updated development dependencies
- enforced unified use of single quotes and double quotes
- added repository dispatch to build actor images with this client when publishing a new version