Skip to content

Releases: apify/apify-sdk-python

1.1.0

23 May 15:30
8357c33
Compare
Choose a tag to compare

Added

  • option to add Actor event handlers which accept no arguments
  • added support for is_terminal flag in status message update
  • option to set status message along with Actor.exit()

Fixed

  • fixed saving key-value store values to local storage with the right extension for a given content type
  • started enforcing local storage to always use the UTF-8 encoding

Internal changes

  • switched from setup.py to pyproject.toml for specifying project setup

1.0.0

13 Mar 13:46
b4ed2ec
Compare
Choose a tag to compare

Internal changes

  • updated to apify-client 1.0.0
  • started triggering base Docker image builds when releasing a new version

Fixed

  • fixed RequestQueue not loading requests from an existing queue properly

0.2.0

06 Mar 12:08
Compare
Choose a tag to compare

Breaking changes

  • fixed local MemoryStorageClient not handling the difference between storage id and name correctly

Added

  • Added the KeyValueStore.get_public_url() method to get public URLs of key-value store records

Fixed

  • fixed parsing messages from the platform events websocket when they have no event data
  • fixed EventManager not waiting for platform events websocket connection during initialization
  • fixed local RequestQueueClient not respecting the forefront argument
  • fixed local RequestQueueClient not counting the handledRequestCount property
  • fixed local storage operations possibly running in parallel
  • stopped calling sys.exit() in a nested asyncio loop
  • stopped purging storages by default

Internal changes

  • started running unit tests in CI on Windows runners in addition to Linux
  • added unit tests for environment variables handling
  • added unit tests for the Configuration class
  • added unit tests for the EventManager class
  • added more Flake8 plugins and fixed issues they reported

0.1.0

09 Feb 13:39
5b9c7af
Compare
Choose a tag to compare

Initial release of the package.