Skip to content

Commit 3deb33c

Browse files
committed
Improve changelog entry
1 parent 76a159b commit 3deb33c

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@
22

33
All changes that impact users of this module are documented in this file, in the [Common Changelog](https://common-changelog.org) format with some additional specifications defined in the CONTRIBUTING file. This codebase adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44

5-
## Unreleased
5+
## Unreleased [minor]
66

7-
### Changed
7+
> Development of this feature was contributed by the [European Commission](https://commission.europa.eu/) for its [VLOP/VLOSE instance](https://code.europa.eu/dsa/terms-and-conditions-database/vlops-and-vloses/).
8+
9+
### Added
810

9-
- Add extra options for fetchers, including support for (authentifying) proxies and switchin on/off headless mode and
10-
sandboxing.
11+
- Add proxy support for fetching documents behind firewalls or restricted networks; configure using `HTTP_PROXY` and `HTTPS_PROXY` (or `http_proxy` and `https_proxy`) environment variables
12+
- Add debugging options to disable headless mode for visual troubleshooting during development; set `FETCHER_NO_HEADLESS=1` to show browser window
13+
- Add sandbox control for improved compatibility with Docker and containerized environments; set `FETCHER_NO_SANDBOX=1` when running in containers
1114

1215
## 9.1.0 - 2025-10-01
1316

0 commit comments

Comments
 (0)