Changes:
Updates applicable to both persistence providers
- 9686534 Update Blob storage library (#2595)
- Migrated from
Microsoft.Azure.Storage.Blob
toAzure.Storage.Blob
. Also removed an unnecessary serialization in export.
- Migrated from
- 0275be3 Support ACR in Anonymized Export (#2619)
- You can now export anonymized data with customized anonymization configuration on Azure Container Registry (ACR).
Updates applicable to SQL implementation only
- c9b6246 Enable parallel jobs per instance (#2632)
- Updated the export operation to allow for per instance setting instead of global.
- befce04 Fix SQL export queuing (#2648)
- Fixes a bug where an export job couldn't be queued if it used a container that had be used before.
- 4f5c89f Integrate generic queue to import operation (#2600)
- Builds on previous commit which adds generic queue by using queue for import operation.
- e31644e Sql Search performance improvements (#2596)
- Streamlines SQL queries for basic searches by removing redundant query parameters and speeding up decompression.
- f9d6afa Remove unique index on Resource.ResourceSurrogateId (#2626)
- Removing unneeded index for performance.
- 352f6b7 Fixes schema version should be null error from _schema apis (#2636)
- Uses update from
HealthcareSharedPackages
to fix bug relating to schema version.
- Uses update from
- 85d831d Change to infinit rerty for orchestrator task (#2628)
- Removed retry limit for task that is expected to fail (non-fatally) with large amounts of data.
- 5462997 Fix rebuild index page compression (#2617)
- Fixes previous bug with rebuild index and compression.
- ba6990b SqlException handling at the Request level (#2569)
- Remove the project dependency that was originally added for some SqlExceptions.. Now we're registering a new class to the startup that handles Request exceptions.
Tests
- a401c67 Add blame to hanging tests (#2646)
- Adds more information and test level timeout for E2E tests.
- 75a27fa Adds test for long decimal values (#2645)
- Adds regression test for possible error around long decimals.
Package Updates
- 3d42d51 Bump HealthcareSharedPackageVersion from 6.1.58 to 6.1.59 (#2649)
- 6a75588 Bump github/codeql-action from 1 to 2 (#2623)
- 324577d Bump prometheus-net.DotNetRuntime from 4.2.3 to 4.2.4 (#2638)
- d0135c6 Bump AngleSharp from 0.16.1 to 0.17.1 (#2642)
- 955a2c0 Bump HealthcareSharedPackageVersion from 6.1.47 to 6.1.58 (#2643)
- 98b9eee Bump FluentValidation from 11.0.1 to 11.0.2 (#2635)
- 213499d Bump Microsoft.Azure.Cosmos from 3.27.0 to 3.27.1 (#2625)
- 1a4ba29 Bump Microsoft.NET.Test.Sdk from 17.1.0 to 17.2.0 (#2603)
- 43c4772 Bump actions/checkout from 2 to 3 (#2622)
This list of changes was auto generated.