Changes:
IMPORTANT - This release contains a fix for a bug (#1898) that was introduced in release 1.3.8 which can result in incomplete results being returned in search.
Updates applicable to the Azure API for FHIR
4d1be03 Fix cosmos iterating over pages of resources (#1914) [ #1898 ]
- This fixes a logic issue surrounding results which are larger than the desired total count. This caused missing results when paging across results.
- Addresses Issue #1898
Updates applicable to open-source FHIR server only
b0208fa Enables reindexing by default. (#1906)
- This enables reindexing to be turned on by default.
84cd29a Prevents conflicts on job updates in SQL. (#1905)
- When kicking off reindex operations for larger SQL databases, we were seeing PreconditionFailed exceptions being thrown due to version mismatches with the reindex job documents. This fixes this issue. More details can be found in the PR.
Test Updates
16b4971 Enable auth tests for sql (#1904)
- BasicAuthTests are setup to run only for CosmosDb backed servers. Updating so that they run against SQL backed servers as well.
Process and Documentation Updates
979ccbd Updates template to match global.json runtime (#1913)
This list of changes was auto generated.