Releases: OpenTermsArchive/engine
v5.0.4
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
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
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
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
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
documentskey totermsin 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, orfind . -name "*.json" -type f -exec sed -i '' 's/"documents":/"terms":/g' {} +for macOS
v4.2.0
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
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 metadatacommand to the CLI to validate the collection metadata file
v4.0.2
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
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
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.declarationsPathwith@opentermsarchive/engine.collectionPath; ensure your declarations are located in./declarationsin your collection folder