Skip to main content

Changelog for the googlehealthcare adaptor

@openfn/language-googlehealthcare

1.1.3 - 28 October 2024

Patch Changes

1.1.2 - 16 August 2024

Patch Changes

1.1.1 - 01 August 2024

Patch Changes

1.1.0 - 13 June 2024

Minor Changes

  • 73433c20: Add fnIf operation

Patch Changes

1.0.1 - 08 May 2024

Patch Changes

1.0.0 - 21 July 2023

Major Changes

  • 7df7e20: remove projectId, dataSetId, cloudRegion, and fhirStoreId out of configuration

    The new implementation of createFhirResource(fhirStore, resource, callback) allows you to use one set of credentials to access different Google Healthcare Cloud FHIR stores. fhirStore is an object that contains the FHIR store information ({cloudRegion: string, projectId: string, datasetId: string, fhirStoreId: string}).

0.1.0 - 30 June 2023

Minor Changes

  • 861d774: add createFhirResource function

Patch Changes

  • aad9549: Ensure that standard OAuth2 credentials with snake-cased "access_token" keys can be used for OAuth2-reliant adaptors
  • Updated dependencies [aad9549]