Changes:
Updates applicable to both persistence providers
8d74888 Fixes range convertors (#2366)
- Currently, the range search parameters for quantity and number are never saved to the corresponding tables.
- This PR updates the expression to fetch low and high values for range convertors and adds missing unit tests
c6155e7 Search/sort when "Prefer handling=strict" (#2324)
- Changes sort so it returns 400 with error message if Prefer handling=strict.
- Adds unit tests to check both cases
- Addresses issue #2208
Updates applicable to the SQL implementation only
ae78733 Handle exceptions when schema does not exist (#2188)
- When Schema is not initialized (SchemaOptions:AutomaticUpdatesEnabled : false), SchemaJob, ExportJob, Task hosting background services throw errors when they try to access stored procedures which do not exists as schema is not initialized.
- With this PR we are trying to avoid multiple exception loggings. Instead we are logging warnings for the same issues.
a4c40f8 Separate sql changes into own files and auto generate the full script (#2358)
- See the PR for full details of update
9813664 Allow import request with prefix for initial import mode (#2336)
Updates applicable to Cosmos DB implementation only
56d7dc8 Changes ChainedSearch to use ARRAY_CONTAINS (#2356)
- Changes Chained Search to use ARRAY_CONTAINS
- Addresses #2349
Test Updates
52ba7b1 Remove unused test and packages (#2303)
- The new webdriver version introduced in #2297 introduces breaking changes. The package is only used in one test that doesn't get run in any pipeline.
- This PR removes the test and associated packages.
Process & Documentation Updates
4f2c486 Updates pull_request_template.md (#2373)
- Updates PR template with CI check
998802e bulk import doc fix (#2364)
d47f572 Update README.md
Package Updates
c662aa9 Bump HealthcareSharedPackageVersion from 3.2.38 to 3.2.45 (#2371)
aab2e60 Bump HealthcareSharedPackageVersion from 3.2.33 to 3.2.38 (#2355)
This list of changes was auto generated.