From 67874547a52f4c0695916bd8d496822311d427e2 Mon Sep 17 00:00:00 2001 From: Sukeerth Vegaraju Date: Fri, 9 Sep 2022 07:22:49 -0700 Subject: [PATCH] chore(release): v3.1.0-smart (#690) * chore(release): 3.0.0 * add changelog * fix changelog persistence --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- serverless.yaml | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cf43790..3bca07c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [3.1.0](https://github.com/awslabs/fhir-works-on-aws-deployment/compare/v3.0.0-smart...v3.0.0) (2022-09-09) + + +### Features + +* **persistence:** Issue 674 added support for up to 100 items in a FHIR transaction ([#153](https://github.com/awslabs/fhir-works-on-aws-persistence-ddb/issues/153)) ([32242ce](https://github.com/awslabs/fhir-works-on-aws-persistence-ddb/commit/32242ce1fa6315229b00efd67928384466ac3d5e)) + +* **routing:** Issue 674 support for up to 100 entries in a FHIR transaction ([#170](https://github.com/awslabs/fhir-works-on-aws-routing/issues/170)) ([6048e17](https://github.com/awslabs/fhir-works-on-aws-routing/commit/6048e17b69ed56b6aea3a74ce96553294763f5e8)) + +### Bug Fixes + +* **routing:** Throw error if url and POSTed resourceType do not match ([#172](https://github.com/awslabs/fhir-works-on-aws-routing/issues/172)) ([b1bd6e4](https://github.com/awslabs/fhir-works-on-aws-routing/commit/b1bd6e4b6772ff82a2450ce8bf073c10d2201bbd)) + +* **authz-smart:** only allow scopes to be returned iff it matches resourceType ([#88](https://github.com/awslabs/fhir-works-on-aws-authz-smart/issues/88)) ([18b059e](https://github.com/awslabs/fhir-works-on-aws-authz-smart/commit/18b059e2eac0cb7583fcc190d00a9c5f555abcdb)) + ## [3.0.0-smart](https://github.com/awslabs/fhir-works-on-aws-deployment/compare/v2.5.1-smart...v3.0.0-smart) (2022-07-29) diff --git a/package.json b/package.json index 09f787f9..a456d08a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fhir-works-on-aws-deployment", - "version": "3.0.0-smart", + "version": "3.1.0-smart", "description": "FHIR Works on AWS deployment with SMART", "stackname": "fhir-works-on-aws-deployment", "main": "src/index.ts", diff --git a/serverless.yaml b/serverless.yaml index 5297de3d..fe07386b 100644 --- a/serverless.yaml +++ b/serverless.yaml @@ -61,7 +61,7 @@ provider: PATIENT_PICKER_ENDPOINT: ${self:custom.patientPickerEndpoint} EXPORT_RESULTS_BUCKET: !Ref BulkExportResultsBucket EXPORT_RESULTS_SIGNER_ROLE_ARN: !GetAtt ExportResultsSignerRole.Arn - CUSTOM_USER_AGENT: 'AwsSolution/SO0128/GH-v3.0.0-smart' + CUSTOM_USER_AGENT: 'AwsSolution/SO0128/GH-v3.1.0-smart' VALIDATOR_LAMBDA_ALIAS: !If - isUsingHapiValidator - !ImportValue 'fhir-service-validator-lambda-${self:custom.stage}'