0.71.1
What's Changed
-
feat: add scripted postgresql udi migrations #35 by @shajukochappu in #43
-
fix: add the pgtap extension to resolve the non-existent function error #35 by @shajukochappu in #44
-
feat: integrate JOOQ for the procedure calls #35 by @vinodaravind01 in #45
-
feat: add stored function for interaction, modify the view interaction_http #35 by @shajukochappu in #46
-
feat: add endpoint for FHIR bundle status check, statusURL, and interaction view #35 by @vinodaravind01 in #47
-
refactor: update to call stored procedure class directly for inserting interactions #35 by @vinodaravind01 in #48
-
Add a new endpoint /Bundle/$status/{bundleSessionId} in Controller.java to get the status of the FHIR bundle validate and create process by passing an ID.
-
Include a statusURL element in the immediateResult variable, generating a URL with request.getServerName() and bundleAsyncInteractionId.toString() for easy access to the status.
-
Add proper interaction view to improve the visibility and handling of interactions within the FHIR bundle process.
-
Refactor the existing JOOQ code to call the stored procedure class directly for inserting interactions into the database.
-
Add a new stored function to handle interaction.
-
Modify the interaction_http view.
-
Include unit tests for the new stored function.
-
Unprotected /error URI to fix showing the GitHub login page for unprotected URIs if an error occurs.
Full Changelog: 0.67.2...0.71.1