Releases: NHSDigital/summary-care-record-api
Releases · NHSDigital/summary-care-record-api
v3.0.9-alpha
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
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
v3.0.7-alpha
FLAGSAPI-820 uplifted Github actions cache from v1 to v4 (#644) * FLAGSAPI-820 uplifted Github actions cache from v1 to v4 * uplift python version from 3.8 -> 3.12.9 * allow FLAGSAPI- in branch names * removed [project] section to try and fix error - 'project must contain ['name'] properties' * set build to use python version 3.11 * uplifted pyyaml to 6.0.2 * uplifted python to 3.10.16 * add name config to [project] section of pyproject.toml * added package-mode to stop error - Error: The current project could not be installed * downgraded python to version 3.9 to align with master branch
v3.0.6-alpha
Update Postman collection and upgrade to Python 3.9 * Updated Postman collection * Upgrade Python 3.8 to 3.9 in various instances
v3.0.5-alpha
NIAD-000 corrected a typo and set git to ignore vscode workspace file…
v3.0.4-alpha
Bump cryptography from 42.0.8 to 43.0.1 (#627) Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.8 to 43.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.8...43.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: stevenmccullaghmadetech <118556488+stevenmccullaghmadetech@users.noreply.github.com>
v3.0.3-alpha
Bump webpack from 5.88.0 to 5.94.0 (#626) Bumps [webpack](https://github.com/webpack/webpack) from 5.88.0 to 5.94.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.88.0...v5.94.0) --- updated-dependencies: - dependency-name: webpack dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: stevenmccullaghmadetech <118556488+stevenmccullaghmadetech@users.noreply.github.com>
v3.0.2-alpha
Update spec to include encoding and support for special characters (#…
v3.0.1-alpha
Commit to push v3 to live (#625)
v3.0.0-stable
v3.0.0 release (#624) * +major +setstatus stable Version 3.0 release * Upgrade certifi due to CWE-345