Skip to content

Releases: OpenTermsArchive/engine

v5.0.1

04 Mar 08:42
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

v3.0.0

03 Dec 09:41
Compare
Choose a tag to compare

3.0.0 - 2024-12-03

Full changeset and discussions: #1122.

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: Updated peer dependency @opentermsarchive/terms-types to v2.0.0; in your declarations, if you define a specific version of this library, ensure to also upgrade it to v2.0.0 to avoid compatibility issues; see terms-types@2.0.0 for details

v2.7.2

27 Nov 10:08
Compare
Choose a tag to compare

2.7.2 - 2024-11-27

Full changeset and discussions: #1121.

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

  • Optimize performance for Git storage

v2.7.1

21 Nov 14:57
Compare
Choose a tag to compare

2.7.1 - 2024-11-21

Full changeset and discussions: #1120.

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 timestamp prefix format in logs