Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump FirelySdkVersion from 5.2.0 to 5.3.0 #147

Merged
merged 4 commits into from
Aug 9, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 28, 2023

Bumps FirelySdkVersion from 5.2.0 to 5.3.0.
Updates Hl7.Fhir.Base from 5.2.0 to 5.3.0

Release notes

Sourced from Hl7.Fhir.Base's releases.

5.3.0

Intro:

Highlights of this new release:

  • The MultiTerminologyService has been extended with a routing mechanism, so you can customize which ValueSets should be handled by which service.
  • The FhirDateTime, Date and Time types now avoid re-parsing their values for every operation, increasing their performance dramatically.
  • Resources now implement IIdentifiable and ICoded for easy polymorphic access to the identifiers and codes in a resource. See https://docs.fire.ly/projects/Firely-NET-SDK/model/other-features.html.
  • Work has been done to use the SDK's POCO's in the upcoming .NET CQL engine.

Changes:

Bugfixes:

  • #2395: fhirpath resolve() should work on a collection input
  • #2482: STU3 ConformanceSummaryProperties.IsConformanceSummary throws an exception if the properties bag does not contain a value for TypeName

Others:

  • #2552: Update release-notes.md
  • #2549: Add wildcard support to MultiTerminologyService routing
  • #2551: Release notes: added MultiTerminologyService routing to the notes
  • #2548: feature: create factory methods for "core" terminology service
  • #2546: 2533 Improve performance of Time POCO
  • #2535: Add routing mechanism to the MultiTerminologyService
  • #2541: 2534 Improve performance of Date handling
  • #2545: Changed a spelling mistake
  • #2539: 2205 Add IIdentifiable and ICoded to POCOs
  • #2529: 2490 Improve performance of FhirDateTime
  • #2536: Refactored TransactionBuilder to include fullUrl in Bundle.Entry for every operation
  • #2530: #2395: FhirPath function resolve() works now on a collection.
  • #2537: Bump MSTest.TestFramework from 3.0.4 to 3.1.1
  • #2538: Bump MSTest.TestAdapter from 3.0.4 to 3.1.1
  • #2486: Bump MSTest.TestFramework from 2.2.10 to 3.0.4
  • #2523: Bump xunit.runner.visualstudio from 2.4.5 to 2.5.0
  • #2524: Bump xunit from 2.4.2 to 2.5.0
  • #2528: Bump BenchmarkDotNet from 0.13.5 to 0.13.6
  • #2492: Re-generate model with default codesystems
  • #2522: Support new R5 elements in snapshot generator
  • #2521: fix: MimeType terminology service incorrectly returned false when an unknown system was supplied.
  • #2514: Adding instructions to Readme on how to use pre-release packages
  • #2512: Bump Microsoft.NET.Test.Sdk from 17.6.2 to 17.6.3
  • #2507: Improve FhirPath expression cache unit test to not use timers anymore
  • #2506: Support STU3 mime type vs url in MimeTypeTerminologyService

... (truncated)

Commits
  • 18588ab Bump version to version 5.3.0
  • e895bbf Merge pull request #2552 from FirelyTeam/ewoutkramer-patch-1
  • 1484bfa Merge branch 'develop' into ewoutkramer-patch-1
  • add2de2 Merge pull request #2549 from FirelyTeam/feature/add-wildcard-to-multi-term-r...
  • af396b3 Update release-notes.md
  • b4e10b3 Make class FileSystemName internal
  • 8398684 Merge branch 'develop' into feature/add-wildcard-to-multi-term-routing
  • 05d7a90 Merge pull request #2551 from FirelyTeam/documentation/added-routing-to-relea...
  • dbfb999 added multi term service routing to release notes
  • 74ad67a using System.IO.Enumeration.FileSystemName.MatchesSimpleExpression instead of...
  • Additional commits viewable in compare view

Updates Hl7.Fhir.Conformance from 5.2.0 to 5.3.0

Release notes

Sourced from Hl7.Fhir.Conformance's releases.

5.3.0

Intro:

