Skip to content

Releases: NHSDigital/summary-care-record-api

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

v3.0.7-alpha

18 Mar 13:21
4a40116

Choose a tag to compare

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

27 Feb 16:58
d9b8eb0

Choose a tag to compare

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

23 Sep 15:29
f8284a2

Choose a tag to compare

NIAD-000 corrected a typo and set git to ignore vscode workspace file…

v3.0.4-alpha

06 Sep 18:31
e58f0f0

Choose a tag to compare

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

06 Sep 18:08
654fb5b

Choose a tag to compare

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

06 Sep 16:32
59993ff

Choose a tag to compare

Update spec to include encoding and support for special characters (#…

v3.0.1-alpha

26 Jul 13:41
9c0fc3b

Choose a tag to compare

Commit to push v3 to live (#625)

v3.0.0-stable

19 Jul 09:26
9f9b942

Choose a tag to compare

v3.0.0 release (#624)

* +major +setstatus stable Version 3.0 release
* Upgrade certifi due to CWE-345