Skip to content

v1.0.1

Compare
Choose a tag to compare
@hjgraca hjgraca released this 06 Apr 15:41
· 1449 commits to refs/heads/develop since this release
1c1717b

Changes

In this minor release we have addressed a bug in the Tracing utility that when an exception was thrown the Tracing utility would override the error and throw a InvalidOperationException instead of the correct exception.

We have also improved the documentation for Metrics utility, there was wrong casing in the examples. Thanks @srcsakthivel

Finally there was maintenance work done on the NuGet references for examples and changelog. Changelog still in progress and will be fixed soon.

🐛 Bug and hot fixes

  • Fix Tracing when exception is thrown. Prevent Tracing from throwing InvalidOperationException (#223) by @hjgraca

🔧 Maintenance

This release was made possible by the following contributors:

@amirkaws, @hjgraca, @sliedig and @srcsakthivel