Skip to content

Releases: google/fhir-data-pipes

v0.4.0

30 May 22:48
2290aa3
Compare
Choose a tag to compare

The released docker image is available here.

What's Changed

Major changes

List of all changes (excluding dependabot's)

Full Changelog: 0.3.0...0.4.0

v0.3.0

04 Mar 22:06
0da54ad
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

The released docker image is available here.

Major features

  • Support for SQL-on-FHIR-v2 views in relational DBs; issues #821 #822 #916
  • Several improvements in memory management/requirements; issues #777 #823 #824 #948
  • Support for OAuth based authentication in the pipelines/controller; issue #587
  • Sample Spark SQL flat views added for 10+ resources; issues #820

Bug fixes/minor features

  • Fix resource ID's mismatch between original FHIR resource and the corresponding resource in the parquet file in HAPI JDBC mode. by @vbothe23 in #754
  • Handling large resource parsing exception using DataFormatException by @suriyan3 in #756
  • Fixes missing QuestionnaireResponse answer fields by @bashir2 in #759
  • Fixed bugs in recursion depth and added a path example by @bashir2 in #761
  • Add user name and password to controller config by @LJNIC in #781
  • Added sample flat views for 12 resources by @bashir2 in #844
  • Added the option for automatic registration of views. by @bashir2 in #850
  • Register micrometer gauges as strong references by @chandrashekar-s in #852
  • Addressed "critical" docker image vulnerabilities by @bashir2 in #860
  • Prevent creation of resource tables for erroneous DWH dirs by @bashir2 in #866
  • Changes to support the Windows OS platform by @chandrashekar-s in #868
  • Do not display the View Raw Logs button when the error file is not available by @chandrashekar-s in #870
  • adds uuid to the list of primitive types by @bashir2 in #937
  • Fixes the changes in handling of text vs zipped resources in recent HAPI versions by @muhammad-levi in #926
  • Deprecation of maxWorkers param by @chandrashekar-s in #951
  • replaces the spinner GIF with CSS by @bashir2 in #953
  • Update Hibernate.dialect for latest HAPI version by @chandrashekar-s in #970
  • Some minor pom clean-ups by @bashir2 in #962
  • Minor change/fix in default memory by @bashir2 in #972

New Contributors

Full Changelog: 0.1.0...0.3.0

First beta release

07 Jun 00:16
343056e
Compare
Choose a tag to compare
First beta release Pre-release
Pre-release

This is the first beta release. The released docker image is available here.

Main features