Releases: NHSDigital/eps-FHIR-validator-lambda
v1.0.47-alpha
Commit message
Bump pytest from 8.0.2 to 8.1.0 (#29)
Bumps pytest from 8.0.2 to
8.1.0.
Release notes
Sourced from pytest's releases.
8.1.0
pytest 8.1.0 (2024-03-03)
Features
#11475: Added the new
consider_namespace_packages{.interpreted-text role="confval"} configuration option, defaulting toFalse.If set to
True, pytest will attempt to identify modules that are part of namespace packages when importing modules.#11653: Added the new
verbosity_test_cases{.interpreted-text role="confval"} configuration option for fine-grained control of test execution verbosity. SeeFine-grained verbosity <pytest.fine_grained_verbosity>{.interpreted-text role="ref"} for more details.Improvements
#10865:
pytest.warns{.interpreted-text role="func"} now validates thatwarnings.warn{.interpreted-text role="func"} was called with a [str]{.title-ref} or a [Warning]{.title-ref}. Currently in Python it is possible to use other types, however this causes an exception whenwarnings.filterwarnings{.interpreted-text role="func"} is used to filter those warnings (see [CPython #103577](python/cpython#103577) for a discussion). While this can be considered a bug in CPython, we decided to put guards in pytest as the error message produced without this check in place is confusing.#11311: When using
--override-inifor paths in invocations without a configuration file defined, the current working directory is used as the relative directory.Previoulsy this would raise an
AssertionError{.interpreted-text role="class"}.#11475:
--import-mode=importlib <import-mode-importlib>{.interpreted-text role="ref"} now tries to import modules using the standard import mechanism (but still without changing :pysys.path{.interpreted-text role="data"}), falling back to importing modules directly only if that fails.This means that installed packages will be imported under their canonical name if possible first, for example
app.core.models, instead of having the module name always be derived from their path (for example.env310.lib.site_packages.app.core.models).#11801: Added the
iter_parents() <_pytest.nodes.Node.iter_parents>{.interpreted-text role="func"} helper method on nodes. It is similar tolistchain <_pytest.nodes.Node.listchain>{.interpreted-text role="func"}, but goes from bottom to top, and returns an iterator, not a list.#11850: Added support for
sys.last_exc{.interpreted-text role="data"} for post-mortem debugging on Python>=3.12.#11962: In case no other suitable candidates for configuration file are found, a
pyproject.toml(even without a[tool.pytest.ini_options]table) will be considered as the configuration file and define therootdir.#11978: Add
--log-file-modeoption to the logging plugin, enabling appending to log-files. This option accepts either"w"or"a"and defaults to"w".Previously, the mode was hard-coded to be
"w"which truncates the file before logging.#12047: When multiple finalizers of a fixture raise an exception, now all exceptions are reported as an exception group. Previously, only the first exception was reported.
Bug Fixes
#11904: Fixed a regression in pytest 8.0.0 that would cause test collection to fail due to permission errors when using
--pyargs.This change improves the collection tree for tests specified using
--pyargs, see12043{.interpreted-text role="pull"} for a comparison with pytest 8.0 and <8.
... (truncated)
Commits
b9a167fPrepare release version 8.1.000043f7Merge pull request #12038 from bluetech/fixtures-rm-arg2indexf4e1025Merge pull request #12048 from bluetech/fixture-teardown-excgroup43492f5Merge pull request #12051 from jakkdl/test_debugging_pythonbreakpoint82fe28d[automated] Update plugin list (#12049)5e2ee71monkeypatch.delenv PYTHONBREAKPOINT in two tests that previously failed/skipped89ee449Merge pull request #11997 from nicoddemus/11475-importlib8248946Do not collect symlinked tests under Windows (#12050)434282efixtures: use exception group when multiple finalizers raise in fixture teardownd6134bcdoc: document consider_namespace_packages option- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits
that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after
your CI passes on it@dependabot cancel mergewill cancel a previously requested merge
and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all
of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] <support@github...
v1.0.46-alpha
Commit message
Bump boto3 from 1.34.53 to 1.34.54 (#28)
Bumps boto3 from 1.34.53 to 1.34.54.
Changelog
Sourced from boto3's changelog.
1.34.54
- api-change:
accessanalyzer: [botocore] Fixed a typo in description field.- api-change:
autoscaling: [botocore] With this release, Amazon EC2 Auto Scaling groups, EC2 Fleet, and Spot Fleet improve the default price protection behavior of attribute-based instance type selection of Spot Instances, to consistently select from a wide range of instance types.- api-change:
ec2: [botocore] With this release, Amazon EC2 Auto Scaling groups, EC2 Fleet, and Spot Fleet improve the default price protection behavior of attribute-based instance type selection of Spot Instances, to consistently select from a wide range of instance types.
Commits
40038caMerge branch 'release-1.34.54'2123919Bumping version to 1.34.54e2a39f9Add changelog entries from botocoreb1db713Merge branch 'release-1.34.53' into develop- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits
that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after
your CI passes on it@dependabot cancel mergewill cancel a previously requested merge
and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all
of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Info
See code diff
Release workflow run
It was initialized by eps-autoapprove-dependabot[bot]
v1.0.45-alpha
Commit message
Bump boto3 from 1.34.52 to 1.34.53 (#26)
Bumps boto3 from 1.34.52 to 1.34.53.
Changelog
Sourced from boto3's changelog.
1.34.53
- api-change:
docdb-elastic: [botocore] Launched Elastic Clusters Readable Secondaries, Start/Stop, Configurable Shard Instance count, Automatic Backups and Snapshot Copying- api-change:
eks: [botocore] Added support for new AL2023 AMIs to the supported AMITypes.- api-change:
lexv2-models: [botocore] This release makes AMAZON.QnAIntent generally available in Amazon Lex. This generative AI feature leverages large language models available through Amazon Bedrock to automate frequently asked questions (FAQ) experience for end-users.- api-change:
migrationhuborchestrator: [botocore] Adds new CreateTemplate, UpdateTemplate and DeleteTemplate APIs.- api-change:
quicksight: [botocore] TooltipTarget for Combo chart visuals; ColumnConfiguration limit increase to 2000; Documentation Update- api-change:
sagemaker: [botocore] Adds support for ModelDataSource in Model Packages to support unzipped models. Adds support to specify SourceUri for models which allows registration of models without mandating a container for hosting. Using SourceUri, customers can decouple the model from hosting information during registration.- api-change:
securitylake: [botocore] Add capability to update the Data Lake's MetaStoreManager Role in order to perform required data lake updates to use Iceberg table format in their data lake or update the role for any other reason.
Commits
914c71bMerge branch 'release-1.34.53'0fdef8bBumping version to 1.34.53f39ede7Add changelog entries from botocore7d55662Merge branch 'release-1.34.52' into develop- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits
that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after
your CI passes on it@dependabot cancel mergewill cancel a previously requested merge
and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all
of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Info
See code diff
Release workflow run
It was initialized by eps-autoapprove-dependabot[bot]
v1.0.44-alpha
Commit message
Bump boto3 from 1.34.51 to 1.34.52 (#25)
Bumps boto3 from 1.34.51 to 1.34.52.
Changelog
Sourced from boto3's changelog.
1.34.52
- api-change:
batch: [botocore] This release adds Batch support for configuration of multicontainer jobs in ECS, Fargate, and EKS. This support is available for all types of jobs, including both array jobs and multi-node parallel jobs.- api-change:
bedrock-agent-runtime: [botocore] This release adds support to override search strategy performed by the Retrieve and RetrieveAndGenerate APIs for Amazon Bedrock Agents- api-change:
ce: [botocore] This release introduces the new API 'GetApproximateUsageRecords', which retrieves estimated usage records for hourly granularity or resource-level data at daily granularity.- api-change:
ec2: [botocore] This release increases the range of MaxResults for GetNetworkInsightsAccessScopeAnalysisFindings to 1,000.- api-change:
iot: [botocore] This release reduces the maximum results returned per query invocation from 500 to 100 for the SearchIndex API. This change has no implications as long as the API is invoked until the nextToken is NULL.- api-change:
wafv2: [botocore] AWS WAF now supports configurable time windows for request aggregation with rate-based rules. Customers can now select time windows of 1 minute, 2 minutes or 10 minutes, in addition to the previously supported 5 minutes.
Commits
78d211eMerge branch 'release-1.34.52'f93792bBumping version to 1.34.52aae855bAdd changelog entries from botocoref707245Merge branch 'release-1.34.51' into develop- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits
that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after
your CI passes on it@dependabot cancel mergewill cancel a previously requested merge
and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all
of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Info
See code diff
Release workflow run
It was initialized by eps-autoapprove-dependabot[bot]
v1.0.43-alpha
Commit message
Bump org.junit:junit-bom from 5.7.1 to 5.10.2 (#9)
Bumps org.junit:junit-bom from
5.7.1 to 5.10.2.
Release notes
Sourced from org.junit:junit-bom's releases.
JUnit 5.10.2 = Platform 1.10.2 + Jupiter 5.10.2 + Vintage 5.10.2
See Release Notes.
Full Changelog: junit-team/junit-framework@r5.10.1...r5.10.2
JUnit 5.10.1 = Platform 1.10.1 + Jupiter 5.10.1 + Vintage 5.10.1
See Release Notes.
Full Changelog: junit-team/junit-framework@r5.10.0...r5.10.1
JUnit 5.10.0 = Platform 1.10.0 + Jupiter 5.10.0 + Vintage 5.10.0
See Release Notes.
Full Changelog: junit-team/junit-framework@r5.10.0-RC2...r5.10.0
JUnit 5.10.0-RC2 = Platform 1.10.0-RC2+ Jupiter 5.10.0-RC2 + Vintage 5.10.0-RC2
See Release Notes.
JUnit 5.10.0-RC1 = Platform 1.10.0-RC1 + Jupiter 5.10.0-RC1 + Vintage 5.10.0-RC1
See Release Notes.
JUnit 5.10.0-M1 = Platform 1.10.0-M1 + Jupiter 5.10.0-M1 + Vintage 5.10.0-M1
See Release Notes.
JUnit 5.9.3 = Platform 1.9.3 + Jupiter 5.9.3 + Vintage 5.9.3
See Release Notes.
JUnit 5.9.2 = Platform 1.9.2 + Jupiter 5.9.2 + Vintage 5.9.2
See Release Notes.
JUnit 5.9.1 = Platform 1.9.1 + Jupiter 5.9.1 + Vintage 5.9.1
See Release Notes.
JUnit 5.9.0 = Platform 1.9.0 + Jupiter 5.9.0 + Vintage 5.9.0
See Release Notes.
JUnit 5.9.0-RC1 = Platform 1.9.0-RC1 + Jupiter 5.9.0-RC1 + Vintage 5.9.0-RC1
See Release Notes.
... (truncated)
Commits
4c0dddaRelease 5.10.2463a147Finalize release notes for 5.10.243c105aRevert "Apply method predicate before searching type hierarchy"63d464dRevert "Harmonize application of method and field filters in search algorithms"85ec2fcRevert "Apply field predicate before searching type hierarchy"6209006Update release notes5ee499fFix CI buildd919ba7Namespace user-specific build parameterse26cd83Prepare release notes for 5.10.2ec8d428Include LauncherInterceptor in launcher module declaration- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits
that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after
your CI passes on it@dependabot cancel mergewill cancel a previously requested merge
and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all
of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: anthony-nhs 121869075+anthony-nhs@users.noreply.github.com
Info
See code diff
Release workflow run
It was initialized by eps-autoapprove-dependabot[bot]
v1.0.42-alpha
Commit message
add sonar analysis (#23)
Summary
- Routine Change
Details
- enable sonar analysis
Info
See code diff
Release workflow run
It was initialized by anthony-nhs
v1.0.41-alpha
Commit message
remove reference to prescriptionsforpatients (#22)
Summary
- Routine Change
Details
- remove references to prescriptionsforpatients
Info
See code diff
Release workflow run
It was initialized by anthony-nhs
v1.0.40-alpha
Commit message
Bump com.github.edwgiz:maven-shade-plugin.log4j2-cachefile-transformer from 2.8.1 to 2.15 (#12)
Bumps
com.github.edwgiz:maven-shade-plugin.log4j2-cachefile-transformer
from 2.8.1 to 2.15.
Commits
- See full diff in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits
that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after
your CI passes on it@dependabot cancel mergewill cancel a previously requested merge
and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all
of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: anthony-nhs 121869075+anthony-nhs@users.noreply.github.com
Info
See code diff
Release workflow run
It was initialized by anthony-nhs
v1.0.39-alpha
Commit message
Bump com.google.code.gson:gson from 2.8.9 to 2.10.1 (#10)
Bumps com.google.code.gson:gson from
2.8.9 to 2.10.1.
Release notes
Sourced from com.google.code.gson:gson's releases.
Gson 2.10.1
This is technically a minor release rather than a patch release because there is one small API change: a new
JsonObject.isEmpty()method.What's Changed: User-Visible Changes
- Added JsonObject method isEmpty() by
@dhoardin google/gson#2233- Fix non-threadsafe creation of adapter for type with cyclic dependency by
@Marcono1234in google/gson#1832- Remove EOFException special casing of JsonStreamParser.next() by
@Marcono1234in google/gson#2281- Improve exception message for duplicate field names by
@Marcono1234in google/gson#2251- Fix the javadoc of JsonDeserializer.deserialize() by
@MaicolAntaliin google/gson#2243- Bump os-maven-plugin from 1.7.0 to 1.7.1 by
@dependabotin google/gson#2235- Bump jackson-databind from 2.13.4.2 to 2.14.0 by
@dependabotin google/gson#2234- Bump maven-release-plugin from 3.0.0-M6 to 3.0.0-M7 by
@dependabotin google/gson#2232- Bump japicmp-maven-plugin from 0.16.0 to 0.17.1 by
@dependabotin google/gson#2238- Bump jackson-databind from 2.14.0 to 2.14.1 by
@dependabotin google/gson#2241- Bump bnd-maven-plugin from 6.3.1 to 6.4.0 by
@dependabotin google/gson#2245Site Documentation and Maintenance Changes (these were already visible)
- Add troubleshooting guide by
@Marcono1234in google/gson#2285- Replace custom user guide header anchors by
@Marcono1234in google/gson#2289- Improve variable names in user guide by
@Marcono1234in google/gson#2290- Add 2.10 changes to CHANGELOG; minor release follow-ups by
@Marcono1234in google/gson#2229- Mention in CHANGELOG that GitHub Releases are used in the future by
@Marcono1234in google/gson#2230- GitHub Workflows security hardening by
@sashashurain google/gson#2274Other Changes
- Making consistent prefixs in PerformanceTest by
@CirQin google/gson#1760- Adjust version numbers and a test to conform to the SemVer spec. by
@eamonnmcmanusin google/gson#2237- Remove covered condition in JsonNull.equals() by
@MaicolAntaliin google/gson#2271- Remove the
finalkeyword fromprivatemethod by@MaicolAntaliin google/gson#2276- Code cleanup by
@MaicolAntaliin google/gson#2282- Unnecessary unboxing at JsonPrimitive.getAsBoolean() by
@MaicolAntaliin google/gson#2277- Rewrite the
testParsingDatesFormattedWithSystemLocale(), Fix #2199 by@MaicolAntaliin google/gson#2287- Port tests from JUnit 3 to JUnit 4 by
@MaicolAntaliin google/gson#2294New Contributors (thanks!)
@CirQmade their first contribution in google/gson#1760@dhoardmade their first contribution in google/gson#2233@MaicolAntalimade their first contribution in google/gson#2243@sashashuramade their first contribution in google/gson#2274Full Changelog: google/gson@gson-parent-2.10...gson-parent-2.10.1
Gson 2.10
Most important changes
... (truncated)
Changelog
Sourced from com.google.code.gson:gson's changelog.
Change Log
The change log for versions newer than 2.10 is available only on the GitHub Releases page.
Version 2.10
- Support for serializing and deserializing Java records, on Java ≥ 16. (google/gson#2201)
- Add
JsonArray.asListandJsonObject.asMapview methods (google/gson#2225)- Fix
TypeAdapterRuntimeTypeWrappernot detecting reflectiveTreeTypeAdapterandFutureTypeAdapter(google/gson#1787)- Improve
JsonReader.skipValue()(google/gson#2062)- Perform numeric conversion for primitive numeric type adapters (google/gson#2158)
- Add
Gson.fromJson(..., TypeToken)overloads (google/gson#1700)- Fix changes to
GsonBuilderaffecting existingGsoninstances (google/gson#1815)- Make
JsonElementconversion methods more consistent and fix javadoc (google/gson#2178)- Throw
UnsupportedOperationExceptionwhenJsonWriter.jsonValueis not supported (
v1.0.38-alpha
Commit message
lower log levels (#21)
Summary
- Routine Change
Details
- use INFO log level everywhere
Info
See code diff
Release workflow run
It was initialized by anthony-nhs