All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
12.1.1 (2022-12-22)
12.1.0 (2022-04-05)
12.0.0 (2022-03-03)
- add new required methods
getActiveSubscriptions
andvalidateSubscriptionSearchCriteria
11.3.0 (2021-10-27)
11.2.0 (2021-10-13)
11.1.0 (2021-08-24)
11.0.0 (2021-08-19)
- Removes ttlInSeconds from the persistence interface
10.0.0 (2021-08-12)
- add required parameter allowedResourceTypes for group export
9.1.0 (2021-08-05)
9.0.0 (2021-05-11)
- Remove logging interface export
- feat: add logger builder to be used by other FHIR components
8.2.0 (2021-05-11)
- Add a request context to authorization related interfaces. (#62) (f56ca09)
- Resource Archive Support (#64) (99d0593)
8.1.1 (2021-04-06)
8.1.0 (2021-03-05)
8.0.1 (2021-03-02)
- Include ExportType for export routes (#57) (bd518a6)
- Update BASE_R4_RESOURCES with missing resources (#54) (08ada00)
8.0.0 (2021-02-10)
- This adds validators as a required attribute to FhirConfig.
7.1.0 (2021-01-28)
7.0.1 (2021-01-26)
7.0.0 (2021-01-12)
GetSearchFilterBasedOnIdentityRequest.operation
now includeshistory-instance
SearchFilter
interface to allowfhir-works-on-aws-search
to filter search resultsGetSearchFilterBasedOnIdentity
interface sofhir-works-on-aws-authz
can provideSearchFilter
that can be used for filtering search resultsInvalidSearchParameterError
: A new error for search to throw when search parameters are invalid
ProductInfo
interface to collect product and business information about the FHIR server
SmartStrategy
for passing in SMART Auth configurationsSmartAuthorization
for class implementing SMART Auth
- Authorization interfaces to use
userIdentity
instead ofaccessToken
- isAuthorized renamed to verifyAccessToken
- getRequesterUserId method removed
- Required methods for SMART on FHIR interactions
- Export UnauthorizedError to be usable
- Required interfaces and types for bulk data export
getAllowedResourceTypesForOperation
method toAuthorization
interface.
Authorization.isAuthorized
to return a promise.
- Initial launch! 🚀