Skip to content

Commit 46762eb

Browse files
authored
docs: align changelog section headers with git-cliff configuration (#661)
1 parent 21f2665 commit 46762eb

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

CHANGELOG.md

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ All notable changes to this project will be documented in this file.
99

1010
- [**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)
1111

12-
### Refactor
12+
### 🚜 Refactor
1313

1414
- [**breaking**] Introduce fully typed clients ([#604](https://github.com/apify/apify-client-python/pull/604)) ([81ee194](https://github.com/apify/apify-client-python/commit/81ee1943b400b49797868fe4dfa52d1662e09370)) by [@vdusek](https://github.com/vdusek), closes [#21](https://github.com/apify/apify-client-python/issues/21), [#481](https://github.com/apify/apify-client-python/issues/481)
1515
- [**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.
100100
- 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)
101101
- 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)
102102

103-
### Chore
103+
### ⚙️ Miscellaneous Tasks
104104

105105
- [**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)
106106

107-
### Refactor
107+
### 🚜 Refactor
108108

109109
- [**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)
110110
- [**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.
251251

252252
## [1.6.2](https://github.com/apify/apify-client-python/releases/tag/v1.6.2) (2023-01-08)
253253

254-
### Chore
254+
### ⚙️ Miscellaneous Tasks
255255

256256
- Relative imports were replaced for absolute imports
257257

@@ -265,7 +265,7 @@ All notable changes to this project will be documented in this file.
265265

266266
## [1.6.0](https://github.com/apify/apify-client-python/releases/tag/v1.6.0) (2023-11-16)
267267

268-
### Chore
268+
### ⚙️ Miscellaneous Tasks
269269

270270
- Migrate from Autopep8 and Flake8 to Ruff
271271

@@ -278,7 +278,7 @@ All notable changes to this project will be documented in this file.
278278
- Add DELETE to Actor runs
279279
- Add DELETE to Actor builds
280280

281-
### Chore
281+
### ⚙️ Miscellaneous Tasks
282282

283283
- Rewrite documentation publication to use Docusaurus
284284
- Remove PR Toolkit workflow
@@ -291,7 +291,7 @@ All notable changes to this project will be documented in this file.
291291
- Add `StoreCollectionClient` for listing Actors in the Apify Store
292292
- Add support for specifying the `max_items` parameter for pay-per result Actors and their runs
293293

294-
### Chore
294+
### ⚙️ Miscellaneous Tasks
295295

296296
- Improve logging of HTTP requests
297297
- Remove `pytest-randomly` Pytest plugin
@@ -303,15 +303,15 @@ All notable changes to this project will be documented in this file.
303303

304304
- Add `RunClient.reboot` method to reboot Actor runs
305305

306-
### Chore
306+
### ⚙️ Miscellaneous Tasks
307307

308308
- Simplify code via `flake8-simplify`
309309
- Unify indentation in configuration files
310310

311311

312312
## [1.3.1](https://github.com/apify/apify-client-python/releases/tag/v1.3.1) (2023-07-28)
313313

314-
### Chore
314+
### ⚙️ Miscellaneous Tasks
315315

316316
- Start importing general constants and utilities from the `apify-shared` library
317317

@@ -344,14 +344,14 @@ All notable changes to this project will be documented in this file.
344344

345345
- Add option to change the build, memory limit and timeout when resurrecting a run
346346

347-
### Chore
347+
### ⚙️ Miscellaneous Tasks
348348

349349
- Update dependencies
350350

351351

352352
## [1.1.1](https://github.com/apify/apify-client-python/releases/tag/v1.1.1) (2023-05-05)
353353

354-
### Chore
354+
### ⚙️ Miscellaneous Tasks
355355

356356
- Change GitHub workflows to use new secrets
357357

@@ -362,18 +362,18 @@ All notable changes to this project will be documented in this file.
362362

363363
- Add support for `is_status_message_terminal` flag in Actor run status message update
364364

365-
### Chore
365+
### ⚙️ Miscellaneous Tasks
366366

367367
- Switch from `setup.py` to `pyproject.toml` for specifying project setup
368368

369369

370370
## [1.0.0](https://github.com/apify/apify-client-python/releases/tag/v1.0.0) (2023-03-13)
371371

372-
### Breaking changes
372+
### ⚙️ Miscellaneous Tasks
373373

374-
- Drop support for Python 3.7, add support for Python 3.11
375-
- Unify methods for streaming resources
376-
- Switch underlying HTTP library from `requests` to `httpx`
374+
- [**breaking**] Drop support for Python 3.7, add support for Python 3.11
375+
- [**breaking**] Unify methods for streaming resources
376+
- [**breaking**] Switch underlying HTTP library from `requests` to `httpx`
377377

378378
### 🚀 Features
379379

@@ -394,7 +394,7 @@ All notable changes to this project will be documented in this file.
394394

395395
- Disallow `NaN` and `Infinity` values in JSONs sent to the Apify API
396396

397-
### Chore
397+
### ⚙️ Miscellaneous Tasks
398398

399399
- Simplify retrying with exponential backoff
400400
- Improve checks for "not found" errors
@@ -414,11 +414,11 @@ All notable changes to this project will be documented in this file.
414414

415415
## [0.6.0](https://github.com/apify/apify-client-python/releases/tag/v0.6.0) (2022-06-27)
416416

417-
### Removed
417+
### 🚜 Refactor
418418

419419
- Drop support for single-file Actors
420420

421-
### Chore
421+
### ⚙️ Miscellaneous Tasks
422422

423423
- Update dependencies
424424
- Fix some lint issues in shell scripts and `setup.py`
@@ -427,22 +427,22 @@ All notable changes to this project will be documented in this file.
427427

428428
## [0.5.0](https://github.com/apify/apify-client-python/releases/tag/v0.5.0) (2021-09-16)
429429

430-
### Changed
430+
### 🚜 Refactor
431431

432432
- Improve retrying broken API server connections
433433

434434
### 🐛 Bug Fixes
435435

436436
- Fix timeout value in actively waiting for a run to finish
437437

438-
### Chore
438+
### ⚙️ Miscellaneous Tasks
439439

440440
- Update development dependencies
441441

442442

443443
## [0.4.0](https://github.com/apify/apify-client-python/releases/tag/v0.4.0) (2021-09-07)
444444

445-
### Changed
445+
### 🚜 Refactor
446446

447447
- Improve handling of `Enum` arguments
448448
- 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.
459459
- Add the `test()` method to the webhook client
460460
- Add support for indicating the pagination direction in the `ListPage` objects
461461

462-
### Changed
462+
### 🚜 Refactor
463463

464464
- Improve support for storing more data types in datasets
465465

466466
### 🐛 Bug Fixes
467467

468468
- Fix return type in the `DatasetClient.list_items()` method docs
469469

470-
### Chore
470+
### ⚙️ Miscellaneous Tasks
471471

472472
- Add human-friendly names to the jobs in Github Action workflows
473473
- Update development dependencies
@@ -479,11 +479,11 @@ All notable changes to this project will be documented in this file.
479479

480480
- Add the `gracefully` parameter to the "Abort run" method
481481

482-
### Changed
482+
### 🚜 Refactor
483483

484484
- 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
485485

486-
### Chore
486+
### ⚙️ Miscellaneous Tasks
487487

488488
- Change tags for Actor images with this client on Docker Hub to be aligned with the Apify SDK Node.js images
489489
- Update the `requests` dependency to 2.26.0
@@ -492,12 +492,12 @@ All notable changes to this project will be documented in this file.
492492

493493
## [0.1.0](https://github.com/apify/apify-client-python/releases/tag/v0.1.0) (2021-08-02)
494494

495-
### Changed
495+
### 🚜 Refactor
496496

497497
- Methods using specific option values for arguments now use well-defined and documented `Enum`s for those arguments instead of generic strings
498498
- Make the submodule `apify_client.consts` containing those `Enum`s available
499499

500-
### Chore
500+
### ⚙️ Miscellaneous Tasks
501501

502502
- Update development dependencies
503503
- Enforce unified use of single quotes and double quotes

0 commit comments

Comments
 (0)