Skip to content

Releases: tech-by-design/polyglot-prime

0.65.3

14 Jun 12:05
2a8d45f
Compare
Choose a tag to compare

What's Changed

  • Updated Error message with more user friendly message

Full Changelog: 0.65.2...0.65.3

0.65.2

14 Jun 08:38
5cab470
Compare
Choose a tag to compare

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

13 Jun 16:30
7d7cbb6
Compare
Choose a tag to compare

What's Changed

  • /Bundle endpoint and related changes

Full Changelog: 0.65.0...0.65.1

0.65.0

12 Jun 08:33
d050fcc
Compare
Choose a tag to compare

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

07 Jun 14:05
16aeb3f
Compare
Choose a tag to compare

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

05 Jun 12:49
257c215
Compare
Choose a tag to compare

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

05 Jun 07:24
ab7d535
Compare
Choose a tag to compare

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

04 Jun 10:09
Compare
Choose a tag to compare

Full Changelog: 0.60.0...0.60.1

0.60.0

03 Jun 12:45
e820149
Compare
Choose a tag to compare

What's Changed

  • feat: changed the profile dynamic from environment variable

Full Changelog: 0.50.7...0.60.0

0.50.7

31 May 13:45
4d16323
Compare
Choose a tag to compare

What's Changed

  • Admin diagnostics session UI with pagination
  • Set default persistence strategy in the properties

Full Changelog: 0.50.4...0.50.7