Skip to content

Commit 2cb2bc5

Browse files
authored
docs: align changelog section headers with git-cliff configuration (#824)
1 parent c6ff75c commit 2cb2bc5

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

CHANGELOG.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,11 @@ All notable changes to this project will be documented in this file.
130130
- Use same `client_key` for `Actor` created `request_queue` and improve its metadata estimation ([#552](https://github.com/apify/apify-sdk-python/pull/552)) ([7e4e5da](https://github.com/apify/apify-sdk-python/commit/7e4e5da81dd87e84ebeef2bd336c6c1d422cb9a7)) by [@Pijukatel](https://github.com/Pijukatel), closes [#536](https://github.com/apify/apify-sdk-python/issues/536)
131131
- Properly process pre-existing Actor input file ([#591](https://github.com/apify/apify-sdk-python/pull/591)) ([cc5075f](https://github.com/apify/apify-sdk-python/commit/cc5075fab8c72ca5711cfd97932037b34e6997cd)) by [@Pijukatel](https://github.com/Pijukatel), closes [#590](https://github.com/apify/apify-sdk-python/issues/590)
132132

133-
### Chore
133+
### ⚙️ Miscellaneous Tasks
134134

135135
- [**breaking**] Update apify-client and apify-shared to v2.0 ([#548](https://github.com/apify/apify-sdk-python/pull/548)) ([8ba084d](https://github.com/apify/apify-sdk-python/commit/8ba084ded6cd018111343f2219260b481c8d4e35)) by [@vdusek](https://github.com/vdusek)
136136

137-
### Refactor
137+
### 🚜 Refactor
138138

139139
- [**breaking**] Adapt to the Crawlee v1.0 ([#470](https://github.com/apify/apify-sdk-python/pull/470)) ([f7e3320](https://github.com/apify/apify-sdk-python/commit/f7e33206cf3e4767faacbdc43511b45b6785f929)) by [@vdusek](https://github.com/vdusek), closes [#469](https://github.com/apify/apify-sdk-python/issues/469), [#540](https://github.com/apify/apify-sdk-python/issues/540)
140140
- [**breaking**] Replace `httpx` with `impit` ([#560](https://github.com/apify/apify-sdk-python/pull/560)) ([cca3869](https://github.com/apify/apify-sdk-python/commit/cca3869e85968865e56aafcdcb36fbccba27aef0)) by [@Mantisus](https://github.com/Mantisus), closes [#558](https://github.com/apify/apify-sdk-python/issues/558)
@@ -298,11 +298,11 @@ All notable changes to this project will be documented in this file.
298298
- Possible infinity loop in Apify-Scrapy proxy middleware ([#259](https://github.com/apify/apify-sdk-python/pull/259)) ([8647a94](https://github.com/apify/apify-sdk-python/commit/8647a94289423528f2940d9f7174f81682fbb407)) by [@vdusek](https://github.com/vdusek)
299299
- Hotfix for batch_add_requests batch size limit ([#261](https://github.com/apify/apify-sdk-python/pull/261)) ([61d7a39](https://github.com/apify/apify-sdk-python/commit/61d7a392d182a752c91193170dca351f4cb0fbf3)) by [@janbuchar](https://github.com/janbuchar)
300300

301-
### Refactor
301+
### 🚜 Refactor
302302

303303
- [**breaking**] Preparation for v2 release ([#210](https://github.com/apify/apify-sdk-python/pull/210)) ([2f9dcc5](https://github.com/apify/apify-sdk-python/commit/2f9dcc559414f31e3f4fc87e72417a36494b9c84)) by [@janbuchar](https://github.com/janbuchar), closes [#135](https://github.com/apify/apify-sdk-python/issues/135), [#137](https://github.com/apify/apify-sdk-python/issues/137), [#138](https://github.com/apify/apify-sdk-python/issues/138), [#147](https://github.com/apify/apify-sdk-python/issues/147), [#149](https://github.com/apify/apify-sdk-python/issues/149), [#237](https://github.com/apify/apify-sdk-python/issues/237)
304304

305-
### Chore
305+
### ⚙️ Miscellaneous Tasks
306306

307307
- [**breaking**] Drop support for Python 3.8
308308

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

338338
- Update of Scrapy integration, fixes in `ApifyScheduler`, `to_apify_request` and `apply_apify_settings`.
339339

340-
### Chore
340+
### ⚙️ Miscellaneous Tasks
341341

342342
- Remove `ApifyRetryMiddleware` and stay with the Scrapy's default one
343343

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

370370
- Add missing import check to `ApifyHttpProxyMiddleware`
371371

372-
### Chore
372+
### ⚙️ Miscellaneous Tasks
373373

374374
- Create a new subpackage for Scrapy pipelines
375375
- Remove some noqas thanks to the new Ruff release
@@ -379,7 +379,7 @@ All notable changes to this project will be documented in this file.
379379

380380
## [1.5.1](https://github.com/apify/apify-sdk-python/releases/tag/v1.5.1) (2024-01-10)
381381

382-
### Chore
382+
### ⚙️ Miscellaneous Tasks
383383

384384
- Allowed running integration tests from PRs from forks, after maintainer approval
385385
- Do not close `nested_event_loop` in the `Scheduler.__del__`
@@ -398,14 +398,14 @@ All notable changes to this project will be documented in this file.
398398

399399
- Resolve issue in `ApifyRetryMiddleware.process_exception()`, where requests were getting stuck in the request queue
400400

401-
### Chore
401+
### ⚙️ Miscellaneous Tasks
402402

403403
- Fix type hint problems for resource clients
404404

405405

406406
## [1.4.0](https://github.com/apify/apify-sdk-python/releases/tag/v1.4.0) (2023-12-05)
407407

408-
### Chore
408+
### ⚙️ Miscellaneous Tasks
409409

410410
- Migrate from Autopep8 and Flake8 to Ruff
411411

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

424424
- Add support for Python 3.12
425425

426-
### Chore
426+
### ⚙️ Miscellaneous Tasks
427427

428428
- Fix lint error (E721) in unit tests (for instance checks use `isinstance()`)
429429

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

435435
- Update the Apify log formatter to contain an option for adding the logger name
436436

437-
### Chore
437+
### ⚙️ Miscellaneous Tasks
438438

439439
- Rewrite documentation publication to use Docusaurus
440440
- Remove PR Toolkit workflow
@@ -446,7 +446,7 @@ All notable changes to this project will be documented in this file.
446446

447447
- Resolve issue with querying request queue head multiple times in parallel
448448

449-
### Chore
449+
### ⚙️ Miscellaneous Tasks
450450

451451
- Fix integration tests for Actor logger
452452
- Remove `pytest-randomly` Pytest plugin
@@ -455,15 +455,15 @@ All notable changes to this project will be documented in this file.
455455

456456
## [1.1.3](https://github.com/apify/apify-sdk-python/releases/tag/v1.1.3) (2023-08-25)
457457

458-
### Chore
458+
### ⚙️ Miscellaneous Tasks
459459

460460
- Unify indentation in configuration files
461461
- Update the `Actor.reboot` method to use the new reboot endpoint
462462

463463

464464
## [1.1.2](https://github.com/apify/apify-sdk-python/releases/tag/v1.1.2) (2023-08-02)
465465

466-
### Chore
466+
### ⚙️ Miscellaneous Tasks
467467

468468
- Start importing general constants and utilities from the `apify-shared` library
469469
- Simplify code via `flake8-simplify`
@@ -491,7 +491,7 @@ All notable changes to this project will be documented in this file.
491491
- Start enforcing local storage to always use the UTF-8 encoding
492492
- Fix saving key-value store values to local storage with the right extension for a given content type
493493

494-
### Chore
494+
### ⚙️ Miscellaneous Tasks
495495

496496
- Switch from `setup.py` to `pyproject.toml` for specifying project setup
497497

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

503503
- Fix `RequestQueue` not loading requests from an existing queue properly
504504

505-
### Chore
505+
### ⚙️ Miscellaneous Tasks
506506

507507
- Update to `apify-client` 1.0.0
508508
- Start triggering base Docker image builds when releasing a new version

0 commit comments

Comments
 (0)