Releases: mekomsolutions/openmrs-module-fhirproxy
Releases · mekomsolutions/openmrs-module-fhirproxy
Release 1.0.0
What's Changed
- Added filer and controller by @wluyima in 5364eac
- OZ-689: Imppemented proxying logic by @wluyima in 5fab01f
- OZ-689: Updated filter mappings and removed resource name GPs by @wluyima in 33730c6
- OZ-689: Replaced GPs with config file by @wluyima in 47b0925
- OZ-689: Added tests for FhirProxyUtils by @wluyima in 4d52845
- OZ-689: Changed to fhir2 URLs and added support to forward request params by @wluyima in 13a4ced
- OZ-689: Added validation logic for the module config by @wluyima in df571f7
- OZ-689: Updated base filter mapping and filter chain by @wluyima in ce514d7
- OZ-689: Added FhirProxyFilterTest and DelegatingControllerTest by @wluyima in aae7070
- OZ-689: Downgraded to formatter version compatible with Java8 by @wluyima in 3651646
- OZ-689: Added github workflow by @wluyima in 56c3f2f
- OZ-689: Added module documentation to the readme file by @wluyima in b1b1f24
- OZ-689: Fixed failing tests and removed secrets from validate step by @wluyima in b214205
- OZ-689: Added back secrets to validate step by @wluyima in 5e51a8c
- OZ-689: Switched to properties file by @wluyima in e21a51a
- OZ-689: Changed mechanism in which the filter is registered by @wluyima in 80660e8
- OZ-708: Added gitignore file by @corneliouzbett in b036541
- OZ-689: Updated distribution management to publish to public Mekom Nexus repository by @corneliouzbett in 766bab6
- OZ-708: Excluded duplicate TRANSFER_ENCODING header from being included in the response by @corneliouzbett in 68c30bd
- OZ-689: Added logic to handle client error exceptions and return the appropriate response status code by @corneliouzbett in b559286
- OZ-689: Used LOG in favor of @slf4j annotation by @corneliouzbett in 7b3c46f
- OZ-689: Ensured publish job runs only after validation by @corneliouzbett in 72a0acf
- OZ-689: Added privilege checks by @wluyima in fcfabde
- OZ-689: Changed back to registering filter in config.xml by @wluyima in fd40b72
- OZ-689: Fixed module id in config.xml by @wluyima in b692fd5
- OZ-689: Check for privileges and added tests by @wluyima in 81fe373
- OZ-689: Documented global properties by @wluyima in e197bb9
- OZ-689: Made fhirproxy aware of iniz module by @corneliouzbett in 02258c5
- OZ-689: Moved check for existence of module privileges from activator to the filter by @wluyima in 32b4883
- OZ-689: Removed aware of iniz module by @wluyima in 3c3db59
- OZ-689: Fixed log message when external APi is disabled by @wluyima in 9c9d1d3
- OZ-689: Added note to the readme file that proxy should only be used when the client is authenticated by @wluyima in 5136867
- OZ-573: Resolved environment variables in fhirproxy/config.properties by @corneliouzbett in #3