All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.2.1 (2021-02-08)
- match on resourceType as well as id when executing Read/VRead/DeleteVersionedRes operations (#51) (4f433d2)
- resolve vid and meta attribute mismatch on concurrent Update requests (#53) (2ecc1cd)
3.2.0 (2021-01-27)
3.1.0 (2021-01-20)
- We no longer need to store presignedS3Urls as they are now dynamically generated when a user request for the S3 files (#42) (823fb57)
- Support for DB export by implementing BulkDataAccess interfaces in
fhir-works-on-aws-interface
v3.0.0
- chore: Upgrade fhir-works-on-aws-interface dependency
- feat: Assume that the Resource DDB sort key is a number not a String
- BREAKING CHANGE: This change will not be successful if sort key is still a String
- feat: X-Ray integration
- Initial launch! 🚀