Highlights of this new release:

  • The MultiTerminologyService has been extended with a routing mechanism, so you can customize which ValueSets should be handled by which service.
  • The FhirDateTime, Date and Time types now avoid re-parsing their values for every operation, increasing their performance dramatically.
  • Resources now implement IIdentifiable and ICoded for easy polymorphic access to the identifiers and codes in a resource. See https://docs.fire.ly/projects/Firely-NET-SDK/model/other-features.html.
  • Work has been done to use the SDK's POCO's in the upcoming .NET CQL engine.

Changes:

Bugfixes:

  • #2395: fhirpath resolve() should work on a collection input
  • #2482: STU3 ConformanceSummaryProperties.IsConformanceSummary throws an exception if the properties bag does not contain a value for TypeName

Others:

  • #2552: Update release-notes.md
  • #2549: Add wildcard support to MultiTerminologyService routing
  • #2551: Release notes: added MultiTerminologyService routing to the notes
  • #2548: feature: create factory methods for "core" terminology service
  • #2546: 2533 Improve performance of Time POCO
  • #2535: Add routing mechanism to the MultiTerminologyService
  • #2541: 2534 Improve performance of Date handling
  • #2545: Changed a spelling mistake
  • #2539: 2205 Add IIdentifiable and ICoded to POCOs
  • #2529: 2490 Improve performance of FhirDateTime
  • #2536: Refactored TransactionBuilder to include fullUrl in Bundle.Entry for every operation
  • #2530: #2395: FhirPath function resolve() works now on a collection.
  • #2537: Bump MSTest.TestFramework from 3.0.4 to 3.1.1
  • #2538: Bump MSTest.TestAdapter from 3.0.4 to 3.1.1
  • #2486: Bump MSTest.TestFramework from 2.2.10 to 3.0.4
  • #2523: Bump xunit.runner.visualstudio from 2.4.5 to 2.5.0
  • #2524: Bump xunit from 2.4.2 to 2.5.0
  • #2528: Bump BenchmarkDotNet from 0.13.5 to 0.13.6
  • #2492: Re-generate model with default codesystems
  • #2522: Support new R5 elements in snapshot generator
  • #2521: fix: MimeType terminology service incorrectly returned false when an unknown system was supplied.
  • #2514: Adding instructions to Readme on how to use pre-release packages
  • #2512: Bump Microsoft.NET.Test.Sdk from 17.6.2 to 17.6.3
  • #2507: Improve FhirPath expression cache unit test to not use timers anymore
  • #2506: Support STU3 mime type vs url in MimeTypeTerminologyService

... (truncated)

Commits
  • 18588ab Bump version to version 5.3.0
  • e895bbf Merge pull request #2552 from FirelyTeam/ewoutkramer-patch-1
  • 1484bfa Merge branch 'develop' into ewoutkramer-patch-1
  • add2de2 Merge pull request #2549 from FirelyTeam/feature/add-wildcard-to-multi-term-r...
  • af396b3 Update release-notes.md
  • b4e10b3 Make class FileSystemName internal
  • 8398684 Merge branch 'develop' into feature/add-wildcard-to-multi-term-routing
  • 05d7a90 Merge pull request #2551 from FirelyTeam/documentation/added-routing-to-relea...
  • dbfb999 added multi term service routing to release notes
  • 74ad67a using System.IO.Enumeration.FileSystemName.MatchesSimpleExpression instead of...
  • Additional commits viewable in compare view

Updates Hl7.Fhir.R4 from 5.2.0 to 5.3.0

Release notes

Sourced from Hl7.Fhir.R4's releases.

5.3.0

Intro:

Highlights of this new release:

  • The MultiTerminologyService has been extended with a routing mechanism, so you can customize which ValueSets should be handled by which service.
  • The FhirDateTime, Date and Time types now avoid re-parsing their values for every operation, increasing their performance dramatically.
  • Resources now implement IIdentifiable and ICoded for easy polymorphic access to the identifiers and codes in a resource. See https://docs.fire.ly/projects/Firely-NET-SDK/model/other-features.html.
  • Work has been done to use the SDK's POCO's in the upcoming .NET CQL engine.

Changes:

Bugfixes:

  • #2395: fhirpath resolve() should work on a collection input
  • #2482: STU3 ConformanceSummaryProperties.IsConformanceSummary throws an exception if the properties bag does not contain a value for TypeName

