Skip to content

Latest commit

 

History

History
65 lines (42 loc) · 2.44 KB

CHANGELOG.md

File metadata and controls

65 lines (42 loc) · 2.44 KB

Changelog

All notable changes to this project will be documented in this file.

[2.4.0] - 2021-01-13

Added

  • The capability statement returned by /metadata now includes the detail of all search parameters supported
  • Add support for the standard FHIR search parameters. Each FHIR resource type defines its own set of search parameters. i.e the search parameters for Patient can be found here
  • Search requests using invalid search parameters now return an error instead of an empty result set

[2.3.0] - 2020-11-20

Added

  • /metadata route in API GW so requests for that route doesn't need to be Authenticated/Authorized

Updated

  • Support for fhir-works-on-aws-interface version 4.0.0
  • Change config to support new interface. auth.strategy.oauth changed to auth.strategy.oauthPolicy
    • authorizationUrl changed to authorizationEndpoint
    • tokenUrl changed to tokenEndpoint
  • Support for fhir-works-on-aws-authz-rbac version 4.0.0
  • Support for fhir-works-on-aws-routing version 3.0.0
  • Change non-inclusive terminology in serverless.yaml description

[2.2.0] - 2020-11-12

Added

[2.1.1] - 2020-10-01

Added

  • chore: Clean up CloudFormation template focusing on reducing reliance on sls

[2.1.0] - 2020-10-01

Added

  • feat(search): Implement "_include" and "_revinclude" search parameters
  • feat(search): Support "_id" search parameter

[2.0.0] - 2020-09-25

Added

  • fix: Update CloudFormation template to change DynamoDB table key schema
    • BREAKING CHANGE - Without running the required scripts the existing data will not be accessible via the FHIR APIS
    • Please see sort-key-migration script for instructions
    • If not interested in keeping your data feel free to delete your existing stack and deploy a fresh one

[1.1.0] - 2020-09-11

Added

  • feat: Enable X-ray tracing
  • fix: Updated scripts to give correct instructions & clearer READMEs

New committers 🎉 @arthuston & @rb2010

[1.0.0] - 2020-08-31

Added

  • Initial launch! 🚀