Skip to content

Releases: apify/apify-client-python

0.6.0

27 Jun 10:03
b599baf
Compare
Choose a tag to compare

Removed

  • Dropped support for single-file actors

Internal changes

  • updated dependencies
  • fixed some lint issues in shell scripts and setup.py
  • added Python 3.10 to unit test roster

0.5.0

16 Sep 13:09
ebefbae
Compare
Choose a tag to compare

Changed

  • improved retrying broken API server connections

Fixed

  • fixed timeout value in actively waiting for a run to finish

Internal changes

  • updated development dependencies

0.4.0

07 Sep 08:38
d27cafc
Compare
Choose a tag to compare

Changed

  • improved handling of Enum arguments
  • improved support for storing more data types in key-value stores

Fixed

  • fixed values of some ActorJobStatus Enum members

0.3.0

26 Aug 16:13
1026331
Compare
Choose a tag to compare

Added

  • added the test() method to the webhook client
  • added support for indicating the pagination direction in the ListPage objects

Changed

  • improved support for storing more data types in datasets

Fixed

  • fixed return type in the DatasetClient.list_items() method docs

Internal changes

  • added human-friendly names to the jobs in Github Action workflows
  • updated development dependencies

0.2.0

09 Aug 09:33
77fec4b
Compare
Choose a tag to compare

Added

  • added the gracefully parameter to the "Abort run" method

Changed

  • replaced base_url with api_url in 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 requests dependency to 2.26.0
  • updated development dependencies

0.1.0

02 Aug 15:18
9a847c0
Compare
Choose a tag to compare

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.consts containing the aforementioned Enums 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

0.0.1

17 May 17:00
3d87e77
Compare
Choose a tag to compare

Initial release of the package.