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

Commit aa62a03

Browse files
authored
chore(release): v5.1.0 (#692)
1 parent 3419ab9 commit aa62a03

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
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.
44

5+
## [5.1.0](https://github.com/awslabs/fhir-works-on-aws-deployment/compare/v5.0.0...v5.1.0) (2022-09-09)
6+
7+
8+
### Features
9+
10+
* **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))
11+
12+
* **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))
13+
14+
### Bug Fixes
15+
16+
* **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))
17+
18+
* make subscriptions SNS topic name and display name unique for a stage ([#673](https://github.com/awslabs/fhir-works-on-aws-deployment/issues/673)) ([c62ca60](https://github.com/awslabs/fhir-works-on-aws-deployment/commit/c62ca609cc717369dc3c4431b68a166e9eea387a))
19+
520
## [5.0.0](https://github.com/awslabs/fhir-works-on-aws-deployment/compare/v4.3.1...v5.0.0) (2022-07-22)
621

722

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fhir-works-on-aws-deployment",
3-
"version": "5.0.0",
3+
"version": "5.1.0",
44
"description": "FHIR Works on AWS deployment",
55
"stackname": "fhir-works-on-aws-deployment",
66
"main": "src/index.ts",

serverless.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ provider:
5959
!Join ['', ['https://', !Ref UserPoolDomain, !Sub '.auth.${AWS::Region}.amazoncognito.com/oauth2']]
6060
EXPORT_RESULTS_BUCKET: !Ref BulkExportResultsBucket
6161
EXPORT_RESULTS_SIGNER_ROLE_ARN: !GetAtt ExportResultsSignerRole.Arn
62-
CUSTOM_USER_AGENT: 'AwsSolution/SO0128/GH-v5.0.0'
62+
CUSTOM_USER_AGENT: 'AwsSolution/SO0128/GH-v5.1.0'
6363
VALIDATOR_LAMBDA_ALIAS: !If
6464
- isUsingHapiValidator
6565
- !ImportValue 'fhir-service-validator-lambda-${self:custom.stage}'

0 commit comments

Comments
 (0)