Skip to content

3.0.0 for R4 (release 20210225)

Compare
Choose a tag to compare
@ewoutkramer ewoutkramer released this 25 Feb 16:58

A major release, because we introduced some small breaking changes. For a lot of users of this SDK this upgrade to version 3.0 will be easy and no changes are required. For a small group of users there are some changes to be made. In this document you can see which breaking changes we have made for version 3.0.

On the other hand this release brings some relief for users who are using multiple versions of the SDK in one project. Because we have moved some basic classes to the common library, like OperationOutcome and ResourceIdentity, it will be much easier to maintain the code for those users.

Changes:

  • #1638: Feature/update r4 with r3 changes
  • #1641: Adding extra GitHubRelease task
  • #1640: R3: Null reference exception solved for FP Resolve() on empty collection
  • #1639: R4: Use a better validation regex for strings
  • #1637: R3: moved some classes to common
  • #1628: Add FHIR Release utilities and move to C# 9.0
  • #1629: Fix DebuggingDisplays of ResourceIdentity
  • #1624: Devops/create parallel jobs
  • #1626: Feature 1612: Move more types to common (R4)
  • #1625: Merge R3 changes into R4
See More
  • #1615: feature/1612: Moved more types to common
  • #1623: Fix/1606: TypedElementOnSourceNode logical model data type (for STU3)
  • #1606: TypedElementOnSourceNode throws StructuralTypeException on .value for "complex" logical model data type
  • #1613: Fix Verification of FHIR version of FhirClient
  • #1602: Update docs link in readme.md
  • #1604: Added nuget downloads info to readme
  • #1611: LocalTerminologyService: Adding ConfigureAwait(false) at async calls

This list of changes was auto generated.