Releases: FirelyTeam/firely-net-sdk
3.8.2 for R5 (release 20220328) HOTFIX
Hotfix for the Validator. This fix solves a performance issue on validating large bundles. The Validator uses now state to keep track of which (nested/contained)resources have already been validated. In this way we are avoiding duplicate validation which keep bundle validation performance reasonable.
Changes:
- #2023: Changes to improve performance of Bundle validation (R4)
- #2022: Changes to improve performance of Bundle validation (R3)
This list of changes was auto generated.
3.8.2 for R4B (release 20220328) HOTFIX
Hotfix for the Validator. This fix solves a performance issue on validating large bundles. The Validator uses now state to keep track of which (nested/contained)resources have already been validated. In this way we are avoiding duplicate validation which keep bundle validation performance reasonable.
Changes:
- #2023: Changes to improve performance of Bundle validation (R4)
- #2022: Changes to improve performance of Bundle validation (R3)
This list of changes was auto generated.
3.8.2 for R4 (release 20220328) HOTFIX
Hotfix for the Validator. This fix solves a performance issue on validating large bundles. The Validator uses now state to keep track of which (nested/contained)resources have already been validated. In this way we are avoiding duplicate validation which keep bundle validation performance reasonable.
Changes:
- #2023: Changes to improve performance of Bundle validation (R4)
This list of changes was auto generated.
4.0.0-beta2 for STU3 (release 20220304)
This is the second preview of version 4.0.0.
Version 4.0.0 contains:
- New and faster Json deserializer (parser) and serializer. We use the
System.Text.Json
library now. See documentation about this new serializer on this page - New and faster Xml serializer. The deserializer will be released in following release.
- We don't target framework
netstandard1.6
anymore, but addednet6.0
. So the following frameworks are supported:net6.0
,netstandard2.0
andnet452
. Sincenet452
will no longer be supported by Microsoft on April 26, 2022, versionnet452
will only be available in this major version (4.x) - The interface
ITerminologyService
is moved to the common libraryHl7.Fhir.Support.Poco
- Cleaned up some stale code
- New package icon
- And lots more
We tried to keep the backwards incompatible changes as minimum as possible. See here for an overview of those changes. This document can help you to upgrade.
This is a beta version and should be stable and feature complete enough to be representative for the 4.0 release.
See here for the beta1 changes.
Changes:
- #1879: Add NpmPackageResolver [STU3]
- #1963: Removed file FhirNetApi.snk.enc
- #1976: Updated common for FiveWs
- #1980: Move some client classes to common [STU3]:
ResourceReferenceExtensions
SearchParamsExtensions
TokenExtensions
- #1969: Validator checks if invariants don't result in empty anymore [STU3]
- #1988: Removed FHIR Core packages from the specification project
- #1995: Adds Package client to the FHIR package source
- #1998: Make LegacyFhirClient obsolete
4.0.0-beta2 for R5 (release 20220304)
This is the second preview of version 4.0.0.
Version 4.0.0 contains:
- New and faster Json deserializer (parser) and serializer. We use the
System.Text.Json
library now. See documentation about this new serializer on this page - New and faster Xml serializer. The deserializer will be released in following release.
- We don't target framework
netstandard1.6
anymore, but addednet6.0
. So the following frameworks are supported:net6.0
,netstandard2.0
andnet452
. Sincenet452
will no longer be supported by Microsoft on April 26, 2022, versionnet452
will only be available in this major version (4.x) - The interface
ITerminologyService
is moved to the common libraryHl7.Fhir.Support.Poco
- Cleaned up some stale code
- New package icon
- And lots more
We tried to keep the backwards incompatible changes as minimum as possible. See here for an overview of those changes. This document can help you to upgrade.
This is a beta version and should be stable and feature complete enough to be representative for the 4.0 release.
See here for the beta1 changes.
Changes:
- #1879: Add NpmPackageResolver [STU3]
- #1963: Removed file FhirNetApi.snk.enc
- #1976: Updated common for FiveWs
- #1980: Move some client classes to common [STU3]:
ResourceReferenceExtensions
SearchParamsExtensions
TokenExtensions
- #1969: Validator checks if invariants don't result in empty anymore [STU3]
- #1988: Removed FHIR Core packages from the specification project
- #1995: Adds Package client to the FHIR package source
- #1998: Make LegacyFhirClient obsolete
4.0.0-beta2 for R4B (release 20220304)
This is the second preview of version 4.0.0.
Version 4.0.0 contains:
- New and faster Json deserializer (parser) and serializer. We use the
System.Text.Json
library now. See documentation about this new serializer on this page - New and faster Xml serializer. The deserializer will be released in following release.
- We don't target framework
netstandard1.6
anymore, but addednet6.0
. So the following frameworks are supported:net6.0
,netstandard2.0
andnet452
. Sincenet452
will no longer be supported by Microsoft on April 26, 2022, versionnet452
will only be available in this major version (4.x) - The interface
ITerminologyService
is moved to the common libraryHl7.Fhir.Support.Poco
- Cleaned up some stale code
- New package icon
- And lots more
We tried to keep the backwards incompatible changes as minimum as possible. See here for an overview of those changes. This document can help you to upgrade.
This is a beta version and should be stable and feature complete enough to be representative for the 4.0 release.
See here for the beta1 changes.
Changes:
- #1879: Add NpmPackageResolver [STU3]
- #1963: Removed file FhirNetApi.snk.enc
- #1976: Updated common for FiveWs
- #1980: Move some client classes to common [STU3]:
ResourceReferenceExtensions
SearchParamsExtensions
TokenExtensions
- #1969: Validator checks if invariants don't result in empty anymore [STU3]
- #1988: Removed FHIR Core packages from the specification project
- #1995: Adds Package client to the FHIR package source
- #1998: Make LegacyFhirClient obsolete
4.0.0-beta2 for R4 (release 20220304)
This is the second preview of version 4.0.0.
Version 4.0.0 contains:
- New and faster Json deserializer (parser) and serializer. We use the
System.Text.Json
library now. See documentation about this new serializer on this page - New and faster Xml serializer. The deserializer will be released in following release.
- We don't target framework
netstandard1.6
anymore, but addednet6.0
. So the following frameworks are supported:net6.0
,netstandard2.0
andnet452
. Sincenet452
will no longer be supported by Microsoft on April 26, 2022, versionnet452
will only be available in this major version (4.x) - The interface
ITerminologyService
is moved to the common libraryHl7.Fhir.Support.Poco
- Cleaned up some stale code
- New package icon
- And lots more
We tried to keep the backwards incompatible changes as minimum as possible. See here for an overview of those changes. This document can help you to upgrade.
This is a beta version and should be stable and feature complete enough to be representative for the 4.0 release.
See here for the beta1 changes.
Changes:
- #1879: Add NpmPackageResolver [STU3]
- #1963: Removed file FhirNetApi.snk.enc
- #1976: Updated common for FiveWs
- #1980: Move some client classes to common [STU3]:
ResourceReferenceExtensions
SearchParamsExtensions
TokenExtensions
- #1969: Validator checks if invariants don't result in empty anymore [STU3]
- #1988: Removed FHIR Core packages from the specification project
- #1995: Adds Package client to the FHIR package source
- #1998: Make LegacyFhirClient obsolete
3.8.1 for STU3 (release 20220304) HOTFIX
Hotfix for the SnapshotGenerator. This fix solves issue #1824
Changes:
This list of changes was auto generated.
3.8.1 for R5 (release 20220304) HOTFIX
Hotfix for the SnapshotGenerator. This fix solves issue #1824
Changes:
- #2003: Maintenance: Update develop-r5 with develop-r4B
- #2002: Maintenance: Update develop-r4B with develop-r4
- #2001: Maintenance: Update develop-r4 with develop-stu3
- #2000: Fix for PR #1990 (R4)
- #1990: 3-way merge of cardinality of an element
- #1999: Fix for PR #1990
- #1993: Forward merge of develop-r4B-> develop-r5
- #1992: Forward merge of develop-r4-> develop-r4B
- #1991: Forward merge of develop-stu3 -> develop-r4
This list of changes was auto generated.
3.8.1 for R4B (release 20220304) HOTFIX
Hotfix for the SnapshotGenerator. This fix solves issue #1824
Changes:
- #2002: Maintenance: Update develop-r4B with develop-r4
- #2001: Maintenance: Update develop-r4 with develop-stu3
- #2000: Fix for PR #1990 (R4)
- #1990: 3-way merge of cardinality of an element
- #1999: Fix for PR #1990
- #1992: Forward merge of develop-r4-> develop-r4B
- #1991: Forward merge of develop-stu3 -> develop-r4
This list of changes was auto generated.