|
1 | 1 | Changelog
|
2 | 2 | =========
|
3 | 3 |
|
4 |
| -[1.4.1](../../releases/tag/v1.4.1) - Unreleased |
| 4 | +[1.4.1](../../releases/tag/v1.4.1) - 2023-09-06 |
5 | 5 | -----------------------------------------------
|
6 | 6 |
|
7 | 7 | ### Added
|
8 | 8 |
|
9 |
| -- Add StoreCollectionClient for listing Actors in Apify store |
10 |
| -- support for specifying the `max_items` parameter for pay-per result Actors and their runs |
| 9 | +- added `StoreCollectionClient` for listing Actors in the Apify Store |
| 10 | +- added support for specifying the `max_items` parameter for pay-per result Actors and their runs |
11 | 11 |
|
12 | 12 | ### Internal changes
|
13 | 13 |
|
14 |
| -- Improved logging of HTTP requests |
15 |
| -- Removed `pytest-randomly` Pytest plugin |
| 14 | +- improved logging of HTTP requests |
| 15 | +- removed `pytest-randomly` Pytest plugin |
16 | 16 |
|
17 |
| -[1.4.0](../../releases/tag/v1.4.0) - 2023-08-22 |
| 17 | +[1.4.0](../../releases/tag/v1.4.0) - 2023-08-23 |
18 | 18 | -----------------------------------------------
|
19 | 19 |
|
20 | 20 | ### Added
|
21 | 21 |
|
22 |
| -- Add Actor reboot method to the `RunClient` |
| 22 | +- added `RunClient.reboot` method to reboot Actor runs |
23 | 23 |
|
24 | 24 | ### Internal changes
|
25 | 25 |
|
26 |
| -- Code simplification via `flake8-simplify` |
27 |
| -- Unify indentation in configuration files |
| 26 | +- simplified code via `flake8-simplify` |
| 27 | +- unified indentation in configuration files |
28 | 28 |
|
29 | 29 | [1.3.1](../../releases/tag/v1.3.1) - 2023-07-28
|
30 | 30 | -----------------------------------------------
|
31 | 31 |
|
32 | 32 | ### Internal changes
|
33 | 33 |
|
34 |
| -- Import general constants and utilities from apify-shared library |
| 34 | +- started importing general constants and utilities from the `apify-shared` library |
35 | 35 |
|
36 | 36 | [1.3.0](../../releases/tag/v1.3.0) - 2023-07-24
|
37 | 37 | -----------------------------------------------
|
38 | 38 |
|
39 | 39 | ### Added
|
40 | 40 |
|
41 |
| -- Added list_and_lock_head, delete_request_lock, prolong_request_lock methods for the RequestQueueClient(Async) classes |
42 |
| -- Added batch_add_requests, batch_delete_requests, list_requests methods for the RequestQueueClient(Async) classes |
| 41 | +- added `list_and_lock_head`, `delete_request_lock`, `prolong_request_lock` methods to `RequestQueueClient` |
| 42 | +- added `batch_add_requests`, `batch_delete_requests`, `list_requests` methods `RequestQueueClient` |
43 | 43 |
|
44 | 44 | [1.2.2](../../releases/tag/v1.2.2) - 2023-05-31
|
45 | 45 | -----------------------------------------------
|
46 | 46 |
|
47 | 47 | ### Fixed
|
48 | 48 |
|
49 |
| -- Fixed encoding webhook lists in request parameters |
| 49 | +- fixed encoding webhook lists in request parameters |
50 | 50 |
|
51 | 51 | [1.2.1](../../releases/tag/v1.2.1) - 2023-05-23
|
52 | 52 | -----------------------------------------------
|
|
0 commit comments