Releases: tech-by-design/polyglot-prime
0.77.0
What's Changed
- Created orchctl interactions page for SFTP from database.
- Fixed issue with interactions not recording apart from the /bundle.
Full Changelog: 0.76.0...0.77.0
0.76.0
What's Changed
- Fixed issue with the request time format in the http ag grid interface.
Full Changelog: 0.75.0...0.76.0
0.75.0
0.74.0
Full Changelog: 0.73.0...0.74.0
Full Changelog: 0.73.0...0.74.0
0.73.0
What's Changed
- Update stored procedures and view.
- Update bundleAsyncInteractionId in InteractionsController update UdiInsertInteraction parameters.
- Update version to 0.73.0.
Full Changelog: 0.72.0...0.73.0
0.72.0
What's Changed
- fix: update interaction id and URI values in interaction page.
- chore: update app version.
- fix: update interactions page with request_payload.
Full Changelog: 0.71.1...0.72.0
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
0.67.2
What's Changed
- Unprotected /error URI to fix showing the GitHub login page for unprotected URIs if an error occurs.
Full Changelog: 0.67.1...0.67.2
0.67.1
0.67.0
What's Changed
- Added a feature to work without authentication if the Spring profile is localopen.
- Changed
Bundle/
toBundle
to avoid issues related to the trailing slash. - Implemented a temporary solution to handle errors related to content type mismatch and required header mismatch.
Full Changelog: 0.66.0...0.67.0