Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

v4.0.0

Compare
Choose a tag to compare
@carvantes carvantes released this 18 Aug 21:21
· 157 commits to mainline since this release
4ecfd28

Features

⚠ BREAKING CHANGES

  • The Cognito IdToken is now used instead of the AccessToken to authorize requests.

Multi-tenancy itself is not a breaking change, you can continue to use FHIR works on single-tenant mode
by not using the enableMultiTenancy flag.

However, note that updating an existing (single-tenant) stack to enable multi-tenancy is a breaking change. Multi-tenant
deployments use a different data partitioning strategy that renders the old, single-tenant, data inaccessible.