|
1 | 1 | Changelog
|
2 | 2 | =========
|
3 | 3 |
|
4 |
| -[1.1.4](../../releases/tag/v1.1.4) - Unreleased |
| 4 | +[1.1.4](../../releases/tag/v1.1.4) - 2023-09-06 |
5 | 5 | -----------------------------------------------
|
6 | 6 |
|
7 |
| -### Fixes |
| 7 | +### Fixed |
8 | 8 |
|
9 | 9 | - resolved issue with querying request queue head multiple times in parallel
|
10 | 10 |
|
11 | 11 | ### Internal changes
|
12 | 12 |
|
13 |
| -- Fixed integration tests for Actor logger |
14 |
| -- Removed `pytest-randomly` Pytest plugin |
15 |
| - |
| 13 | +- fixed integration tests for Actor logger |
| 14 | +- removed `pytest-randomly` Pytest plugin |
| 15 | +- unpinned `apify-client` and `apify-shared` to improve compatibility with their newer versions |
16 | 16 |
|
17 | 17 | [1.1.3](../../releases/tag/v1.1.3) - 2023-08-25
|
18 | 18 | -----------------------------------------------
|
19 | 19 |
|
20 | 20 | ### Internal changes
|
21 | 21 |
|
22 |
| -- Unify indentation in configuration files |
23 |
| -- Update the `Actor.reboot` method to use the new reboot endpoint |
| 22 | +- unified indentation in configuration files |
| 23 | +- update the `Actor.reboot` method to use the new reboot endpoint |
24 | 24 |
|
25 | 25 | [1.1.2](../../releases/tag/v1.1.2) - 2023-08-02
|
26 | 26 | -----------------------------------------------
|
27 | 27 |
|
28 | 28 | ### Internal changes
|
29 | 29 |
|
30 |
| -- Library `apify-shared` is used for importing general consts and utils |
31 |
| -- Code quality improvements suggested by `flake8-simplify` |
32 |
| -- Actor env vars are used in favor of some Apify env vars |
33 |
| -- `apify-client` and `apify-shared` have pinned versions to prevent their implicit updates from breaking SDK |
| 30 | +- started importing general constants and utilities from the `apify-shared` library |
| 31 | +- simplified code via `flake8-simplify` |
| 32 | +- started using environment variables with prefix `ACTOR_` instead of some with prefix `APIFY_` |
| 33 | +- pinned `apify-client` and `apify-shared` to prevent their implicit updates from breaking SDK |
34 | 34 |
|
35 | 35 | [1.1.1](../../releases/tag/v1.1.1) - 2023-05-23
|
36 | 36 | -----------------------------------------------
|
|
0 commit comments