Skip to content

CONFIG: Bump Hl7.Fhir.STU3 from 6.2.1 to 6.3.0 - #15

Merged
cjdutoit merged 1 commit into
mainfrom
dependabot/nuget/NHSDigital.ApiPlatform.Sdk.AspNetCore.Tests.Unit/multi-bbcd05f3ee
Jul 30, 2026
Merged

CONFIG: Bump Hl7.Fhir.STU3 from 6.2.1 to 6.3.0#15
cjdutoit merged 1 commit into
mainfrom
dependabot/nuget/NHSDigital.ApiPlatform.Sdk.AspNetCore.Tests.Unit/multi-bbcd05f3ee

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 29, 2026

Copy link
Copy Markdown
Contributor

Updated Hl7.Fhir.STU3 from 6.2.1 to 6.3.0.

Release notes

Sourced from Hl7.Fhir.STU3's releases.

6.3.0

Intro:

This release includes a behavioral change in parsing alongside a minor bug fix. Please read the notes below carefully before upgrading.

POCO / type system

  • The SDK now detects incorrectly cased element and resource type names. Two new error codes are introduced: PVAL131 (WRONG_CASED_ELEMENT) and PVAL132 (WRONG_CASED_RESOURCE_TYPE).

    Breaking change: Parsers running in strict mode will now report errors when receiving data with incorrectly cased element or resource type names. Data that was previously silently corrected during parsing will now cause parse errors instead. Make sure your data sources use the correct casing as defined by the FHIR specification. All non-strict modes (BackwardsCompatible, Recoverable, NoOverflow, and the default) continue to bind leniently, preserving the behaviour from previous SDK versions. The exact handling of wrong-cased names in lenient modes is subject to change in future major versions of the SDK.

Other fixes

  • Fixed redundant null-checks and initialization logic in bundle link handling.

Changes:

  • #​3553: Potential fix for code scanning alert no. 1: Workflow does not contain permissions
  • #​3541: Remove redundant null-checks and initialization logic from setLink method
  • #​3552: Bump the runtime-dependencies-minor group with 1 update
  • #​3540: Fix #​3502: Detect wrong-cased element and resource type names at the model level
  • #​3502: Standardize case-sensitivity handling in JSON & XML parsers
  • #​3539: Start development cycle 6.2.2
  • #​3538: Add JetBrains Rider settings to .gitignore

This list of changes was auto generated.

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: Hl7.Fhir.STU3
  dependency-version: 6.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Hl7.Fhir.STU3
  dependency-version: 6.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@github-actions github-actions Bot added the CONFIG The configuration category is for any configuration changes i.e. setting up appsettings.json label Jul 29, 2026
@perirrs
perirrs requested a review from cjdutoit July 30, 2026 09:05
@cjdutoit
cjdutoit merged commit 2d2e275 into main Jul 30, 2026
7 checks passed
@cjdutoit
cjdutoit deleted the dependabot/nuget/NHSDigital.ApiPlatform.Sdk.AspNetCore.Tests.Unit/multi-bbcd05f3ee branch July 30, 2026 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CONFIG The configuration category is for any configuration changes i.e. setting up appsettings.json dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant