Skip to content

Commit

Permalink
Add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndpnt committed May 13, 2024
1 parent 7449fbf commit 0ff61f1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All changes that impact users of this module are documented in this file, in the [Common Changelog](https://common-changelog.org) format with some additional specifications defined in the CONTRIBUTING file. This codebase adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased [major]

> Development of this release was supported by the [French Ministry for Foreign Affairs](https://www.diplomatie.gouv.fr/fr/politique-etrangere-de-la-france/diplomatie-numerique/) through its ministerial [State Startups incubator](https://beta.gouv.fr/startups/open-terms-archive.html) under the aegis of the Ambassador for Digital Affairs.
### Changed

- **Breaking:** All configurations are now nested under the `@opentermsarchive/engine` key. Update your `config/production.json` by wrapping its content like this: `{ @opentermsarchive/engine: { < your previous configuration >}}`.
- **Breaking:** The `api` configuration key has been renamed to `collection-api`. Update this in your `config/production.json`.
- **Breaking:** Default values for `port` and `basePath` in `collection-api` have been removed. Specify these configurations explicitly in your `config/production.json`.
- **Breaking:** All environment variables are now prefixed with `OTA_ENGINE_`. Update variables such as `SENDINBLUE_API_KEY` to `OTA_ENGINE_SENDINBLUE_API_KEY`, `SMTP_PASSWORD` to `OTA_ENGINE_SMTP_PASSWORD`, and `GITHUB_TOKEN` to `OTA_ENGINE_GITHUB_TOKEN`.

## 1.2.1 - 2024-05-09

_Full changeset and discussions: [#1070](https://github.com/OpenTermsArchive/engine/pull/1070)._
Expand Down

0 comments on commit 0ff61f1

Please sign in to comment.