v1.0.0
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 serveto start the API server - Breaking: Add required
basePathconfiguration; explicitly specify this configuration in yourconfig/production.json
Changed
- Breaking: Rename
federated-apitofederation-api; update all relevant code references. To update your local clone configuration, usegit remote set-url origin https://github.com/OpenTermsArchive/federation-api.git - Breaking: Remove default value for
port; explicitly specify this configuration in yourconfig/production.json - Breaking: Prefix environment variable with the
OTA_FEDERATION_API_scope; Update variableSMTP_PASSWORDtoOTA_FEDERATION_API_SMTP_PASSWORD - Breaking: Nest configurations under the
@opentermsarchive/federation-apikey; reformat your configuration files to nest existing settings within this new key, like this:{ @opentermsarchive/federation-api: { < your previous configuration >}}.