Releases: OpenTermsArchive/engine
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.declarationsPath
with@opentermsarchive/engine.collectionPath
; ensure your declarations are located in./declarations
in your collection folder
v3.0.0
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
tov2.0.0
; in your declarations, if you define a specific version of this library, ensure to also upgrade it tov2.0.0
to avoid compatibility issues; see [email protected] for details
v2.7.2
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
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
v2.7.0
2.7.0 - 2024-11-20
Full changeset and discussions: #1118.
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 configuration option to toggle timestamp prefix in logs; set
@opentermsarchive/engine.logger.timestampPrefix
totrue
orfalse
in your configuration file to control this feature.
v2.6.0
2.6.0 - 2024-11-19
Full changeset and discussions: #1116.
Development of this release was supported by the European Union and 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 GitLab for issue reporting
- Add support for GitLab Releases for publishing datasets
v2.5.0
2.5.0 - 2024-10-29
Full changeset and discussions: #1115.
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 script to remove duplicate issues in GitHub reports
v2.4.0
2.4.0 - 2024-10-24
Full changeset and discussions: #1114.
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
- Add
Service Level Agreement
terms type, introduced in[email protected]
v2.3.3
2.3.3 - 2024-10-23
Full changeset and discussions: #1113.
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
- Reduce GitHub API calls in issues reporter