github microsoft/fhir-server release/2.2.82
2.2.82

3 years ago

Changes:

Updates applicable to both persistence providers

e4a2a80 Matched resources should not also be _included (#2448)

  • Adds a filter so that if a resource is in the "matched" set of results, it should not also be there as an "include".
  • Limitation: this is only for the current page, it doesn't guarantee uniqueness across pages.
  • Addresses #2037

9bbfead Add bundle notification (#2429)

  • Emits a notification when a bundle is done being processed

a06f26f Enables PUT creates on versioned update. (#2457)

  • Implements the ability to create a new resource with a PUT request without an if-match header when the versioning policy is configured to versioned-update.

203f9c7 Add fix for URL search (#2412)

  • In the Reindex Worker if a search parameter's url is different escaped vs unescaped it can't be fetched when looking for new search parameters.

Updates applicable to SQL implementation only

3adb930 Add primary keys to the fhir tables (#2353)

8b174b4 Remove primary key from tables (#2466)

  • Removes the Primary key from three tables

a97ca8b add import metric notification (#2447)

  • Send import operation metric notification

9a5ab7e Remove duplicate search parameters (#2411)

  • Remove duplicate search indices and added hashcode implementation for search values in parity with equals() implementation
    so that searchIndices.Distinct() method returns appropriate results.

8cd8588 add comparer (#2436)

  • Case insensitive distinct for token text import.

Updates applicable to Cosmos implementation only

3b33cea Rewrite CompartmentSearch to main search index in Cosmos (#2430)

  • Rewrite CompartmentSearch to main search index in Cosmos.

Documentation & Process Updates

aeddc67 Update Deploy to Azure image link (#2440)

9034a23 Fix CI deploy pipeline (#2404)

  • Adds a missing stage to the CI deploy pipeline

0f2bb9b Adds http file with a versioned update example. (#2423)

  • With the disable history feature allowing users to set the versioning policy in app settings, the versioning policy can be configured to versioned-update, where users must provide the most recent version of the resource they would like to update in the if-match header. This PR adds an .http file outlining a manual test flow.

Test Updates

524c28b Fix error logging delete attempts (#2432)

  • Addresses issues with delete During cleanup when trying to delete any added searchparameters from the test, the delete can have issues.

290d3ed Fix output format for custom search tests (#2452)

  • Fix the format of the output sting

Package Updates

afe24b2 Bump Microsoft.Azure.Cosmos from 3.22.1 to 3.23.0 (#2444)
88a7d24 Bump System.Diagnostics.PerformanceCounter from 5.0.1 to 6.0.0 (#2421)
f3ebd1f Bump Microsoft.ApplicationInsights.AspNetCore from 2.19.0 to 2.20.0 (#2417)
3e4c20d Bump Microsoft.Extensions.Logging.ApplicationInsights (#2416)
8c39f5e Bump HealthcareSharedPackageVersion from 3.2.45 to 4.0.6 (#2414)
2fad81a Bump MediatR from 9.0.0 to 10.0.1 (#2425)
d953ed6 Bump Microsoft.Extensions.Http.Polly from 6.0.0 to 6.0.1 (#2426)
bc1bb40 Bump Polly from 7.2.2 to 7.2.3 (#2439)
ca37a8a Bump FluentValidation from 10.3.5 to 10.3.6 (#2438)
8ddf6ef Bump System.Text.Encodings.Web from 5.0.1 to 6.0.0 (#2441)

This list of changes was auto generated. These changes were included in the March release of Azure Health Data Services and the Azure API for FHIR.

Don't miss a new fhir-server release

NewReleases is sending notifications on new releases.