Skip to content

Releases: microsoft/fhir-server

3.4.198

17 Jun 01:07
e01be6e
Compare
Choose a tag to compare

Test / Pipeline changes

  • [Impacts only Azure Health Data Services (SQL)] Schema Migration: Added hints to copy section by @SergeyGaluzo in #3346
  • inferno: revising trademark symbol to unicode by @v-mserdar in #3353

Package Updates

Full Changelog: release/3.4.190...release/3.4.198

3.4.190

10 Jun 01:07
3379700
Compare
Choose a tag to compare

Feature changes

  • [Impacts only Cosmos DB persistence layer] Breaking Changes & Warnings 🛠 Moves Cosmos Export to QueueClient. This will result in name changes, for exported file and default storage account name. Added by @brendankowitz in #3169
  • [Impacts only SQL persistence layer] Added SearchParameter Data Action for selectable search parameter by @PTaladay in #3331
  • [Impacts only SQL persistence layer] Incremental import: Adding parameter to merge to regenerate last updated without overlaps if values are not provided on input. by @SergeyGaluzo in #3337

Bug Fixes

  • [Impacts only SQL persistence layer] Improve import parellization by fixing queue logic in rebuild indexes by @SergeyGaluzo in #3313
  • [Impacts only SQL persistence layer] Retries added to $import when it fails intermittently with reader on closed connection by @SergeyGaluzo in #3326 and #3335
  • [Impacts only SQL persistence layer] Force plan on empty database in GetResources by @SergeyGaluzo in #3321
  • [Impacts $convert-data operation] Custom request without External MI configured results in 500 "unknown" error, to avoid issue added check for Container Registry token on custom requests by @ShaunDonn in #3320
  • [Impacts $convert-data operation] Ensure $convert template providers read from cache by @wi-y in #3318
  • [Impacts only SQL persistence layer] Honor explicit timeout of 30 seconds on SQL retries by @SergeyGaluzo in #3328
  • [Impacts only SQL persistence layer] Retries on async calls and timeouts by @SergeyGaluzo in #3336
  • [Impacts only SQL persistence layer] Import operation keeps retrying when file size is greater than 2GB. This fixes int overflow on offset calculation by @SergeyGaluzo in #3342
  • [Impacts only SQL persistence layer] For Patient and group level export added intermediate states allowing jobs to restart from the last successfully completed page of results instead of starting from the beginning by @LTA-Thinking in #3205

Test / Pipeline fixes

Package Updates

Full Changelog: release/3.4.167...release/3.4.190

3.4.167

27 May 01:06
0bdea5e
Compare
Choose a tag to compare

What's Changed

Feature enhancements

  • [Impacts Azure Health Data Services (SQL) only] Introduced versioning and lastUpdated field support for import operation in incremental mode by @SergeyGaluzo in #3308
  • [Bundle] Bundle Orchestrator - Resources in bundle with type batch as processed in parallel by @fhibf in #3260

Bug Fixes

  • User Agent Telemetry Not Logging telemetry data by @PTaladay in #3309

Test / Pipeline updates

  • [Impacts Azure Health Data Services (SQL) only] Adding exception stack to job result by @SergeyGaluzo in #3311
  • [Impacts Azure Health Data Services (SQL) only] Script to change precision of decimals values to (36,18) in searchParam Tables by @rajithaalurims in #3254
  • Add SBOM generator task to build pipelines by @apurvabhaleMS in #3314

Package Updates

Full Changelog: release/3.4.156...release/3.4.167

3.4.156

22 May 17:57
18f8118
Compare
Choose a tag to compare

