Skip to content

FHIR Engine 0.1.0-beta04

Pre-release
Pre-release
Compare
Choose a tag to compare
@omarismail94 omarismail94 released this 04 Sep 14:05
· 258 commits to master since this release
75bf7b8

The FHIR Engine 0.1.0-beta04 release includes the following enhancements and fixes:

Sync API:

  • Support sending gzipped request body when uploading [#1988]
  • Support basic and bearer HTTP authentication [#2037]
  • Support headers in the http requests and using ETags for upload [#1989]
  • Refactor upload work manager for enable future customization [#2021, #2149]
  • Handle local insert-delete sequence as no-op when squashing [#1951]

Search API:

  • Implement _revinclude [#1947]
  • Add _tag and _profile search parameters for x-fhir-query [#1935]
  • Fix Date/DateTime and Token indexes to speed up search [#2040]

Other:

  • Setup benchmarking for the sync worker [#1996]
  • Enforce Java 11 usage and update dependencies [#2072]
  • Store timeStamp as Instant instead of human readable string format in LocalChangeEntity [#2083]
  • Fix engine and knowledge library versions in workflow and testing [#2085]
  • Upgrade AGP and Dependencies [#2064]

Warning: This release includes a database schema change. Applications upgraded to this version of the library cannot be downgraded to a previous version without the application crashing due to database incompatibility.