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
inOperationOutcome
has been deprecated in the FHIR standard. Changing the returningOperationOutcome
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.
- Changed
- 260273d Removing not used StartPartitionId (#2662)
- The
StartPartitionId
field was not being used for jobs in theHostingBackGroundService
for tasks.
- The
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
- cedcb3a Bump Microsoft.Extensions.Http.Polly from 6.0.5 to 6.0.6 (#2659)
- 0199525 Migrate to .NET 6.0 (#2574) [ #2385 ]
This list of changes was auto generated.