Changes:

  • 18f8118 Update Reindex to Process PendingDelete Status (#3303)
  • 9837607 Updated Logging for SearchParameter Usage (#3306)
  • 163cf0c Bump HealthcareSharedPackageVersion from 6.2.85 to 6.2.89 (#3301)
  • 8c86f75 SQL retry on query plan failure, use INNER JOIN instead of EXISTS (#3295) [ #95713 ]

This list of changes was auto generated.

3.4.152

20 May 01:06
3f067e3
Compare
Choose a tag to compare

Feature enhancements

  • [Impacts only Azure Health Data Services (SQL)] Only Allow AHDS for Selectable Search Parameters capability by @PTaladay in #3292
  • [Impacts only Azure Health Data Services (SQL)] Incremental $import is enabled, which allows to load data into FHIR service in parallel with CRUD operations with API by @SergeyGaluzo in #3284

Bug fixes

Test/ Pipeline updates

Package Updates

Full Changelog: release/3.4.143...release/3.4.152

3.4.143

13 May 01:07
083e06a
Compare
Choose a tag to compare

Feature Enhancements

  • [Impacts Azure Health Data Services (SQL)] Updated Reindex operation to use Pending States for Search Parameters by @PTaladay in #3291
  • Enhanced reindex job with better logging and output per resourcetype by @v-mserdar in #3286

Test/ Pipeline updates

  • [Impacts Azure Health Data Services (SQL)] fix sqlcommand timeout from getting reset by @v-mserdar in #3288
  • Throw specific authentication exceptions by @rajithaalurims in #3280

Package Updates

  • Bump HealthcareSharedPackageVersion from 6.2.81 to 6.2.82 by @dependabot in #3285

Full Changelog: release/3.4.138...release/3.4.143

3.4.138

06 May 01:06
4809263
Compare
Choose a tag to compare

Feature Enhancements

  • [Impacts Azure Health Data Services(SQL)] Improve $import throughput by parallel import by @SergeyGaluzo in #3270

Bug fixes

  • Adding errors to the $reindex job operation by @v-mserdar in #3264
  • Fix: URL under Capability Statement not Absolute Uri by @abiisnn in #3265

Test/ Pipeline fixes

Package Updates

  • Bump Newtonsoft.Json.Schema from 3.0.14 to 3.0.15 by @dependabot in #3272
  • Bump HealthcareSharedPackageVersion from 6.2.78 to 6.2.80 by @dependabot in #3273
  • Bump HealthcareSharedPackageVersion from 6.2.80 to 6.2.81 by @dependabot in #3276
  • Bump Microsoft.Azure.Cosmos from 3.32.3 to 3.33.0 by @dependabot in #3269
  • [DotNet] Upgrade dotnet version to 7.0.203 by @fhibf in #3279

Reverted changes

Full Changelog: release/3.4.124...release/3.4.138

3.4.124

28 Apr 21:11
ecb72d9
Compare
Choose a tag to compare

What's Changed

Feature enhancement

  • [Azure API for FHIR (Cosmos)] FHIR services to get the updated status of "unsupported" for search parameters that were originally marked as "Disabled". by @PTaladay in #3266
  • Logging enhancement for Reindex jobs by @PTaladay in #3256

Bug Fixes

  • [SMART on FHIR] Examining clinical scope values in claim by @v-mserdar in #3250

Test / Pipeline enhancements

  • [Azure Health Data Services (SQL)] Update severity to Warning to be consistent by @rbans96 in #3223
  • Attempting to fix issue with delete group by @PTaladay in #3259
  • $convert-data refactor enables use of convert with default templates without external permissions/tokens by @ShaunDonn in #3263

Package Updates

New Contributors

Full Changelog: release/3.4.116...release/3.4.124

3.4.116

24 Apr 04:16
a1a115d
Compare
Choose a tag to compare

What's Changed

Azure Health Data Services (SQL)

Full Changelog: release/3.4.115...release/3.4.116

3.4.115

22 Apr 01:06
56d90f5
Compare
Choose a tag to compare

What's Changed

Feature enhancements

  • Selective Search Parameter Update Logic to add handler for update of search parameter status to either supported or disabled by @PTaladay in #3234

Bug Fixes

  • Fixed User Agent header value is not logging in Platform by @PTaladay in #3231
  • [Azure API for FHIR (Cosmos)] [Health Check] Limiting Gen1 Health Check to a 30 seconds operation, and allowing this operation to be retried in case of CosmosOperationCanceledException by @fhibf in #3224
  • Add validation invalid parameter type by @abiisnn in #3228
  • [Azure Health Data Services (SQL)] Fix duplicate key error when getting params and body content by @v-mserdar in #3232

Test / Pipeline Updates

  • [Azure Health Data Services (SQL)] New import tool by @v-mserdar in #3182
  • [Azure Health Data Services (SQL)] Add Tests for OrchestratorJob and SqlQueueClient by @ccfromms in #2725
  • [Azure Health Data Services (SQL)] Generic watchdogs infrastructure by @SergeyGaluzo in #3218

Package Updates

Full Changelog: release/3.4.104...release/3.4.115