Skip to content

v0.21

Compare
Choose a tag to compare
@Pascal-Delange Pascal-Delange released this 26 Sep 13:30
· 30 commits to main since this release

📖 Translations and 💾 S3, Azure support

In this latest release, french translations arrive for the application !
French will be used by default if it is your browser's default language, otherwise you can select your language by clicking on the "Marble" icon at the top left corner of the app. Please let us know if some translations are misleading or unclear.

Other than this, this weeks release includes some security and performance improvements, and the option to use a document storage backend other than GCP cloud storage for file storing in the case manager and for batch CSV uploads.

It is easy to set up, and you will find an explanation in the .env.example file on how to set environment variables to select you bucket provider of choice.

⚠️ Warning ⚠️

This release is a breaking release from the point of view of required environment variables, as the following variables have been renamed:

  • GCS_INGESTION_BUCKET => INGESTION_BUCKET_URL
  • GCS_CASE_MANAGER_BUCKET => CASE_MANAGER_BUCKET_URL

If you were already using a GCS storage backend, you now also need to inject a service account json key: see explanation in the .env.example file. Automatic credentials discovery will no longer work, because it is not compatible (at least, not convenient to make compatible) with URL signing for the case manager file storage.

The FAKE_GCS and FAKE_S3 environment variables have also been deprecated.