Skip to content

Releases: OpenTermsArchive/engine

v9.2.0

05 Nov 17:06

Choose a tag to compare

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_PROXY and HTTPS_PROXY (or http_proxy and https_proxy) environment variables
  • Add debugging options to disable headless mode for visual troubleshooting during development; set OTA_ENGINE_FETCHER_NO_HEADLESS=1 to show browser window
  • Add sandbox control for improved compatibility with Docker and containerized environments; set OTA_ENGINE_FETCHER_NO_SANDBOX=1 when running in containers

v9.1.2

30 Oct 09:06

Choose a tag to compare

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

07 Oct 13:13

Choose a tag to compare

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

01 Oct 14:20

Choose a tag to compare

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

25 Sep 13:56

Choose a tag to compare

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, analyst and diffuser and replacing administrator with sysadmin; update roles in your metadata file at the root of your collection folder

v8.0.0

22 Sep 14:45

Choose a tag to compare

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 Policy terms type, introduced in [email protected]
  • Update dependencies

v7.2.4

22 Sep 12:57

Choose a tag to compare

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 removeQueryParams filter to not modify URLs without target parameters

v7.2.3

17 Sep 08:25

Choose a tag to compare

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

16 Sep 15:36

Choose a tag to compare

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

11 Sep 15:11

Choose a tag to compare

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