Releases: NHSDigital/patient-care-aggregator-api
Releases · NHSDigital/patient-care-aggregator-api
v1.0.351-alpha
Merge pull request #164 from NHSDigital/apm-000-WPP-10569-aling-spec-…
v1.0.349-alpha
Bump pyjwt from 2.12.1 to 2.13.0 (#155) Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.12.1 to 2.13.0. - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jpadilla/pyjwt/compare/2.12.1...2.13.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v1.0.348-alpha
Bump pyjwt from 2.4.0 to 2.13.0 in /scripts (#156) Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.4.0 to 2.13.0. - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jpadilla/pyjwt/compare/2.4.0...2.13.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v1.0.347-alpha
Bump cryptography from 42.0.8 to 48.0.1 (#157) Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.8 to 48.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.8...48.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.0.1 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: Steve Smith <274815664+stevesmith-nhs@users.noreply.github.com>
v1.0.346-alpha
Bump form-data and apigeetool (#160) Bumps [form-data](https://github.com/form-data/form-data) to 4.0.6 and updates ancestor dependency [apigeetool](https://github.com/apigee/apigeetool-node). These dependencies need to be updated together. Updates `form-data` from 4.0.5 to 4.0.6 - [Release notes](https://github.com/form-data/form-data/releases) - [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md) - [Commits](https://github.com/form-data/form-data/compare/v4.0.5...v4.0.6) Updates `apigeetool` from 0.5.4 to 0.16.5 - [Release notes](https://github.com/apigee/apigeetool-node/releases) - [Commits](https://github.com/apigee/apigeetool-node/compare/v0.5.4...v0.16.5) --- updated-dependencies: - dependency-name: form-data dependency-version: 4.0.6 dependency-type: indirect - dependency-name: apigeetool dependency-version: 0.16.5 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Steve Smith <274815664+stevesmith-nhs@users.noreply.github.com>
v1.0.345-alpha
Bump cryptography from 44.0.1 to 48.0.1 in /scripts (#158) Bumps [cryptography](https://github.com/pyca/cryptography) from 44.0.1 to 48.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.1...48.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v1.0.344-alpha
Bump aiohttp from 3.13.5 to 3.14.1 (#159) --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v1.0.343-alpha
apm-000 added new values to consultationMedium enum (#149) * added new values to consultationMedium enum * bump api version numbers * WPP-9725 update consultation medium description to explain which three of the four codes should still be used now that VIRTUAL is being deprecated --------- Co-authored-by: Simeon Parris <275962675+simeonparris-nhs@users.noreply.github.com> Co-authored-by: Steve Smith <274815664+stevesmith-nhs@users.noreply.github.com>
v1.0.342-alpha
APM-000 chore: align local tooling and dependency setup (#150) * WPP-10528 chore: align local tooling and dependency setup Fixes broken dependency on deprecated api-test-utils package and updates local tooling setup to match latest versions used in other NHS APIs. - switch Python test utility install to pytest-nhsd-apim==5.0.14 to align with latest version used in other NHS APIs - make git hook setup executable and add install-hooks target - pin @openapitools/openapi-generator-cli to 2.32.0 - refresh package-lock.json to current npm lockfile format and resolved deps - ignore generated openapitools.json - remove outdated pyproject.toml comment about old api-test-utils install path * WPP-10528 chore: align local tooling and dependency setup Removed the no-deps flag from Makefile:5, so CI/local now installs transitive dependencies for pytest-nhsd-apim. * Migrate endpoint tests to https://github.com/NHSDigital/pytest-nhsd-apim and smoke tests to local client/config helpers * WPP-10528 chore replace legacy Node install flow by switching Makefile:7 from npm install --legacy-peer-deps to npm ci for deterministic dependency resolution in pipelines * install now depends on install-hooks instead of pre-commit, so any future prerequisites added under install-hooks will be picked up automatically by make install. * update chmod * lint and update readme * update readme * undo hook related changes * undo hook related changes
v1.0.341-alpha
Merge pull request #147 from NHSDigital/apm-000-update-tps-value Apm 000 update tps value