Skip to content

Releases: opensrp/fhircore

v0.2.4-opensrp

18 Jul 10:00
v0.2.4-opensrp
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.3-opensrp...v0.2.4-opensrp

v0.2.4-rc4

10 Jul 11:51
v0.2.4-rc4
Compare
Choose a tag to compare
v0.2.4-rc4 Pre-release
Pre-release

What's Changed

  • Fixes error in Household and Member deactivation based on questionnaire… by @roywanyaga in #2560
  • Refactor configs processing implementation to add backward compatible support for fetching List configuration Composition contents via the FHIR Gateway by @ndegwamartin in #2561
  • Enhances to add support for logging into multiple installed apps with the same username

Full Changelog: v0.2.4-rc3...v0.2.4-rc4

v0.2.4-rc3

07 Jul 19:22
v0.2.4-rc3
Compare
Choose a tag to compare
v0.2.4-rc3 Pre-release
Pre-release

What's Changed

Full Changelog: v0.2.4-rc2...v0.2.4-rc3

v0.2.4-rc2

04 Jul 10:29
v0.2.4-rc2
7985f9a
Compare
Choose a tag to compare
v0.2.4-rc2 Pre-release
Pre-release

What's Changed

Full Changelog: v0.2.4-rc1...v0.2.4-rc2

v0.2.4-rc1-opensrp

26 Jun 16:15
v0.2.4-rc1
Compare
Choose a tag to compare
v0.2.4-rc1-opensrp Pre-release
Pre-release

What's Changed

Full Changelog: v0.2.3-opensrp...v0.2.4-rc1

v0.2.3-opensrp

23 Jun 17:27
v0.2.3-opensrp
4a98423
Compare
Choose a tag to compare

What's Changed

Read more

Release 0.2.3 RC4.3

08 Jun 18:59
v0.2.3-rc4.3
74107a4
Compare
Choose a tag to compare
Release 0.2.3 RC4.3 Pre-release
Pre-release

Fixed

  • The ability to start schedules for resources not tried to a bundle
  • The joinToString method to display all the required labels

What's Changed

  • passing empty bundle instead of null to trigger the care plan when we don't have any bundle resource by @owais-vd in #2431

Full Changelog: v0.2.3-rc4.2...v0.2.3-rc4.3

Release 0.2.3 RC4.2

05 Jun 09:34
v0.2.3-rc4.2
818fcf9
Compare
Choose a tag to compare
Release 0.2.3 RC4.2 Pre-release
Pre-release

Bug fix for Supply Chain feature

v0.2.3-opensrp-rc6

31 May 15:09
v0.2.3-opensrp-rc6
34d321a
Compare
Choose a tag to compare
v0.2.3-opensrp-rc6 Pre-release
Pre-release

What's Changed

Full Changelog: opensrp-0.2.1...v0.2.3-opensrp-rc6

Release 0.2.3 RC5

23 May 15:31
v0.2.3-quest-rc5
7fc8a80
Compare
Choose a tag to compare
Release 0.2.3 RC5 Pre-release
Pre-release

What's Changed

Added

  • Allow completion of Overdue Tasks
  • Allow ordering of registers by related resources last updated
  • Invalidation/refresh cache after form completion
  • Button background color app configurability
  • Use _revinclude when fetching related resources to improve performance
  • Use forward include to search for referenced resources
  • Refactor handling of questionnaire submission to use generic event bus
  • Refactor register search to support configurable forward or reverse include
  • Add "Record all" feature in card view
  • Functionality to aggregate count for related resources
  • Incremental rendering of content of LIST widget used mostly on profile screen
  • The ability to define a regex and separator on the RulesFactory.RulesEngineService#joinToString(java.util.List<java.lang.String>, java.lang.String, java.lang.String)
  • Use Sentry to track and monitor performance bottlenecks on quest and FHIR Core release app variants

Fixed

  • Logout while offline causes flicker(multiple render) of Login Page
  • Allow user to complete overdue task
  • Allow launching of overflow menu items (Questionnaire/Profile)
  • Invalidation/refresh cache after form completion
  • Successful subsequent login even when PractitionerDetails is not saved
  • Account for dependencies when generating activity schedules
  • Add title to Profile pages
  • Catch exception when defaultRepository.loadResource tries to load a non-existent resource
  • Fix navigate back from Household registers to practitioner profile
  • Harmonize launching Questionnaires
  • Supply Chain Report Generation fails for some months
  • Fixed the related resources (mostly counts) being overridden by the last in the list
  • Member icons display wrapping; hiding some texts
  • Member icons count on register not tallying with retrieved resources on profile
  • Issue with loading related resources
  • Fix P2P sync progress showing greater than 100%
  • Background worker performance
  • Fixed bug with initial Expressions computations

Changed

  • Refactored how the related resources SELECT and COUNT queries search results are represented.
  • RepositoryResourceData now uses two map to represent SELECT/COUNT SQL query results
  • Retrieve related resources all at once for resources include via _include SEARCH API
  • Enhanced security in Authentication, Authorization and Credentials management