Skip to content

5.11.0

Latest
Compare
Choose a tag to compare
@mmsmits mmsmits released this 08 Nov 11:14

Breaking changes ⚠️

  • EvaluationContext.WithResourceOverrides() introduced in 5.10 is refactored to now be an extension method instead of a static construction method. It should now be called on an instance of EvaluationContext, and will mutate and return that instance.
  • We changed the datatype of the Attachment.Url from FhirUrl to FhirUri. The type of this element was changed with the introduction of R4. (FhirUrl doesn't exist in STU3). When we moved Attachment to base, we wrongfully put FhirUrl here, which is the more specific datatype of the two. We have corrected this.

Changes:

  • #2956: Bump MSTest.TestAdapter from 3.3.1 to 3.6.2
  • #2959: Bump MSTest.TestFramework from 3.3.1 to 3.6.2
  • #2958: Bump xunit from 2.8.0 to 2.9.2
  • #2957: Bump Newtonsoft.Json and Microsoft.NET.Test.Sdk
  • #2955: Bump NSubstitute from 5.1.0 to 5.3.0
  • #2952: Fix wrong attachment url datatype in PocoSummaryProvider
  • #2949: Update release-notes.md
  • #2886: Remove all non-inheritable extensions from the base profile before snapshotting
  • #2943: Use proper snapshot generation settings, fixed obsolete warnings
  • #2884: Fixed element definition element.id not being merged by the snapshot generator
See More
  • #2922: Remove the Charset from the Accept Header and replace it with the Accept-Charset Header.
  • #2912: Update Parameters.cs for Get from remove to retrieve
  • #2888: Bump System.Text.Json from 8.0.4 to 8.0.5 in /src/Hl7.Fhir.Base in the nuget group across 1 directory
  • #2877: Added unit test for generating Snapshots for multiple nested extensions
  • #2799: Snapshot generator does not expand complex extensions defined in a an extension.
  • #2869: Start development phase 5.10.4

This list of changes was auto generated.