|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -## [1.4.0](../../releases/tag/v1.4.0) - 2025-04-7 |
| 3 | +All notable changes to this project will be documented in this file. |
4 | 4 |
|
5 |
| -### Added |
| 5 | +<!-- git-cliff-unreleased-start --> |
| 6 | +## 1.4.0 - **not yet released** |
6 | 7 |
|
7 |
| -- Added general access enums to consts |
| 8 | +### 🚀 Features |
8 | 9 |
|
9 |
| -## [1.3.2](../../releases/tag/v1.3.2) - 2025-03-20 |
| 10 | +- Add general access enum to consts ([#34](https://github.com/apify/apify-shared-python/pull/34)) ([6de5a2f](https://github.com/apify/apify-shared-python/commit/6de5a2f901625def4b45a2af1d24f8d4ab33664c)) by [@tobice](https://github.com/tobice) |
10 | 11 |
|
11 |
| -### Added |
12 | 12 |
|
13 |
| -- Added CLI option to origin enum in actor run model |
| 13 | +<!-- git-cliff-unreleased-end --> |
| 14 | +## [1.3.2](https://github.com/apify/apify-shared-python/releases/tag/v1.3.2) (2025-03-20) |
14 | 15 |
|
15 |
| -## [1.3.1](../../releases/tag/v1.3.1) - 2025-03-07 |
| 16 | +### 🐛 Bug Fixes |
16 | 17 |
|
17 |
| -### Added |
| 18 | +- Add CLI origin ([#32](https://github.com/apify/apify-shared-python/pull/32)) ([1e3360c](https://github.com/apify/apify-shared-python/commit/1e3360c20636c0d8c9d01dcb4d9e196647e9afb0)) by [@janbuchar](https://github.com/janbuchar) |
18 | 19 |
|
19 |
| -- Added STANDBY option to origin enum in actor run model |
20 | 20 |
|
21 |
| -## [1.3.0](../../releases/tag/v1.3.0) - 2025-03-04 |
| 21 | +## [1.3.1](https://github.com/apify/apify-shared-python/releases/tag/v1.3.1) (2025-03-07) |
22 | 22 |
|
23 |
| -### Removed |
| 23 | +### 🐛 Bug Fixes |
24 | 24 |
|
25 |
| -- Removed unused consts (`CHROME_EXECUTABLE_PATH`, `XVFB`). |
| 25 | +- Add STANDBY option to MetaOrigin enum ([#30](https://github.com/apify/apify-shared-python/pull/30)) ([0da682f](https://github.com/apify/apify-shared-python/commit/0da682f128bab62bf47264eb42e88b34245b41c8)) by [@janbuchar](https://github.com/janbuchar) |
26 | 26 |
|
27 |
| -## [1.2.1](../../releases/tag/v1.2.1) - 2024-12-05 |
28 | 27 |
|
29 |
| -### Changed |
| 28 | +## [1.3.0](https://github.com/apify/apify-shared-python/releases/tag/v1.3.0) (2025-03-04) |
30 | 29 |
|
31 |
| -- Changed `ACTOR_BUILD_TAGS` to be a comma-separated list variable |
| 30 | +### Chore |
32 | 31 |
|
33 |
| -## [1.2.0](../../releases/tag/v1.2.0) - 2024-12-04 |
| 32 | +- [**breaking**] Remove unused consts ([#28](https://github.com/apify/apify-shared-python/pull/28)) ([b56da6e](https://github.com/apify/apify-shared-python/commit/b56da6e3652c157d087513727e5496530381d0d1)) by [@vdusek](https://github.com/vdusek) |
34 | 33 |
|
35 |
| -### Added |
36 | 34 |
|
37 |
| -- Added new environment variables |
| 35 | +## [1.2.1](https://github.com/apify/apify-shared-python/releases/tag/v1.2.1) (2024-12-06) |
38 | 36 |
|
39 |
| -## [1.1.2](../../releases/tag/v1.1.2) - 2024-07-04 |
| 37 | +### 🐛 Bug Fixes |
40 | 38 |
|
41 |
| -### Added |
| 39 | +- Turn `ACTOR_BUILD_TAGS` into a comma-separated list env var ([#27](https://github.com/apify/apify-shared-python/pull/27)) ([cbe2ddd](https://github.com/apify/apify-shared-python/commit/cbe2ddd5ec4312acdaf8f35308191c26cbc7dfc7)) by [@fnesveda](https://github.com/fnesveda) |
42 | 40 |
|
43 |
| -- Added constants for Actor Standby |
44 | 41 |
|
45 |
| -## [1.1.1](../../releases/tag/v1.1.1) - 2024-01-08 |
| 42 | +## [1.2.0](https://github.com/apify/apify-shared-python/releases/tag/v1.2.0) (2024-12-05) |
46 | 43 |
|
47 |
| -### Internal changes |
| 44 | +### 🚀 Features |
48 | 45 |
|
49 |
| -- Relative imports were replaced for absolute imports |
| 46 | +- Add new environment variables ([#26](https://github.com/apify/apify-shared-python/pull/26)) ([55a8542](https://github.com/apify/apify-shared-python/commit/55a8542639ba9db2e151174412a7cc72883e9679)) by [@fnesveda](https://github.com/fnesveda) |
50 | 47 |
|
51 |
| -## [1.1.0](../../releases/tag/v1.1.0) - 2023-11-16 |
52 | 48 |
|
53 |
| -### Internal changes |
| 49 | +## [1.1.2](https://github.com/apify/apify-shared-python/releases/tag/v1.1.2) (2024-07-04) |
54 | 50 |
|
55 |
| -- Migrate from Autopep8 and Flake8 to Ruff |
| 51 | +### 🚀 Features |
56 | 52 |
|
57 |
| -## [1.0.4](../../releases/tag/v1.0.4) - 2023-10-18 |
| 53 | +- **consts:** Add actor standby consts ([#21](https://github.com/apify/apify-shared-python/pull/21)) ([7871d7b](https://github.com/apify/apify-shared-python/commit/7871d7b1d1ce52e4ce6af587e88b95fa842c6280)) by [@jirimoravcik](https://github.com/jirimoravcik) |
58 | 54 |
|
59 |
| -### Added |
60 | 55 |
|
61 |
| -- Added support for Python 3.12 |
| 56 | +## [1.0.2](https://github.com/apify/apify-shared-python/releases/tag/v1.0.2) (2023-08-01) |
62 | 57 |
|
63 |
| -### Internal changes |
| 58 | +### 🚀 Features |
64 | 59 |
|
65 |
| -- Removed `pytest-randomly` Pytest plugin |
66 |
| -- Versions are 2nd level headings in the changelog. |
67 |
| -- Unify indentation in the configuration files. |
| 60 | +- Use Actor env vars ([#5](https://github.com/apify/apify-shared-python/pull/5)) ([53d27d9](https://github.com/apify/apify-shared-python/commit/53d27d9551ddb143ae26e33b2bb7f7e9a06871d0)) by [@jirimoravcik](https://github.com/jirimoravcik) |
68 | 61 |
|
69 |
| -## [1.0.2](../../releases/tag/v1.0.2) - 2023-08-02 |
70 | 62 |
|
71 |
| -- Added the `ActorEnvVars` enum and new tests. |
72 |
| -- Added the `flake8-simplify` package and simplified some code. |
73 |
| - |
74 |
| -## [1.0.1](../../releases/tag/v1.0.1) - 2023-08-01 |
75 |
| - |
76 |
| -- Added the `ignore_docs` decorator to all internal utilities. |
77 |
| - |
78 |
| -## [1.0.0](../../releases/tag/v1.0.0) - 2023-07-25 |
79 |
| - |
80 |
| -- Initial release of the package. |
| 63 | +<!-- generated by git-cliff --> |
0 commit comments