Others:

  • #2552: Update release-notes.md
  • #2549: Add wildcard support to MultiTerminologyService routing
  • #2551: Release notes: added MultiTerminologyService routing to the notes
  • #2548: feature: create factory methods for "core" terminology service
  • #2546: 2533 Improve performance of Time POCO
  • #2535: Add routing mechanism to the MultiTerminologyService
  • #2541: 2534 Improve performance of Date handling
  • #2545: Changed a spelling mistake
  • #2539: 2205 Add IIdentifiable and ICoded to POCOs
  • #2529: 2490 Improve performance of FhirDateTime
  • #2536: Refactored TransactionBuilder to include fullUrl in Bundle.Entry for every operation
  • #2530: #2395: FhirPath function resolve() works now on a collection.
  • #2537: Bump MSTest.TestFramework from 3.0.4 to 3.1.1
  • #2538: Bump MSTest.TestAdapter from 3.0.4 to 3.1.1
  • #2486: Bump MSTest.TestFramework from 2.2.10 to 3.0.4
  • #2523: Bump xunit.runner.visualstudio from 2.4.5 to 2.5.0
  • #2524: Bump xunit from 2.4.2 to 2.5.0
  • #2528: Bump BenchmarkDotNet from 0.13.5 to 0.13.6
  • #2492: Re-generate model with default codesystems
  • #2522: Support new R5 elements in snapshot generator
  • #2521: fix: MimeType terminology service incorrectly returned false when an unknown system was supplied.
  • #2514: Adding instructions to Readme on how to use pre-release packages
  • #2512: Bump Microsoft.NET.Test.Sdk from 17.6.2 to 17.6.3
  • #2507: Improve FhirPath expression cache unit test to not use timers anymore
  • #2506: Support STU3 mime type vs url in MimeTypeTerminologyService

... (truncated)

Commits
  • 18588ab Bump version to version 5.3.0
  • e895bbf Merge pull request #2552 from FirelyTeam/ewoutkramer-patch-1
  • 1484bfa Merge branch 'develop' into ewoutkramer-patch-1
  • add2de2 Merge pull request #2549 from FirelyTeam/feature/add-wildcard-to-multi-term-r...
  • af396b3 Update release-notes.md
  • b4e10b3 Make class FileSystemName internal
  • 8398684 Merge branch 'develop' into feature/add-wildcard-to-multi-term-routing
  • 05d7a90 Merge pull request #2551 from FirelyTeam/documentation/added-routing-to-relea...
  • dbfb999 added multi term service routing to release notes
  • 74ad67a using System.IO.Enumeration.FileSystemName.MatchesSimpleExpression instead of...
  • Additional commits viewable in compare view

Updates Hl7.Fhir.R5 from 5.2.0 to 5.3.0

Release notes

Sourced from Hl7.Fhir.R5's releases.

5.3.0

Intro:

Highlights of this new release:

  • The MultiTerminologyService has been extended with a routing mechanism, so you can customize which ValueSets should be handled by which service.
  • The FhirDateTime, Date and Time types now avoid re-parsing their values for every operation, increasing their performance dramatically.
  • Resources now implement IIdentifiable and ICoded for easy polymorphic access to the identifiers and codes in a resource. See https://docs.fire.ly/projects/Firely-NET-SDK/model/other-features.html.
  • Work has been done to use the SDK's POCO's in the upcoming .NET CQL engine.

Changes:

Bugfixes:

  • #2395: fhirpath resolve() should work on a collection input
  • #2482: STU3 ConformanceSummaryProperties.IsConformanceSummary throws an exception if the properties bag does not contain a value for TypeName

