Releases: tech-by-design/polyglot-prime
Releases · tech-by-design/polyglot-prime
0.65.3
What's Changed
- Updated Error message with more user friendly message
Full Changelog: 0.65.2...0.65.3
0.65.2
What's Changed
- Read user and role information from a YAML file in a private GitHub repository.
- Handle authentication using GitHub OAuth.
- Add method to fetch FHIR profile version.
- Improve performance by caching the FHIR profile version to reduce redundant network calls.
- Utilize
HttpClient
for asynchronous HTTP requests to fetch the FHIR profile version from the provided URL. - Parse the JSON response using
ObjectMapper
to extract the "version" field. - Ensure the method waits for the asynchronous operation to complete using join().
- Remove fetching version from
Validator
class. - Refactor code to enhances code readability and leverages Java's type inference for local variables.
Full Changelog: 0.65.1...0.65.2
0.65.1
0.65.0
What's Changed
- Implement a new validation engine InfernoValidationEngine for FHIR validation using the Inferno framework.
- Ensure the validation engine processes the JSON payloads and performs validations according to Inferno's capabilities.
- Parse the validation results to extract issues, including message, location, and severity details.
- Update unit tests to integrate new test cases provided.
- Added User Profile Name.
- Added User Profile Image URL
Full Changelog: 0.64.0...0.65.0
0.64.0
What's Changed
- Implemented the authentication feature using GitHub OAuth2.
- Restricted access to admin APIs.
- Restricted access to technical documents.
- Permitted access to /Bundle/* and Swagger for the time being
Full Changelog: 0.63.0...0.64.0
0.63.0
What's Changed
- The interaction tables (SFTP and HTTPS) with pivot support.
- site build changes with repository MD file and contacts MD file
Full Changelog: 0.62.0...0.63.0
0.62.0
What's Changed
- Added 2 new columns to the listing table - QE and Validated At.
- Pivot table with Row Group.
- Table fills up empty space with data.
- Pagination for pivot table.
Full Changelog: 0.60.1...0.62.0
0.60.1
Full Changelog: 0.60.0...0.60.1
0.60.0
What's Changed
- feat: changed the profile dynamic from environment variable
Full Changelog: 0.50.7...0.60.0
0.50.7
What's Changed
- Admin diagnostics session UI with pagination
- Set default persistence strategy in the properties
Full Changelog: 0.50.4...0.50.7