Automatic release created from build 20200825-2
KNOWN ISSUES: Queries that use _count=
with a value larger than the max will result in a 400, which may be breaking. This will be addressed with #1263 in a future release
Work in this release
721f42ce6e - Fix export bugs (#1203)
-
Fix inactive group member bug
-
Only return types specified in _type parameter
4a5b65253c - Make query parameter '_container' mandatory for anonymized export (#1209)
-
add check for container on anonymized export
-
Add more tests on anonymized export
-
Fix tests error on anonymized export tests
-
address comments
63b08332bc - Added support for _elements search parameter (#1199)
- Added support for _elements search parameter
0e1dc4f53b - Add MaxItemCountPerSearch for server. (#1195)
-
Add MaxItemCountPerSearch for server.
-
Add DefaultIncludeCountPerSearch parameter
056ea312f2 - Add capability to include supported but not fully indexed search params in search results (#1202)
Add a new header x-ms-use-partial-indices which indicates that the FHIR server should search for results with partially indexed search params. Useful for testing new search params.
4f3423da26 - Revert "Implements SQL search parameter status data layer. (#1191)" (#1217)
This reverts commit 6581297.
6581297dbe - Implements SQL search parameter status data layer. (#1191)
Adds status information to search parameter SQL table.
f3f4cdd71b - Update SQL Server schema guide documentation (#1185)
-
Update documentation
-
Addresses feedback
ed04ba27ff - Support anonymized export on FHIR service (#1193)
In this PR, we add new feature of anonymized export in R4 and STU3. Customer can export anonymized data with customized anonymization configuration on destination storage.