Others:

  • #2552: Update release-notes.md
  • #2549: Add wildcard support to MultiTerminologyService routing
  • #2551: Release notes: added MultiTerminologyService routing to the notes
  • #2548: feature: create factory methods for "core" terminology service
  • #2546: 2533 Improve performance of Time POCO
  • #2535: Add routing mechanism to the MultiTerminologyService
  • #2541: 2534 Improve performance of Date handling
  • #2545: Changed a spelling mistake
  • #2539: 2205 Add IIdentifiable and ICoded to POCOs
  • #2529: 2490 Improve performance of FhirDateTime
  • #2536: Refactored TransactionBuilder to include fullUrl in Bundle.Entry for every operation
  • #2530: #2395: FhirPath function resolve() works now on a collection.
  • #2537: Bump MSTest.TestFramework from 3.0.4 to 3.1.1
  • #2538: Bump MSTest.TestAdapter from 3.0.4 to 3.1.1
  • #2486: Bump MSTest.TestFramework from 2.2.10 to 3.0.4
  • #2523: Bump xunit.runner.visualstudio from 2.4.5 to 2.5.0
  • #2524: Bump xunit from 2.4.2 to 2.5.0
  • #2528: Bump BenchmarkDotNet from 0.13.5 to 0.13.6
  • #2492: Re-generate model with default codesystems
  • #2522: Support new R5 elements in snapshot generator
  • #2521: fix: MimeType terminology service incorrectly returned false when an unknown system was supplied.
  • #2514: Adding instructions to Readme on how to use pre-release packages
  • #2512: Bump Microsoft.NET.Test.Sdk from 17.6.2 to 17.6.3
  • #2507: Improve FhirPath expression cache unit test to not use timers anymore
  • #2506: Support STU3 mime type vs url in MimeTypeTerminologyService

... (truncated)

Commits
  • 18588ab Bump version to version 5.3.0
  • e895bbf Merge pull request #2552 from FirelyTeam/ewoutkramer-patch-1
  • 1484bfa Merge branch 'develop' into ewoutkramer-patch-1
  • add2de2 Merge pull request #2549 from FirelyTeam/feature/add-wildcard-to-multi-term-r...
  • af396b3 Update release-notes.md
  • b4e10b3 Make class FileSystemName internal
  • 8398684 Merge branch 'develop' into feature/add-wildcard-to-multi-term-routing
  • 05d7a90 Merge pull request #2551 from FirelyTeam/documentation/added-routing-to-relea...
  • dbfb999 added multi term service routing to release notes
  • 74ad67a using System.IO.Enumeration.FileSystemName.MatchesSimpleExpression instead of...
  • Additional commits viewable in compare view

Updates Hl7.Fhir.Specification.Data.R5 from 5.2.0 to 5.3.0

Release notes

Sourced from Hl7.Fhir.Specification.Data.R5's releases.

5.3.0

Intro:

Highlights of this new release:

  • The MultiTerminologyService has been extended with a routing mechanism, so you can customize which ValueSets should be handled by which service.
  • The FhirDateTime, Date and Time types now avoid re-parsing their values for every operation, increasing their performance dramatically.
  • Resources now implement IIdentifiable and ICoded for easy polymorphic access to the identifiers and codes in a resource. See https://docs.fire.ly/projects/Firely-NET-SDK/model/other-features.html.
  • Work has been done to use the SDK's POCO's in the upcoming .NET CQL engine.

Changes:

Bugfixes:

  • #2395: fhirpath resolve() should work on a collection input
  • #2482: STU3 ConformanceSummaryProperties.IsConformanceSummary throws an exception if the properties bag does not contain a value for TypeName

Others:

  • #2552: Update release-notes.md
  • #2549: Add wildcard support to MultiTerminologyService routing
  • #2551: Release notes: added MultiTerminologyService routing to the notes
  • #2548: feature: create factory methods for "core" terminology service
  • #2546: 2533 Improve performance of Time POCO
  • #2535: Add routing mechanism to the MultiTerminologyService
  • #2541: 2534 Improve performance of Date handling
  • #2545: Changed a spelling mistake
  • #2539: 2205 Add IIdentifiable and ICoded to POCOs
  • #2529: 2490 Improve performance of FhirDateTime
  • #2536: Refactored TransactionBuilder to include fullUrl in Bundle.Entry for every operation
  • #2530: #2395: FhirPath function resolve() works now on a collection.
  • #2537: Bump MSTest.TestFramework from 3.0.4 to 3.1.1
  • #2538: Bump MSTest.TestAdapter from 3.0.4 to 3.1.1
  • #2486: Bump MSTest.TestFramework from 2.2.10 to 3.0.4
  • #2523: Bump xunit.runner.visualstudio from 2.4.5 to 2.5.0
  • #2524: Bump xunit from 2.4.2 to 2.5.0
  • #2528: Bump BenchmarkDotNet from 0.13.5 to 0.13.6
  • #2492: Re-generate model with default codesystems
  • #2522: Support new R5 elements in snapshot generator
  • #2521: fix: MimeType terminology service incorrectly returned false when an unknown system was supplied.
  • #2514: Adding instructions to Readme on how to use pre-release packages
  • #2512: Bump Microsoft.NET.Test.Sdk from 17.6.2 to 17.6.3
  • #2507: Improve FhirPath expression cache unit test to not use timers anymore
  • #2506: Support STU3 mime type vs url in MimeTypeTerminologyService

