Skip to content

v0.11.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@pyrocumulus pyrocumulus released this 05 May 20:21
· 152 commits to develop since this release

[0.11.0] - 2022-05-05

Changed

  • BREAKING: Removed add batch output from API. Please use the AddOutputsAsync method from now on. This is donation only. #78
  • BREAKING: Some implementations which have been properly interfaced, are reduced to internal visibility from now on. #117

Updated

  • Updated Microsoft.Extensions.DependencyInjection.Abstractions from v6.0.0 to v6.0.1 #114

Fixed

  • Do not throw exception on cancellation of request #124 - Contribution CodeCasterNL