Skip to content

Releases: Path-Check/safeplaces-ct-backend

SafePlaces 2.1.0

19 Aug 03:02
Compare
Choose a tag to compare

Updates

  • Complete E2E user management and onboarding functionality
  • Updates to READMEs
  • Update cursor.json to include checksum values
  • Remove HASHING_TEST environment variables from env.template and
    disable in production environments
  • Return application version number in from
    /organization/configuration endpoints

In order to make use of user management functionality the
AUTH0_MANAGEMENT_ENABLED environment variable must be set to true
and the following environment variables must be set with your Auth0
management API credentials:

AUTH0_MANAGEMENT_API_AUDIENCE
AUTH0_MANAGEMENT_CLIENT_ID
AUTH0_MANAGEMENT_CLIENT_SECRET

SafePlaces Backend API v2.0.0

23 Jul 19:49
dd562ef
Compare
Choose a tag to compare

Release Notes

Updates

Breaking Changes

This release is not backwards compatible. A deployed instance of the SafePlaces Translation Service is required to maintain baseline application functionality. In order to insure a smooth deploy it is recommended that you deploy SafePlaces in the following order:

  1. Configure and deploy the SafePlaces Translation Service
  2. Deploy the most recent release (master branch) of the SafePlaces Frontend
  3. Deploy this release of the SafePlaces Backend

SafePlaces Backend API v1.0.0

15 Jul 18:57
Compare
Choose a tag to compare