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

Latest commit

 

History

History
210 lines (104 loc) · 9.66 KB

CHANGELOG.md

File metadata and controls

210 lines (104 loc) · 9.66 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

12.1.1 (2022-12-22)

Bug Fixes

12.1.0 (2022-04-05)

Features

12.0.0 (2022-03-03)

⚠ BREAKING CHANGES

  • add new required methods getActiveSubscriptions and validateSubscriptionSearchCriteria

Features

11.3.0 (2021-10-27)

Features

  • add sessionId to search requests (#87) (6284d53)

11.2.0 (2021-10-13)

Features

  • add requiresAccessToken to GetExportStatusResponse (#85) (a9ad12c)

11.1.0 (2021-08-24)

Features

Bug Fixes

  • updating SmartStrategy interface to spec (#80) (50b0a7e)

11.0.0 (2021-08-19)

⚠ BREAKING CHANGES

  • Removes ttlInSeconds from the persistence interface

Bug Fixes

  • add missing fhirServiceBaseUrl to AuthorizationBundleRequest (#78) (3c56239)

  • Remove ttlInSeconds (#69) (4662772)

10.0.0 (2021-08-12)

⚠ BREAKING CHANGES

  • add required parameter allowedResourceTypes for group export

Features

9.1.0 (2021-08-05)

Features

9.0.0 (2021-05-11)

⚠ BREAKING CHANGES

  • Remove logging interface export
  • feat: add logger builder to be used by other FHIR components

Features

8.2.0 (2021-05-11)

Features

  • Add a request context to authorization related interfaces. (#62) (f56ca09)
  • Resource Archive Support (#64) (99d0593)

8.1.1 (2021-04-06)

Bug Fixes

  • meta object structure & update dependencies (#60) (de9102a)

8.1.0 (2021-03-05)

Features

  • Add compiledImplementationGuides to FhirConfig (#55) (4aa4347)

8.0.1 (2021-03-02)

Bug Fixes

  • Include ExportType for export routes (#57) (bd518a6)
  • Update BASE_R4_RESOURCES with missing resources (#54) (08ada00)

8.0.0 (2021-02-10)

⚠ BREAKING CHANGES

  • This adds validators as a required attribute to FhirConfig.

Features

7.1.0 (2021-01-28)

Features

  • add implementation guides compile interface (#44) (0b1b947)

7.0.1 (2021-01-26)

Bug Fixes

  • Add optional parameters to GetSearchFilter (#45) (843bab8)

7.0.0 (2021-01-12)

Features

  • add getCapabilities method to Search interface (#42) (b274566)

[6.0.1] - 2021-01-06

Updated

  • GetSearchFilterBasedOnIdentityRequest.operation now includes history-instance

[6.0.0] - 2020-12-21

Added

  • SearchFilter interface to allow fhir-works-on-aws-search to filter search results
  • GetSearchFilterBasedOnIdentity interface so fhir-works-on-aws-authz can provide SearchFilter that can be used for filtering search results
  • InvalidSearchParameterError: A new error for search to throw when search parameters are invalid

[5.0.0] - 2020-12-11

Added

  • ProductInfo interface to collect product and business information about the FHIR server

[4.0.0] - 2020-11-20

Added

  • SmartStrategy for passing in SMART Auth configurations
  • SmartAuthorization for class implementing SMART Auth

Updated

  • Authorization interfaces to use userIdentity instead of accessToken
  • isAuthorized renamed to verifyAccessToken
  • getRequesterUserId method removed

[3.0.0] - 2020-11-11

Added

  • Required methods for SMART on FHIR interactions
  • Export UnauthorizedError to be usable
  • Required interfaces and types for bulk data export

[2.0.0] - 2020-09-25

Added

  • getAllowedResourceTypesForOperation method to Authorization interface.

Updated

  • Authorization.isAuthorized to return a promise.

[1.0.0] - 2020-08-31

Added

  • Initial launch! 🚀