... (truncated)

Commits
  • 18588ab Bump version to version 5.3.0
  • e895bbf Merge pull request #2552 from FirelyTeam/ewoutkramer-patch-1
  • 1484bfa Merge branch 'develop' into ewoutkramer-patch-1
  • add2de2 Merge pull request #2549 from FirelyTeam/feature/add-wildcard-to-multi-term-r...
  • af396b3 Update release-notes.md
  • b4e10b3 Make class FileSystemName internal
  • 8398684 Merge branch 'develop' into feature/add-wildcard-to-multi-term-routing
  • 05d7a90 Merge pull request #2551 from FirelyTeam/documentation/added-routing-to-relea...
  • dbfb999 added multi term service routing to release notes
  • 74ad67a using System.IO.Enumeration.FileSystemName.MatchesSimpleExpression instead of...
  • Additional commits viewable in compare view

Updates Hl7.Fhir.STU3 from 5.2.0 to 5.3.0

Release notes

Sourced from Hl7.Fhir.STU3's releases.

5.3.0

Intro:

Highlights of this new release:

  • The MultiTerminologyService has been extended with a routing mechanism, so you can customize which ValueSets should be handled by which service.
  • The FhirDateTime, Date and Time types now avoid re-parsing their values for every operation, increasing their performance dramatically.
  • Resources now implement IIdentifiable and ICoded for easy polymorphic access to the identifiers and codes in a resource. See https://docs.fire.ly/projects/Firely-NET-SDK/model/other-features.html.
  • Work has been done to use the SDK's POCO's in the upcoming .NET CQL engine.

Changes:

Bugfixes:

  • #2395: fhirpath resolve() should work on a collection input
  • #2482: STU3 ConformanceSummaryProperties.IsConformanceSummary throws an exception if the properties bag does not contain a value for TypeName

Others:

  • #2552: Update release-notes.md
  • #2549: Add wildcard support to MultiTerminologyService routing
  • #2551: Release notes: added MultiTerminologyService routing to the notes
  • #2548: feature: create factory methods for "core" terminology service
  • #2546: 2533 Improve performance of Time POCO
  • #2535: Add routing mechanism to the MultiTerminologyService
  • #2541: 2534 Improve performance of Date handling
  • #2545: Changed a spelling mistake
  • #2539: 2205 Add IIdentifiable and ICoded to POCOs
  • #2529: 2490 Improve performance of FhirDateTime
  • #2536: Refactored TransactionBuilder to include fullUrl in Bundle.Entry for every operation
  • #2530: #2395: FhirPath function resolve() works now on a collection.
  • #2537: Bump MSTest.TestFramework from 3.0.4 to 3.1.1
  • #2538: Bump MSTest.TestAdapter from 3.0.4 to 3.1.1
  • #2486: Bump MSTest.TestFramework from 2.2.10 to 3.0.4
  • #2523: Bump xunit.runner.visualstudio from 2.4.5 to 2.5.0
  • #2524: Bump xunit from 2.4.2 to 2.5.0
  • #2528: Bump BenchmarkDotNet from 0.13.5 to 0.13.6
  • #2492: Re-generate model with default codesystems
  • #2522: Support new R5 elements in snapshot generator
  • #2521: fix: MimeType terminology service incorrectly returned false when an unknown system was supplied.
  • #2514: Adding instructions to Readme on how to use pre-release packages
  • #2512: Bump Microsoft.NET.Test.Sdk from 17.6.2 to 17.6.3
  • #2507: Improve FhirPath expression cache unit test to not use timers anymore
  • #2506: Support STU3 mime type vs url in MimeTypeTerminologyService

