Skip to content

v2.7

Latest

Choose a tag to compare

@adriancs2 adriancs2 released this 21 Mar 15:12
· 3 commits to master since this release

Bug Fixes

  • Fixed parallel export not handling Update and OnDuplicateKeyUpdate export modes — these now produce correct output when EnableParallelProcessing is enabled
  • Fixed StopAllProcess potentially throwing exceptions during error cleanup by adding guard checks on BlockingCollection and wrapping cancel/stop calls in try-catch
  • Hardened Dispose to be safely callable multiple times — each resource cleanup is now individually wrapped in try-catch to prevent any single failure from skipping remaining cleanup