Skip to content

Releases: FirelyTeam/firely-net-sdk

3.0.0 for R4 (release 20210225)

25 Feb 16:58
Compare
Choose a tag to compare

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

26 Jan 16:17
Compare
Choose a tag to compare

This is a hotfix for solving issue #1605.

We are not throwing an exception anymore during an Equals of Quantity.

Bugfixes

  • #1605 Cannot select quantities with different units within a single FHIRPath select

2.0.3 for R5 (release 2020126) - HOTFIX

26 Jan 16:18
Compare
Choose a tag to compare

This is a hotfix for solving issue #1605.

We are not throwing an exception anymore during an Equals of Quantity.

Bugfixes

  • #1605 Cannot select quantities with different units within a single FHIRPath select

2.0.3 for R4 (release 2020126) - HOTFIX

26 Jan 16:17
Compare
Choose a tag to compare

This is a hotfix for solving issue #1605.

We are not throwing an exception anymore during an Equals of Quantity.

Bugfixes

  • #1605 Cannot select quantities with different units within a single FHIRPath select

2.0.2 for STU3 (released 20210122)

22 Jan 15:54
Compare
Choose a tag to compare

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 the specification.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

  • #972 Debug symbols are also added in NuGet
  • #1554 Azure Pipeline yaml files are added to the repository

2.0.2 for R5 (released 20210122)

22 Jan 16:46
Compare
Choose a tag to compare

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 the specification.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

  • #972 Debug symbols are also added in NuGet
  • #1554 Azure Pipeline yaml files are added to the repository

2.0.2 for R4 (released 20210122)

22 Jan 16:39
Compare
Choose a tag to compare

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 the specification.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

  • #972 Debug symbols are also added in NuGet
  • #1554 Azure Pipeline yaml files are added to the repository

2.0.1 for STU3 (release 20201125) - HOTFIX

25 Nov 10:58
Compare
Choose a tag to compare

This is a hotfix for solving issue #1552.

We removed the obsolete property ResourceType of Resource entirely. The NotSupportedException gave too much trouble.

Bugfixes

  • #1552 ResourceType is obsolete and no longer supported on asp.net model binding

2.0.1 for R5 (release 20201125) - HOTFIX

25 Nov 10:57
Compare
Choose a tag to compare

This is a hotfix for solving issue #1552.

We removed the obsolete property ResourceType of Resource entirely. The NotSupportedException gave too much trouble.

Bugfixes

  • #1552 ResourceType is obsolete and no longer supported on asp.net model binding

2.0.1 for R4 (release 20201125) - HOTFIX

25 Nov 10:57
Compare
Choose a tag to compare

This is a hotfix for solving issue #1552.

We removed the obsolete property ResourceType of Resource entirely. The NotSupportedException gave too much trouble.

Bugfixes

  • #1552 ResourceType is obsolete and no longer supported on asp.net model binding