... (truncated)

Commits
  • 18588ab Bump version to version 5.3.0
  • e895bbf Merge pull request #2552 from FirelyTeam/ewoutkramer-patch-1
  • 1484bfa Merge branch 'develop' into ewoutkramer-patch-1
  • add2de2 Merge pull request #2549 from FirelyTeam/feature/add-wildcard-to-multi-term-r...
  • af396b3 Update release-notes.md
  • b4e10b3 Make class FileSystemName internal
  • 8398684 Merge branch 'develop' into feature/add-wildcard-to-multi-term-routing
  • 05d7a90 Merge pull request #2551 from FirelyTeam/documentation/added-routing-to-relea...
  • dbfb999 added multi term service routing to release notes
  • 74ad67a using System.IO.Enumeration.FileSystemName.MatchesSimpleExpression instead of...
  • Additional commits viewable in compare view

Updates Hl7.Fhir.Specification.Data.STU3 from 5.2.0 to 5.3.0

Release notes

Sourced from Hl7.Fhir.Specification.Data.STU3's releases.

5.3.0

Intro:

Highlights of this new release:

  • The MultiTerminologyService has been extended with a routing mechanism, so you can customize which ValueSets should be handled by which service.
  • The FhirDateTime, Date and Time types now avoid re-parsing their values for every operation, increasing their performance dramatically.
  • Resources now implement IIdentifiable and ICoded for easy polymorphic access to the identifiers and codes in a resource. See https://docs.fire.ly/projects/Firely-NET-SDK/model/other-features.html.
  • Work has been done to use the SDK's POCO's in the upcoming .NET CQL engine.

Changes:

Bugfixes:

  • #2395: fhirpath resolve() should work on a collection input
  • #2482: STU3 ConformanceSummaryProperties.IsConformanceSummary throws an exception if the properties bag does not contain a value for TypeName

Others:

  • #2552: Update release-notes.md
  • #2549: Add wildcard support to MultiTerminologyService routing
  • #2551: Release notes: added MultiTerminologyService routing to the notes
  • #2548: feature: create factory methods for "core" terminology service
  • #2546: 2533 Improve performance of Time POCO
  • #2535: Add routing mechanism to the MultiTerminologyService
  • #2541: 2534 Improve performance of Date handling
  • #2545: Changed a spelling mistake
  • #2539: 2205 Add IIdentifiable and ICoded to POCOs
  • #2529: 2490 Improve performance of FhirDateTime
  • #2536: Refactored TransactionBuilder to include fullUrl in Bundle.Entry for every operation
  • #2530: #2395: FhirPath function resolve() works now on a collection.
  • #2537: Bump MSTest.TestFramework from 3.0.4 to 3.1.1
  • #2538: Bump MSTest.TestAdapter from 3.0.4 to 3.1.1
  • #2486: Bump MSTest.TestFramework from 2.2.10 to 3.0.4
  • #2523: Bump xunit.runner.visualstudio from 2.4.5 to 2.5.0
  • #2524: Bump xunit from 2.4.2 to 2.5.0
  • #2528: Bump BenchmarkDotNet from 0.13.5 to 0.13.6
  • #2492: Re-generate model with default codesystems
  • #2522: Support new R5 elements in snapshot generator
  • #2521: fix: MimeType terminology service incorrectly returned false when an unknown system was supplied.
  • #2514: Adding instructions to Readme on how to use pre-release packages
  • #2512: Bump Microsoft.NET.Test.Sdk from 17.6.2 to 17.6.3
  • #2507: Improve FhirPath expression cache unit test to not use timers anymore
  • #2506: Support STU3 mime type vs url in MimeTypeTerminologyService

... (truncated)

