Skip to content

Releases: OpenTermsArchive/engine

v5.0.4

06 May 07:14

Choose a tag to compare

5.0.4 - 2025-05-06

Full changeset and discussions: #1146.

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 creation of issues labels for GitHub repositories with over 30 labels

v5.0.3

10 Mar 08:38

Choose a tag to compare

5.0.3 - 2025-03-10

Full changeset and discussions: #1141.

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 MongoDB repository support of terms with multiple source documents

v5.0.2

05 Mar 16:15

Choose a tag to compare

5.0.2 - 2025-03-05

Full changeset and discussions: #1140.

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 the collection metadata file

v5.0.1

04 Mar 08:42

Choose a tag to compare

5.0.1 - 2025-03-04

Full changeset and discussions: #1139.

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

  • Validate required fields in collection metadata file

v5.0.0

18 Feb 11:04

Choose a tag to compare

5.0.0 - 2025-02-18

Full changeset and discussions: #1137.

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: Rename documents key to terms in service declarations for vocabulary consistency; update your service declarations accordingly. You can update your declarations by executing the following command at the root of your declarations folder: find . -name "*.json" -type f -exec sed -i 's/"documents":/"terms":/g' {} + for Unix-like systems, or find . -name "*.json" -type f -exec sed -i '' 's/"documents":/"terms":/g' {} + for macOS

v4.2.0

17 Feb 14:36

Choose a tag to compare

4.2.0 - 2025-02-17

Full changeset and discussions: #1135.

Development of this release was supported by the European Union.

Added

  • Add support for nested subgroups in Gitlab reporter repository paths

Fixed

  • Fix error logging in Gitlab reporter

v4.1.0

17 Feb 08:06

Choose a tag to compare

4.1.0 - 2025-02-17

Full changeset and discussions: #1134.

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 ota validate metadata command to the CLI to validate the collection metadata file

v4.0.2

04 Feb 09:03

Choose a tag to compare

4.0.2 - 2025-02-04

Full changeset and discussions: #1133.

Development of this release was supported by the European Union.

Fixed

  • Fix functionality of filtering by status for the issues list on GitLab

v4.0.1

11 Dec 13:27

Choose a tag to compare

4.0.1 - 2024-12-11

Full changeset and discussions: #1124.

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 documentation of collection metadata in the collection API

v4.0.0

04 Dec 10:16

Choose a tag to compare

4.0.0 - 2024-12-04

Full changeset and discussions: #1123.

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

  • Expose collection metadata through the collection API; requires a metadata file at the root of your collection folder

Changed

  • Breaking: Replace @opentermsarchive/engine.services.declarationsPath with @opentermsarchive/engine.collectionPath; ensure your declarations are located in ./declarations in your collection folder