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
# | Program | Current Version | Breakin Changes | Changes | Fixes | Deprecated Features |
---|---|---|---|---|---|---|
1 | OrchestratorServices | 5.0.0 | Introducing New Process Status: Queued | Better logging,Introducing Schema Name,Single Service for Oracle and MSSQL Database Interaction,Parallel Process Count, Introducing New Process Status: Cancelled | N/A | N/A |
2 | ExecutorServices | 5.0.0 | N/A | Better logging | Fixed Abort functionality | N/A |
3 | UploadFiles | 5.0.0 | N/A | Better logging,Introducing Schema Name,Single Service for Oracle and MSSQL Database Interaction | N/A | N/A |