Releases: OpenTermsArchive/engine
v9.2.0
9.2.0 - 2025-11-05
Full changeset and discussions: #1173.
Development of this release was supported by the European Commission for its VLOPs/VLOSEs instance.
Added
- Add proxy support for fetching documents behind firewalls or restricted networks; configure using
HTTP_PROXYandHTTPS_PROXY(orhttp_proxyandhttps_proxy) environment variables - Add debugging options to disable headless mode for visual troubleshooting during development; set
OTA_ENGINE_FETCHER_NO_HEADLESS=1to show browser window - Add sandbox control for improved compatibility with Docker and containerized environments; set
OTA_ENGINE_FETCHER_NO_SANDBOX=1when running in containers
v9.1.2
9.1.2 - 2025-10-30
Full changeset and discussions: #1199.
Development of this release was supported by the French Ministry for Foreign Affairs through its ministerial State Startups incubator under the aegis of the Ambassador for Digital Affairs.
Fixed
- Update Node compatibility metadata; actual compatibility was added in v7.2.1
v9.1.1
9.1.1 - 2025-10-07
Full changeset and discussions: #1198.
Development of this release was supported by the French Ministry for Foreign Affairs through its ministerial State Startups incubator under the aegis of the Ambassador for Digital Affairs.
Fixed
- Increase robustness of PDF content type detection
v9.1.0
9.1.0 - 2025-10-01
Full changeset and discussions: #1197.
Development of this release was supported by the French Ministry for Foreign Affairs through its ministerial State Startups incubator under the aegis of the Ambassador for Digital Affairs.
Changed
- Improve memory management when tracking terms with multiple source documents
- All available snapshots are now stored in multi-documents terms, even if some are unavailable.
v9.0.0
9.0.0 - 2025-09-25
Full changeset and discussions: #1196.
Development of this release was supported by the French Ministry for Foreign Affairs through its ministerial State Startups incubator under the aegis of the Ambassador for Digital Affairs.
Changed
- Breaking: Update collection governance roles by adding
contributor,analystanddiffuserand replacingadministratorwithsysadmin; update roles in your metadata file at the root of your collection folder
v8.0.0
8.0.0 - 2025-09-22
Full changeset and discussions: #1193.
Development of this release was supported by the French Ministry for Foreign Affairs through its ministerial State Startups incubator under the aegis of the Ambassador for Digital Affairs.
Changed
- Breaking: Update minimum supported Node.js version to v20
- Add
Content Monetisation Policyterms type, introduced in[email protected] - Update dependencies
v7.2.4
7.2.4 - 2025-09-22
Full changeset and discussions: #1195.
Development of this release was supported by the French Ministry for Foreign Affairs through its ministerial State Startups incubator under the aegis of the Ambassador for Digital Affairs.
Fixed
- Fix built-in
removeQueryParamsfilter to not modify URLs without target parameters
v7.2.3
7.2.3 - 2025-09-17
Full changeset and discussions: #1192.
Development of this release was supported by the French Ministry for Foreign Affairs through its ministerial State Startups incubator under the aegis of the Ambassador for Digital Affairs.
Fixed
- Fix declarations validation when filters history is modified
v7.2.2
7.2.2 - 2025-09-16
Full changeset and discussions: #1191.
Development of this release was supported by the French Ministry for Foreign Affairs through its ministerial State Startups incubator under the aegis of the Ambassador for Digital Affairs.
Fixed
- Fix validation of declaration files with filters
v7.2.1
7.2.1 - 2025-09-11
Full changeset and discussions: #1189.
Development of this release was supported by the French Ministry for Foreign Affairs through its ministerial State Startups incubator under the aegis of the Ambassador for Digital Affairs.
Added
- Add support for Node.js v24