Skip to content

7.0.10-RTM

Choose a tag to compare

@lanesCSO lanesCSO released this 09 Aug 13:45
· 12 commits to master since this release
  • [ENHANCEMENT] refactored configuration insert to deployupdate table
    - [ENHANCEMENT] removed scoped ADO as never used
    - [ENHANCEMENT]refactored to use a using statement
    > using var performanceCollector = new PerformanceCollector();
    > using var cancelPerformance = new CancellationTokenSource();
    > using var apiCancellationToken = new CancellationTokenSource();

Full Changelog: 7.0.8-RTM...7.0.10-RTM