0.5.0 - 2021-09-16
- improved retrying broken API server connections
- fixed timeout value in actively waiting for a run to finish
- updated development dependencies
0.4.0 - 2021-09-07
- improved handling of
Enum
arguments - improved support for storing more data types in key-value stores
- fixed values of some
ActorJobStatus
Enum
members
0.3.0 - 2021-08-26
- added the
test()
method to the webhook client - added support for indicating the pagination direction in the
ListPage
objects
- improved support for storing more data types in datasets
- fixed return type in the
DatasetClient.list_items()
method docs
- added human-friendly names to the jobs in Github Action workflows
- updated development dependencies
0.2.0 - 2021-08-09
- added the
gracefully
parameter to the "Abort run" method
- replaced
base_url
withapi_url
in the client constructor to enable easier passing of the API server url from environment variables available to actors on the Apify platform
- changed tags for actor images with this client on Docker Hub to be aligned with the Apify SDK Node.js images
- updated the
requests
dependency to 2.26.0 - updated development dependencies
0.1.0 - 2021-08-02
- methods using specific option values for arguments now use well-defined and documented
Enum
s for those arguments instead of generic strings - made the submodule
apify_client.consts
containing thoseEnum
s available
- 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
0.0.1 - 2021-05-13
Initial release of the package.