Releases: FirelyTeam/firely-net-sdk
Releases · FirelyTeam/firely-net-sdk
3.0.0 for R4 (release 20210225)
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.
2.0.3 for STU3 (release 2020126) - HOTFIX
2.0.3 for R5 (release 2020126) - HOTFIX
2.0.3 for R4 (release 2020126) - HOTFIX
2.0.2 for STU3 (released 20210122)
Bugfixes
- #1252 [SnapshotGenerator] Fail snapshot generation when a new type slice in derived profile for unknown type
- #1395 [SnapshotGenerator] Unnecessary child elements get generated before adding slices
- #1540 [SnapshotGenerator] Snapshot incorrectly adds rat-1 constraint to polymorphic element
- #1516 [SnapshotGeneration] Adding an extension to
binding.ValueSetReference
removes other elements in snapshot - #1589
dataelements.xml
has been removed in thespecification.zip
- #1580 FhirPath "as date" and "as time" expression throws exception during a Select operation
- #1531 SearchParams allows "-" as a sort parameter with no name
- #1561 Warning of BindingValidation has been improved
- #1555 Not all POCOs were serializable. Now it is.
New Functionality
2.0.2 for R5 (released 20210122)
Bugfixes
- #1252 [SnapshotGenerator] Fail snapshot generation when a new type slice in derived profile for unknown type
- #1395 [SnapshotGenerator] Unnecessary child elements get generated before adding slices
- #1540 [SnapshotGenerator] Snapshot incorrectly adds rat-1 constraint to polymorphic element
- #1516 [SnapshotGeneration] Adding an extension to
binding.ValueSetReference
removes other elements in snapshot - #1589
dataelements.xml
has been removed in thespecification.zip
- #1580 FhirPath "as date" and "as time" expression throws exception during a Select operation
- #1531 SearchParams allows "-" as a sort parameter with no name
- #1561 Warning of BindingValidation has been improved
- #1555 Not all POCOs were serializable. Now it is.
New Functionality
2.0.2 for R4 (released 20210122)
Bugfixes
- #1252 [SnapshotGenerator] Fail snapshot generation when a new type slice in derived profile for unknown type
- #1395 [SnapshotGenerator] Unnecessary child elements get generated before adding slices
- #1540 [SnapshotGenerator] Snapshot incorrectly adds rat-1 constraint to polymorphic element
- #1516 [SnapshotGeneration] Adding an extension to
binding.ValueSetReference
removes other elements in snapshot - #1589
dataelements.xml
has been removed in thespecification.zip
- #1580 FhirPath "as date" and "as time" expression throws exception during a Select operation
- #1531 SearchParams allows "-" as a sort parameter with no name
- #1561 Warning of BindingValidation has been improved
- #1555 Not all POCOs were serializable. Now it is.