Skip to content

5.5.0

Compare
Choose a tag to compare
@marcovisserFurore marcovisserFurore released this 10 Jan 15:04

Intro:

Highlights of this new release:

  • Added $process-message operation support in the FHIR client. Thanks @LodewijkSioen
  • Changes to the JsonSerializerOptions.
  • Updates dependencies to newest versions
  • Some minor fixes to the terminology services and the source node comparator

Note: From now on due to changes on the JsonSerializerOptions, inputted parameters are changed instead of returning a new instance to support service initialization better.
This change results in the fact that you cannot alter JsonSerializer options anymore after serializer or deserialization has occured.
This applies to the ForFhir(), Pretty(), and Compact() functionality.

Changes:

  • #2651: Modify JsonSerializationOptions instead of creating a new instance
  • #2654: Bump BenchmarkDotNet from 0.13.11 to 0.13.12
  • #2656: Bump System.Text.Json from 8.0.0 to 8.0.1
  • #2652: Bump xunit from 2.6.4 to 2.6.5
  • #2645: Bump xunit.runner.visualstudio from 2.5.5 to 2.5.6
  • #2650: LocalTerminologyService returns original FhirOperationException from getExpandedValueSet
  • #2649: Missed another return in SourceNodeComparator
  • #2646: Bump xunit from 2.6.3 to 2.6.4
  • #2648: Add missing returns to SourceNodeComparator
  • #2641: Added missing R5 extension types, removed one that isn't in the spec
See More
  • #2639: Move IScopedNode to firely-validation-api
  • #2638: Bump xunit.runner.visualstudio from 2.5.4 to 2.5.5
  • #2637: Bump xunit from 2.6.2 to 2.6.3
  • #2582: VONK-5093: introducing IScopedNode
  • #2636: Bump BenchmarkDotNet from 0.13.10 to 0.13.11
  • #2635: Add IAsyncResourceResolver support to SnapshotSource
  • #2634: Add Process message operation
  • #2629: Bump xunit from 2.6.1 to 2.6.2
  • #2628: Bump xunit.runner.visualstudio from 2.5.3 to 2.5.4
  • #2624: Bump System.Threading.Tasks.Dataflow from 7.0.0 to 8.0.0
  • #2623: Bump System.Text.Json from 7.0.3 to 8.0.0
  • #2626: Bump Microsoft.SourceLink.GitHub from 1.1.1 to 8.0.0
  • #2619: Bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0
  • #2616: Bump xunit from 2.5.3 to 2.6.1
  • #2614: Bump BenchmarkDotNet from 0.13.9 to 0.13.10

This list of changes was auto generated.