You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+28-28Lines changed: 28 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ All notable changes to this project will be documented in this file.
9
9
10
10
-[**breaking**] Make HTTP client pluggable with abstract base classes ([#641](https://github.com/apify/apify-client-python/pull/641)) ([5ae33a0](https://github.com/apify/apify-client-python/commit/5ae33a0a801fdacd0c456a8630fea053f9df6550)) by [@vdusek](https://github.com/vdusek), closes [#416](https://github.com/apify/apify-client-python/issues/416)
-[**breaking**] Drop support for Python 3.10 ([#636](https://github.com/apify/apify-client-python/pull/636)) ([7895a4e](https://github.com/apify/apify-client-python/commit/7895a4e60145f490911044da4aa7e3c1c424d416)) by [@vdusek](https://github.com/vdusek)
@@ -100,11 +100,11 @@ All notable changes to this project will be documented in this file.
100
100
- Expose apify_client.errors module ([#468](https://github.com/apify/apify-client-python/pull/468)) ([c0cc147](https://github.com/apify/apify-client-python/commit/c0cc147fd0c5a60e5a025db6b6c761e811efe1da)) by [@Mantisus](https://github.com/Mantisus), closes [#158](https://github.com/apify/apify-client-python/issues/158)
101
101
- Add dataset.create_items_public_url and key_value_store.create_keys_public_url ([#453](https://github.com/apify/apify-client-python/pull/453)) ([2b1e110](https://github.com/apify/apify-client-python/commit/2b1e1104c15c987b0024010df41d6d356ea37dd3)) by [@danpoletaev](https://github.com/danpoletaev)
102
102
103
-
### Chore
103
+
### ⚙️ Miscellaneous Tasks
104
104
105
105
-[**breaking**] Bump minimum Python version to 3.10 ([#469](https://github.com/apify/apify-client-python/pull/469)) ([92b4789](https://github.com/apify/apify-client-python/commit/92b47895eb48635e2d573b99d59bb077999c5b27)) by [@vdusek](https://github.com/vdusek)
106
106
107
-
### Refactor
107
+
### 🚜 Refactor
108
108
109
109
-[**breaking**] Remove support for passing a single string to the `unwind` parameter in `DatasetClient` ([#467](https://github.com/apify/apify-client-python/pull/467)) ([e8aea2c](https://github.com/apify/apify-client-python/commit/e8aea2c8f3833082bf78562f3fa981a1f8e88b26)) by [@Mantisus](https://github.com/Mantisus), closes [#255](https://github.com/apify/apify-client-python/issues/255)
110
110
-[**breaking**] Remove deprecated constant re-exports from `consts.py` ([#466](https://github.com/apify/apify-client-python/pull/466)) ([7731f0b](https://github.com/apify/apify-client-python/commit/7731f0b3a4ca8c99be9392517d36f841cb293ed5)) by [@Mantisus](https://github.com/Mantisus), closes [#163](https://github.com/apify/apify-client-python/issues/163)
@@ -251,7 +251,7 @@ All notable changes to this project will be documented in this file.
- Improve support for storing more data types in key-value stores
@@ -459,15 +459,15 @@ All notable changes to this project will be documented in this file.
459
459
- Add the `test()` method to the webhook client
460
460
- Add support for indicating the pagination direction in the `ListPage` objects
461
461
462
-
### Changed
462
+
### 🚜 Refactor
463
463
464
464
- Improve support for storing more data types in datasets
465
465
466
466
### 🐛 Bug Fixes
467
467
468
468
- Fix return type in the `DatasetClient.list_items()` method docs
469
469
470
-
### Chore
470
+
### ⚙️ Miscellaneous Tasks
471
471
472
472
- Add human-friendly names to the jobs in Github Action workflows
473
473
- Update development dependencies
@@ -479,11 +479,11 @@ All notable changes to this project will be documented in this file.
479
479
480
480
- Add the `gracefully` parameter to the "Abort run" method
481
481
482
-
### Changed
482
+
### 🚜 Refactor
483
483
484
484
- Replace `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
485
485
486
-
### Chore
486
+
### ⚙️ Miscellaneous Tasks
487
487
488
488
- Change tags for Actor images with this client on Docker Hub to be aligned with the Apify SDK Node.js images
489
489
- Update the `requests` dependency to 2.26.0
@@ -492,12 +492,12 @@ All notable changes to this project will be documented in this file.
0 commit comments