Fhir Engine 1.2.0
The FHIR Engine v1.2.0 release includes configurable work policy and support for job cancellation in the sync API, as well as performance improvements in the Search API through index optimizations.
Changelog
🌟 Sync API
- Make existing work policy configurable in sync apis [#2765]
- API support for sync job cancellation [#2717]
🔎 Search API
- Update columns' order in TokenIndexEntity multi-column index [#2729]
- Improve query speed by preferring resourceUuid unique index over resourceType index [#2739]
- Include index_name column in index for tables used in sorting [#2753]
🛠️ Other fixes
- Update code labs for engine and sdc [#2747]
- Refactor usages of Json Parser for thread safety [#2749]
- Search use case in the demo app [#2754]
- CRUD operation screen in the demo app [#2746]
Key contributors: @LZRS @ndegwamartin @santosh-pingle @aditya-07 @jingtang10 @MJ1998