Skip to main content

DH API 5.0.45477.1

Overview

  • Release Date: July 4, 2024
  • Previous Release Version: N/A

Breaking Changes

OrchestratorServices

- #277 Introducing New Process Status: Queued

  • Introducing Queued Status to avoid multiple trigger during API wait time.
  • No other service are impacted due to this change, only Orchestrator services itself is impacted.

Changes

OrchestratorServices

- #243 Better Logging

  • New and better logging service using a newly developed standard library.

- #235 Introducing Schema Name

  • Now user can also provide schema name alongside previous required DB information.

- #230 Single Service for Oracle and MSSQL Database Interaction

  • Previously, separate services were utilized for Oracle and MSSQL connections. With this enhancement, a single service can now handle interactions with both MSSQL and Oracle databases.

- #277 Parallel Process Count

  • Now user can specify number of independent process that can execute parallely on an executor.
  • If the number of independent process are more than the parallel process count, then the excess process will have to wait in QUEUE until the executor gets freed.

- #282 Introducing New Process Status: Cancelled

  • Stream instances in the QUEUED status can now be removed from the queue utilizing the cancel feature.
  • No other service are impacted due to this change, only Orchestrator services itself is impacted.

ExecutorServices

- #249 Better Logging

  • New and better logging service using a newly developed standard library.

UploadFiles

- #252 Better Logging

  • New and better logging service using a newly developed standard library.

- #252 Introducing Schema Name

  • Now user can also provide schema name alongside previous required DB information.

- #252 Single Service for Oracle and MSSQL Database Interaction

  • Previously, separate services were utilized for Oracle and MSSQL connections. With this enhancement, a single service can now handle interactions with both MSSQL and Oracle databases.

Fixes

ExecutorServices

- #281 Fixed Abort functionality

  • Previously, on aborting any stream, a phenomenon occurred wherein a zombie process would be generated. This issue has since been addressed and rectified.

Program Details

#ProgramCurrent VersionBreakin ChangesChangesFixesDeprecated Features
1OrchestratorServices5.0.0Introducing New Process Status: QueuedBetter logging,Introducing Schema Name,Single Service for Oracle and MSSQL Database Interaction,Parallel Process Count, Introducing New Process Status: CancelledN/AN/A
2ExecutorServices5.0.0N/ABetter loggingFixed Abort functionalityN/A
3UploadFiles5.0.0N/ABetter logging,Introducing Schema Name,Single Service for Oracle and MSSQL Database InteractionN/AN/A