Skip to content

Commit

Permalink
Merge pull request #2552 from FirelyTeam/ewoutkramer-patch-1
Browse files Browse the repository at this point in the history
Update release-notes.md
  • Loading branch information
marcovisserFurore authored Jul 27, 2023
2 parents add2de2 + 1484bfa commit e895bbf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## Intro:
In this release we have a couple of new additions:
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 `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.

0 comments on commit e895bbf

Please sign in to comment.