Releases: CDCgov/data-exchange-fhir
Releases · CDCgov/data-exchange-fhir
Release 2.0.0.alpha
What's Changed
- Save logs to s3 straight by @csalmi56 in #293
- Added format to Capability Statement (Metadata) by @csalmi56 in #294
- Update README.md by @swmuirdhie in #297
- Publish v2.0.0.alpha by @swmuirdhie in #301
Full Changelog: v1.1...2.0.0.alpha
Last release for the Azure build
- This is the last release for the Azure build, now deprecated and decommissioned
- Started development on a FHIR lightweight ingestion solution for AWS
- Fhir957 readme update (#292)
- Update README.txt (#289)
- Update README.md (#288)
- Updates to timeout (#275)
- Updates to FunctionProcessMessage:SkipValidation feature (#269)
- Changelog changes for release 0.3.4 (#255)
- Data export code clean up (#251)
- Log clean up process message (#250)
- Change Log for App Config separation. (#253)
- Updated Change Log (#252)
Release 0.3.4
- Pre-release before STG/PRD
- Process_Message & Data Export:
- Replace strings with interpolated strings.
- Add a try/catch blog around config/keyVault to catch issues with connecting with the keyVault.
- Add "Process Message: " in front of process message logs.
- Make process message log messages shorter.
Release 0.3.5
- Pre-release before STG/PRD
- Data Export:
- Replace strings with interpolated strings
- Add a try/catch blog around config/keyVault to catch issues with connecting with the keyvault.
- Remove double date from Data Export logs.
Release 0.3.3
- Update Data Exchange - Data Export function: Update change log so that PII information is not logged.
Release 0.3.2
- Pre-release before STG/PRD
- Lining up Main branch from Dev branch
- Purge function changes purge setting from Days to Hours
Release 0.3.1
[0.3.1] - 2024-07-03
- Pre-release before STG/PRD
- Process message function: changes to error checking for header, for empty or bad payload, and improved logs
- IG Utility initial commit
- Deleted terraform folder and files since these is moved to Github/CDCEnt
- Actual release for the previous changelog entry 0.3.0
Release 0.2.0
[0.2.0] - 2023-09-08
- Functional version used at September 2023 Connectathon
- Moved functionality of event-triggered processing merged into single function app with data exporting
- Removed now deprecated event function app
- Updated to $process-message implementation to ingest entire bundle instead content bundle only
- Added configuration option to export to multiple datalakes based on FHIR contents
Release 0.1.0
- Functional version used at May 2023 Connectathon
- Added initial functionality for $process-message
- Added initial functionality for event-triggered processing of newly ingested FHIR Bundles
- Added initial functionality for processing and exporting FHIR data to datalake
- Added initial configuration for APIM
- Added initial implementation of Azure Logic App Bulk Export utility