Skip to content

Latest commit

 

History

History
62 lines (34 loc) · 4.27 KB

CHANGELOG.md

File metadata and controls

62 lines (34 loc) · 4.27 KB

Changelog

All changes that impact users of this module are documented in this file, in the Common Changelog format with some additional specifications defined in the engine CONTRIBUTING file. This codebase adheres to Semantic Versioning.

Unreleased

2.1.0 - 2024-11-20

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

2.0.0 - 2024-06-13

Full changeset and discussions: #6.

Development of this release was supported by the NGI0 Entrust Fund, a fund established by NLnet with financial support from the European Commission's Next Generation Internet programme, under the aegis of DG CNECT under grant agreement N°101069594.

Changed

  • Breaking: Support arbitrary collections as sources; rename collectionsUrl config entry into collections and wrap it in an array, refer to the documentation for details

1.0.0 - 2024-05-23

Full changeset and discussions: #5.

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

  • Publish package on NPM under the name @opentermsarchive/federation-api
  • Expose npm command ota-federation-api serve to start the API server
  • Breaking: Add required basePath configuration; explicitly specify this configuration in your config/production.json

Changed

  • Breaking: Rename federated-api to federation-api; update all relevant code references. To update your local clone configuration, use git remote set-url origin https://github.com/OpenTermsArchive/federation-api.git
  • Breaking: Remove default value for port; explicitly specify this configuration in your config/production.json
  • Breaking: Prefix environment variable with the OTA_FEDERATION_API_ scope; Update variable SMTP_PASSWORD to OTA_FEDERATION_API_SMTP_PASSWORD
  • Breaking: Nest configurations under the @opentermsarchive/federation-api key; reformat your configuration files to nest existing settings within this new key, like this: { @opentermsarchive/federation-api: { < your previous configuration >}}.

0.1.1 - 2024-02-15

Full changeset and discussions: #3.

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

  • Log a warning in case log emails cannot be sent because of a missing config

0.1.0 - 2023-12-05

Full changeset and discussions: #1.

Development of this release was supported by the NGI0 Entrust Fund, a fund established by NLnet with financial support from the European Commission's Next Generation Internet programme, under the aegis of DG CNECT under grant agreement N°101069594.

Added

  • Create the first version of the API