Releases: apify/apify-sdk-python
Releases · apify/apify-sdk-python
1.4.1
1.4.0
1.3.0
1.2.0
1.1.5
1.1.4
Fixed
- resolved issue with querying request queue head multiple times in parallel
Internal changes
- fixed integration tests for Actor logger
- removed
pytest-randomly
Pytest plugin - unpinned
apify-client
andapify-shared
to improve compatibility with their newer versions
1.1.3
v1.1.2
Internal changes
- started importing general constants and utilities from the
apify-shared
library - simplified code via
flake8-simplify
- started using environment variables with prefix
ACTOR_
instead of some with prefixAPIFY_
- pinned
apify-client
andapify-shared
to prevent their implicit updates from breaking SDK
1.1.1
1.1.0
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
topyproject.toml
for specifying project setup