7.0.10-RTM
- [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