Skip to content

Fhir Engine 1.2.0

Compare
Choose a tag to compare
@MJ1998 MJ1998 released this 30 Jan 05:29
· 2 commits to master since this release
be94dd5

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