Commits
  • 18588ab Bump version to version 5.3.0
  • e895bbf Merge pull request #2552 from FirelyTeam/ewoutkramer-patch-1
  • 1484bfa Merge branch 'develop' into ewoutkramer-patch-1
  • add2de2 Merge pull request #2549 from FirelyTeam/feature/add-wildcard-to-multi-term-r...
  • af396b3 Update release-notes.md
  • b4e10b3 Make class FileSystemName internal
  • 8398684 Merge branch 'develop' into feature/add-wildcard-to-multi-term-routing
  • 05d7a90 Merge pull request #2551 from FirelyTeam/documentation/added-routing-to-relea...
  • dbfb999 added multi term service routing to release notes
  • 74ad67a using System.IO.Enumeration.FileSystemName.MatchesSimpleExpression instead of...
  • Additional commits viewable in compare view

Updates Hl7.Fhir.Specification.Data.R4 from 5.2.0 to 5.3.0

Release notes

Sourced from Hl7.Fhir.Specification.Data.R4's releases.

5.3.0

Intro:

Highlights of this new release:

  • The MultiTerminologyService has been extended with a routing mechanism, so you can customize which ValueSets should be handled by which service.
  • The FhirDateTime, Date and Time types now avoid re-parsing their values for every operation, increasing their performance dramatically.
  • Resources now implement IIdentifiable and ICoded for easy polymorphic access to the identifiers and codes in a resource. See https://docs.fire.ly/projects/Firely-NET-SDK/model/other-features.html.
  • Work has been done to use the SDK's POCO's in the upcoming .NET CQL engine.

Changes:

Bugfixes:

  • #2395: fhirpath resolve() should work on a collection input
  • #2482: STU3 ConformanceSummaryProperties.IsConformanceSummary throws an exception if the properties bag does not contain a value for TypeName

Others:

  • #2552: Update release-notes.md
  • #2549: Add wildcard support to MultiTerminologyService routing
  • #2551: Release notes: added MultiTerminologyService routing to the notes
  • #2548: feature: create factory methods for "core" terminology service
  • #2546: 2533 Improve performance of Time POCO
  • #2535: Add routing mechanism to the MultiTerminologyService
  • #2541: 2534 Improve performance of Date handling
  • #2545: Changed a spelling mistake
  • #2539: 2205 Add IIdentifiable and ICoded to POCOs
  • #2529: 2490 Improve performance of FhirDateTime
  • #2536: Refactored TransactionBuilder to include fullUrl in Bundle.Entry for every operation
  • #2530: #2395: FhirPath function resolve() works now on a collection.
  • #2537: Bump MSTest.TestFramework from 3.0.4 to 3.1.1
  • #2538: Bump MSTest.TestAdapter from 3.0.4 to 3.1.1
  • #2486: Bump MSTest.TestFramework from 2.2.10 to 3.0.4
  • #2523: Bump xunit.runner.visualstudio from 2.4.5 to 2.5.0
  • #2524: Bump xunit from 2.4.2 to 2.5.0
  • #2528: Bump BenchmarkDotNet from 0.13.5 to 0.13.6
  • #2492: Re-generate model with default codesystems
  • #2522: Support new R5 elements in snapshot generator
  • #2521: fix: MimeType terminology service incorrectly returned false when an unknown system was supplied.
  • #2514: Adding instructions to Readme on how to use pre-release packages
  • #2512: Bump Microsoft.NET.Test.Sdk from 17.6.2 to 17.6.3
  • #2507: Improve FhirPath expression cache unit test to not use timers anymore
  • #2506: Support STU3 mime type vs url in MimeTypeTerminologyService

... (truncated)

Commits
  • 18588ab Bump version to version 5.3.0
  • e895bbf Merge pull request #2552 from FirelyTeam/ewoutkramer-patch-1
  • 1484bfa Merge branch 'develop' into ewoutkramer-patch-1
  • add2de2 Merge pull request #2549 from FirelyTeam/feature/add-wildcard-to-multi-term-r...
  • af396b3 Update release-notes.md
  • b4e10b3 Make class FileSystemName internal
  • 8398684 Merge branch 'develop' into feature/add-wildcard-to-multi-term-routing
  • 05d7a90 Merge pull request #2551 from FirelyTeam/documentation/added-routing-to-relea...
  • dbfb999 added multi term service routing to release notes
  • 74ad67a using System.IO.Enumeration.FileSystemName.MatchesSimpleExpression instead of...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 28, 2023
