Skip to content

Releases: NHSDigital/summary-care-record-api

v3.0.20-alpha

14 Jan 15:17
05778a9

Choose a tag to compare

FLAGSAPI-1360 updated the example AuditEvent.json with a outcomeDesc …

v3.0.19-alpha

12 Jan 20:22
2548263

Choose a tag to compare

FLAGSAPI-1360 update audit_event.json with outcomeDesc field (#653)

* FLAGSAPI-1360 added outcomeDesc field to audit_event.json and fixed json examples for the dev catalogue

* FLAGSAPI-1360 reverted formatting changes in audit_event.json

v3.0.18-alpha

12 Jan 09:55
8157d36

Choose a tag to compare

FLAGSAPI-1203 Update summary-care-record.yaml (#654)

* Update summary-care-record.yaml

https://nhsd-jira.digital.nhs.uk/browse/FLAGSAPI-1203
Updated to show that AAL2 is now supported in addition to AAL3.

* Remove branch name check on PRs in favour of a check on the title

IMO there is no value in requiring branch names to be in a certain format, and just causes people to have to redo work, like would be done here if not for this change

---------

Co-authored-by: Sophie Somerville <12125546+gps035@users.noreply.github.com>

v3.0.17-alpha

22 Dec 14:31
2b5c2a8

Choose a tag to compare

FLAGSAPI-1449 uplift python to 3.13 (#652)

* various files to uplift python to 3.9

* uplifted python from 3.9 to 3.13

* uplifted pyyaml to version 6.0

* FLAGSAPI-1449 uplifted flake8 to version 6.1.0

* FLAGSAPI-1449 reverted my_real_server_schema.json and removed launch.json

* FLAGSAPI-1449 ignore .vscode folder

* FLAGSAPI-1449 reverted some formatting changes

* Use gradlew directly instead of generating a new one

* Generate a new gradle wrapper in the build pipeline

* FLAGSAPI-1449 added Poetry version to README and committed .python-version file

---------

Co-authored-by: Sophie Somerville <sophie.somerville@nhs.net>

v3.0.16-alpha

06 Aug 16:12
d722a5c

Choose a tag to compare

Update summary-care-record.yaml (#643)

v3.0.15-alpha

29 Jul 13:23
9e17d90

Choose a tag to compare

Update summary-care-record.yaml (#649)

Co-authored-by: Stuart McNeill <stuart.mcneill1@nhs.net>

v3.0.14-alpha

21 Jul 12:58
d106265

Choose a tag to compare

Merge pull request #651 from NHSDigital/FLAGSAPI-1140-update-security…

v3.0.13-alpha

21 Jul 08:32
f7d2f52

Choose a tag to compare

Merge pull request #650 from NHSDigital/FLAGSAPI-1140-update-security…

v3.0.9-alpha

17 Jun 16:40
25a518a

Choose a tag to compare

FLAGSAPI-1046 return 400 if we cannot retrieve job role code (#648)

* Change AcsService getUserRoleCodeAndId() to throw a BadRequestException
if we are unable to retrieve the users job role code

* Changed GetScrIdUAT to return 400 if unable to retrieve user role code
- corrected path problem when building attachment resource url
- corrected documentation to advise using combined auth-authentication

* fixed stubFailedSdsService test function

* FLAGSAPI-1046 reverted formatting changes

* FLAGSAPI-1046 reverted most of the the auto formatting changes to simplify PR

* Revert one more whitespace change

* FLAGSAPI-1046 corrected test method name

* FLAGSAPI-1046 reverted gitignore file

* FLAGSAPI-1046 reverted change to ATTACHMENT_URL in GetScrService.java

* FLAGSAPI-1046 simplified code by pre building an error string

* FLAGSAPI-1046 fixed pipeline build python version error by specifying python 3.9 in run-tests yaml files

* Fix editorconfig

* Approved

---------

Co-authored-by: Gareth Somerville <gareth.somerville2@nhs.net>

v3.0.8-alpha

18 Mar 13:50
a7320cf

Choose a tag to compare

FLAGSAPI-806 convert any date value 1 to a default date (#647)

* modified date validator to convert any date value=1 to a default date - 1970-01-01

* changes following review from steve and alex

* FLAGSAPI-806 removed trailing spaces