FHIR engine 0.1.0 beta02
Pre-release
Pre-release
Tarun-Bhardwaj
released this
26 Aug 16:32
·
511 commits
to master
since this release
This engine-0.1.0-beta02 release of the FHIR Engine library will add in additional features in line with the FHIR Specification for search, sync and data-access APIs. The following items have been added:
Enhancements for Sync API
- Support configuration of HTTP Client timeouts [#1316]
- Provide Conflict Resolution capabilities for Downloaded Resources [#1329]
- Separate Internal and exposed class from SDK and optimize code [#1530]
Enhancements for Search API
- Use parametrized tests for Number Search [#545]
- Add X-FHIR-Query support in the FHIR Engine library [#1479]
Enhancements for Data Access API
Bugs fixed for Sync API
- Sync time is not updating in hamburger menu after manual sync with server and toast message shows older time [#1135]
- Sync.poll doesn't retry if the request fails for some reason [#1164]
- Sync time is not updating in hamburger menu after manual sync [#1162]
- Make the _lastUpdated search parameter configurable. [#1420]
Bugs fixed for Search API