Skip to content

v1.0.0

Choose a tag to compare

@OTA-Release-Bot OTA-Release-Bot released this 23 May 08:15
· 48 commits to main since this release

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 >}}.