Bug Fixes
- Fixed parallel export not handling
UpdateandOnDuplicateKeyUpdateexport modes — these now produce correct output whenEnableParallelProcessingis enabled - Fixed
StopAllProcesspotentially throwing exceptions during error cleanup by adding guard checks onBlockingCollectionand wrapping cancel/stop calls in try-catch - Hardened
Disposeto be safely callable multiple times — each resource cleanup is now individually wrapped in try-catch to prevent any single failure from skipping remaining cleanup