Skip to content

Releases: CDCgov/data-exchange-upload

v1.2.3

12 Feb 16:44
Compare
Choose a tag to compare

Added descriptions for the functions in the repo
Routing Integration: copy to routing changes
Configured test event to send files to routing
Metadata update for NDLP accepted values
Added integration tests suite to upload repo
Metadata configuration changes for routing
Integrate app insight Bulk Upload Processor
Updated log level from error to information
Unit test for bulk upload
Metadata definitions added to summary table ( tus/file-hooks/metadata-verify/definitions/readme.md )

1.2.2

21 Nov 13:58
6165e9d
Compare
Choose a tag to compare
  • NDLP APL historical data configuration (#159)
  • Changing all upload configs of NDLP to not append clock ticks to the filename (#153)
  • Implementation of printing exception stack trace for increased visibility into error details (#162)
  • Updates to OpenAPI specifications (#160)
  • Workflow refactoring for upload configurations (CI/CD) (#158)
  • Addition of workflow for upload configurations (CI/CD) (#156)

1.2.1

13 Sep 14:26
2638ddd
Compare
Choose a tag to compare
  • Fix for ndlp sending data without filename in metadata ( TUS post-receive hook )
  • Create upoad root folder in edav ( bulk upload processor )
  • Add new NDLP metadata and upload configs ( TUS file hooks: metadata-verify, upload-configs )
  • aims-celr configurations ( TUS file hooks: metadata-verify, upload-configs )

v1.2.0

15 Aug 20:27
0135383
Compare
Choose a tag to compare
  • Added upload database sync function to log each upload in the persistent storage ( Cosmos DB )
  • Added Tus Hooks support to update upload status
  • Added Supplemental API Function App to retrieve the status of an upload
  • Added SAMS scopes
  • Changes made to the APIM policy, enabling users with specified scopes to access particular functionality
  • Added Metadata Configuration changes to support more use cases

v1.0.2

27 Apr 20:14
cc7aadb
Compare
Choose a tag to compare

[1.0.2] - 2023-04-27

  • Temporary hotfix to allow NDLP file uploads to work. IZGW is sending meta_ext_filename, but not filename in the metadata, which is failing in the bulk file upload function app. Temporary solution is to allow either field, but long-term fix will be to require 'filename' metadata field at time of upload.

v1.0.1

20 Apr 21:46
426b87e
Compare
Choose a tag to compare

[1.0.1] - 2023-04-14

  • HOTFIX to update the NDLP routine immunization required metadata fields to include meta_ext_submissionperiod

v1.0.0

07 Apr 16:42
d130d6b
Compare
Choose a tag to compare

[1.0.0] - 2023-04-04

  • Created pre-create tus hook and associated JSON configuration files to support program and event specific metadata validation checks before an upload can proceed
  • Created an Azure Function app for supporting bulk file uploads, whose purpose is to combine the tus payload and info files, copy the resultant combined blob file to DEX and EDAV storage accounts
  • Github worker files for CI/CD of the tusd pre-create and function app