@dependabot dependabot bot force-pushed the dependabot/nuget/FirelySdkVersion-5.3.0 branch from 0deee22 to e160c13 Compare August 4, 2023 10:25
Bumps `FirelySdkVersion` from 5.2.0 to 5.3.0.

Updates `Hl7.Fhir.Base` from 5.2.0 to 5.3.0
- [Release notes](https://github.com/FirelyTeam/firely-net-sdk/releases)
- [Changelog](https://github.com/FirelyTeam/firely-net-sdk/blob/develop/release-notes.md)
- [Commits](FirelyTeam/firely-net-sdk@v5.2.0...v5.3.0)

Updates `Hl7.Fhir.Conformance` from 5.2.0 to 5.3.0
- [Release notes](https://github.com/FirelyTeam/firely-net-sdk/releases)
- [Changelog](https://github.com/FirelyTeam/firely-net-sdk/blob/develop/release-notes.md)
- [Commits](FirelyTeam/firely-net-sdk@v5.2.0...v5.3.0)

Updates `Hl7.Fhir.R4` from 5.2.0 to 5.3.0
- [Release notes](https://github.com/FirelyTeam/firely-net-sdk/releases)
- [Changelog](https://github.com/FirelyTeam/firely-net-sdk/blob/develop/release-notes.md)
- [Commits](FirelyTeam/firely-net-sdk@v5.2.0...v5.3.0)

Updates `Hl7.Fhir.R5` from 5.2.0 to 5.3.0
- [Release notes](https://github.com/FirelyTeam/firely-net-sdk/releases)
- [Changelog](https://github.com/FirelyTeam/firely-net-sdk/blob/develop/release-notes.md)
- [Commits](FirelyTeam/firely-net-sdk@v5.2.0...v5.3.0)

Updates `Hl7.Fhir.Specification.Data.R5` from 5.2.0 to 5.3.0
- [Release notes](https://github.com/FirelyTeam/firely-net-sdk/releases)
- [Changelog](https://github.com/FirelyTeam/firely-net-sdk/blob/develop/release-notes.md)
- [Commits](FirelyTeam/firely-net-sdk@v5.2.0...v5.3.0)

Updates `Hl7.Fhir.STU3` from 5.2.0 to 5.3.0
- [Release notes](https://github.com/FirelyTeam/firely-net-sdk/releases)
- [Changelog](https://github.com/FirelyTeam/firely-net-sdk/blob/develop/release-notes.md)
- [Commits](FirelyTeam/firely-net-sdk@v5.2.0...v5.3.0)

Updates `Hl7.Fhir.Specification.Data.STU3` from 5.2.0 to 5.3.0
- [Release notes](https://github.com/FirelyTeam/firely-net-sdk/releases)
- [Changelog](https://github.com/FirelyTeam/firely-net-sdk/blob/develop/release-notes.md)
- [Commits](FirelyTeam/firely-net-sdk@v5.2.0...v5.3.0)

Updates `Hl7.Fhir.Specification.Data.R4` from 5.2.0 to 5.3.0
- [Release notes](https://github.com/FirelyTeam/firely-net-sdk/releases)
- [Changelog](https://github.com/FirelyTeam/firely-net-sdk/blob/develop/release-notes.md)
- [Commits](FirelyTeam/firely-net-sdk@v5.2.0...v5.3.0)

---
updated-dependencies:
- dependency-name: Hl7.Fhir.Base
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Hl7.Fhir.Conformance
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Hl7.Fhir.R4
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Hl7.Fhir.R5
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Hl7.Fhir.Specification.Data.R5
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Hl7.Fhir.STU3
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Hl7.Fhir.Specification.Data.STU3
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Hl7.Fhir.Specification.Data.R4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/FirelySdkVersion-5.3.0 branch from e160c13 to 9460ce0 Compare August 9, 2023 13:20
@mmsmits mmsmits enabled auto-merge August 9, 2023 13:27
@mmsmits mmsmits self-requested a review August 9, 2023 14:12
@mmsmits mmsmits merged commit 05d8ce8 into develop Aug 9, 2023
@mmsmits mmsmits deleted the dependabot/nuget/FirelySdkVersion-5.3.0 branch August 9, 2023 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant