Skip to content

Release 1.5.2

Latest
Compare
Choose a tag to compare
@mkrystof mkrystof released this 01 Oct 18:58
· 41 commits to develop since this release

The following commits comprise this release:

  • Merge remote-tracking branch 'origin/develop'
  • Add undeliveredUploads feature to UploadStats. (#197)
  • Merge pull request #193 from CDCgov/DASB-755
  • remove throw statement
  • addresses PR comments
  • Merge pull request #192 from CDCgov/DASB-683
  • Merge pull request #190 from CDCgov/dev-feature-notifications-workflow-orchestrator-graphql
  • Merge branch 'develop' into dev-feature-notifications-workflow-orchestrator-graphql
  • Fixes infinite logging issue caused by exception handling This commit resolves a bug where an infinite number of log messages were being generated when exceptions were handled. The issue occurred because exceptions were not being thrown properly after being caught, causing repeated log entries.
  • Updated the graphQL descriptions
  • Create report mutation (#186)
  • added delete message request inside finally block of try/catch
  • Bump express from 4.19.2 to 4.21.0 in /spikes/graphql/apollo-server (#191)
  • Fixe duplicate report bug in CosmosDB dead-letter container Fixed an issue where duplicate reports were being created in CosmosDB dead-letter container MSG_SYSTEM is a required field, and made envrionment variables for AZURE SERVICE BUS, RABBITMQ and AWS optional
  • Added mutation services for subscrib/unsubscribe to active/passive notifications ktor routes
  • Merge pull request #189 from CDCgov/dev-feature-notifications-workflow-ktor
  • Delete pstatus-graphql-ktor/src/main/kotlin/gov/cdc/ocio/processingstatusapi/mutations/response/Response.kt
  • Made changes based on PR review. Renamed the project as well
  • Made changes based on PR review
  • Merge pull request #188 from CDCgov/DASB-667
  • updated Kdoc to reflect the change from blocking to non-blocking coroutine
  • more updates to the Readme.md
  • remove unused import
  • Merge branch 'develop' of https://github.com/CDCgov/data-exchange-processing-status into DASB-667
  • Add source:AWS, RabbitMQ or Azure Service Bus to stage and dead letter reports
    c44113a Update AWS SQS module to use CoroutineScope instead of runBlocking Replaced runBlocking with CoroutineScope in AWS SQS module to ensure non-blocking execution, which was blocking health endpoint to fail for AWS SQS. Refactored HealthCheck.kt by adding private functions to check and update health status for all supported services Added compileHealthChecks() to compile and return health status of all services in a single response.
  • Promoting the temporal workflow orchestrator to its own microservice
  • Make camel connector configurable for both AWS and Azure (#176)
  • Merge remote-tracking branch 'origin/develop' into DASB-667
  • Merge pull request #175 from CDCgov/fix-breakage