2.0.0 (2025-08-15)
- Check out the Upgrading guide to ensure a smooth update.
🚀 Features
- Extend status parameter to an array of possible statuses (#455) (76f6769) by @JanHranicky
- Expose apify_client.errors module (#468) (c0cc147) by @Mantisus
- Add dataset.create_items_public_url and key_value_store.create_keys_public_url (#453) (2b1e110) by @danpoletaev
Chore
Refactor
- [breaking] Remove support for passing a single string to the
unwindparameter inDatasetClient(#467) (e8aea2c) by @Mantisus - [breaking] Remove deprecated constant re-exports from
consts.py(#466) (7731f0b) by @Mantisus - [breaking] Replace
httpxHTTP client withimpit(#456) (1df6792) by @Mantisus - [breaking] Remove deprecated
as_bytesandas_fileparameters fromKeyValueStoreClient.get_record(#463) (b880231) by @Mantisus - [breaking] Remove
parse_responsearg from thecallmethod (#462) (840d51a) by @Mantisus