-
Work in Progress
-
v2025.210
- Updated NuGet dependencies:
» fhir-candle
MailKit 4.9.0 -> 4.10.0
OpenTelemetry 1.11.0 -> 1.11.1
OpenTelemetry.Exporter.Console 1.11.0 -> 1.11.1
OpenTelemetry.Exporter.OpenTelemetryProtocol 1.11.0 -> 1.11.1
OpenTelemetry.Extensions.Hosting 1.11.0 -> 1.11.1
OpenTelemetry.Instrumentation.AspNetCore 1.10.1 -> 1.11.0
System.IdentityModel.Tokens.Jwt 8.3.1 -> 8.4.0
» fhir-candle.Tests
Hl7.Fhir.R4 5.11.2 -> 5.11.3
Hl7.Fhir.R4B 5.11.2 -> 5.11.3
Hl7.Fhir.R5 5.11.2 -> 5.11.3
Microsoft.NET.Test.Sdk 17.12.0 -> 17.13.0
xunit.runner.visualstudio 3.0.1 -> 3.0.2
» FhirCandle.Common
Microsoft.IdentityModel.Tokens 8.3.1 -> 8.4.0
» FhirCandle.R4
Hl7.Fhir.R4 5.11.2 -> 5.11.3
» FhirCandle.R4B
Hl7.Fhir.R4B 5.11.2 -> 5.11.3
» FhirCandle.R5
Hl7.Fhir.R5 5.11.2 -> 5.11.3
- Updated Language version to 13.
- Updated projects to multi-target .Net 8.0 and .Net 9.0.
- Updated references specific to .Net 9.0:
Microsoft.AspNetCore.Components.Web 8.0.12 -> 9.0.1
- Updated references specific to .Net 9.0:
- Updated docker image for multi-platform support (
linux/arm64
andlinux/amd64
). - Some additions for US Core Patient Data Feed subscriptions testing (WIP)
- Updated NuGet dependencies:
-
v2025.206
- Added support for compartment-based searching.
- Default listeners automatically support compartments defined in core.
- Clients can store
CompartmentDefinition
resources, which update or add to existing compartments.
- Fixed issue with
FhirRequestContext
incorrectly allowing someHEAD
requests that are not cacheable. - First pass of SMART scope-based filtering for search.
- Limited to testing of
match
results. - Does not filter inclusions yet.
- Does not test granular scopes yet.
- Limited to testing of
- Added support for compartment-based searching.
-
v2025.129
- Added commit log
- Added CSS fonts for monospace content.
- Removed
FluentAssertions
(6.12.0
) and replaced withShouldly
(4.3.0
) due to license changes. - Changed FHIR JSON serialization and parsing to System.Text.Json versions.
- Updated NuGet dependencies
- Updated
BlazorMonaco
from3.2.0
to3.3.0
- Updated
Firely.Fhir.Packages
from4.7.0
to4.9.0
- Updated
Hl7.Fhir.R4
from5.9.1
to5.11.2
- Updated
Hl7.Fhir.R4B
from5.9.1
to5.11.2
- Updated
Hl7.Fhir.R5
from5.9.1
to5.11.2
- Updated
MailKit
from4.7.1.1
to4.9.0
- Updated
Microsoft.AspNetCore.Components.Web
from8.0.8
to8.0.12
- Updated
Microsoft.Extensions.Hosting.Abstractions
from8.0.0
to9.0.1
- Updated
Microsoft.FluentUI.AspNetCore.Components
from4.9.3
to4.11.3
- Updated
Microsoft.FluentUI.AspNetCore.Components.Emoji
from4.6.0
to4.11.3
- Updated
Microsoft.FluentUI.AspNetCore.Components.Icons
from4.9.3
to4.11.3
- Updated
Microsoft.IdentityModel.Tokens
from8.0.2
to8.3.1
- Updated
Microsoft.NET.Test.Sdk
from17.10.0
to17.12.0
- Updated
OpenTelemetry
from1.9.0
to1.11.0
- Updated
OpenTelemetry.Exporter.Console
from1.9.0
to1.11.0
- Updated
OpenTelemetry.Exporter.OpenTelemetryProtocol
from1.9.0
to1.11.0
- Updated
OpenTelemetry.Extensions.Hosting
from1.9.0
to1.11.0
- Updated
OpenTelemetry.Instrumentation.AspNetCore
from1.9.0
to1.11.0
- Updated
System.IdentityModel.Tokens.Jwt
from8.0.2
to8.3.1
- Updated
xunit
from2.9.0
to2.9.3
- Updated
xunit.runner.visualstudio
from2.8.2
to3.0.1
- Updated
- Added initial support for
transaction
Bundle processing (note: rollback is NOT implemented). - Added support for processing
batch
andtransaction
bundles in pre-loaded content (instead of storing them). - Fixed issue causing the same folder content to be loaded twice in certain combinations of command line arguments.
- Added GC collection after the initial content load to reduce memory usage.
- Added support for
_sort
in search. - Merged PR 20
- Initial fix for Issue #18 via configuration option.
- Initial support for compartment searches.
- Additional fix for Issue #18
- Modified FHIR Controller to not return a body when returning a
304
status.
- Modified FHIR Controller to not return a body when returning a
- Added initial support for reverse chaining.
- Fixed issue with POSTed searches not reading parameters correctly.
-
v2024.910 - PR 14
- f220fcc Fix: Inverted string search test in some combinations.
-
v2024.909 - PR 13
- 77beafc Fix: Only allow source content loads from a single directory if there are no subdirectories for tenant/endpoint names.
-
Previous content
- See commit log