github microsoft/fhir-server release/3.0.9
3.0.9

3 years ago

Changes:

Updates applicable to both persistence providers

  • 7e65ab2 Authentication library decoupling (#2647)
    • Decouples authentication library from the server so it's possible to load alternative authentication libraries.
  • b154ff6 Update comment (#2665)
    • Fixes issue in comment found in language scan.
  • d0e1d56 Deprecate OperationOutcome location (#2471)
    • Location in OperationOutcome has been deprecated in the FHIR standard. Changing the returning OperationOutcome object to match.

Updates applicable to SQL implementation only

  • 60e38a7 Update heartbeat timeout and interval & Monitoring Interval (#2673)
    • Policy for these was too aggressive. Relaxing this for performance.
  • fedfe51 Updated minimum supported schema version to 32 (#2670)
    • We introduced some breaking changes with Version 32 related to the export functionality. Updating minimum version to match this.
  • 6969cd3 Changed execute as to SELF (#2669)
    • Changed WITH EXECUTE AS 'dbo' to WITH EXECUTE AS 'SELF' in index SQL scripts.
  • 260273d Removing not used StartPartitionId (#2662)
    • The StartPartitionId field was not being used for jobs in the HostingBackGroundService for tasks.

Tests

  • 9f107ee Fix for deadlocks happening in export tests causing test runner to fail (#2671)
    • Fixing improper usage of async methods that were causing deadlocks in the thread pool.
  • 7a15837 Updated Integration test timeout from 3m to 5m (#2654)
    • Tests were running longer than the timeout periods. Also added some optimizations to existing long running tests.

Package Updates

This list of changes was auto generated.

Don't miss a new fhir-server release

NewReleases is sending notifications on new releases.