Skip to content

v4.2.2

Compare
Choose a tag to compare
@niemyjski niemyjski released this 15 Feb 14:28

Version 4.2.2 is a maintenance release that focused on improving logging and fixing bugs around storage.

New Features

  • Add StoragePath to AspNetCore configuration to control whether to use FolderObjectStorage (Contrib @edwardmeng #178).
  • Add new Microsoft.ExtensionsLogging internal log client for troubleshooting. This can be configured via ExceptionlessClient.Default.UseLogger(new Exceptionless.Extensions.Logging.ExtensionsExceptionlessLog(loggerFactory));

Bug Fixes

  • Fixed a bug where InMemoryObjectStorage would only store 100 events, this could cause events to be discarded. We've increased the count to 1000 by default (exceptionless/Exceptionless#356).
  • Fixed a bug where FolderObjectStorage would throw an exception and suspend processing while processing the queue if the queue folder didn't exist.
  • Fixed a bug where the internal log wasn't respecting the min log level.

Upgrading to 4.2.2

If upgrading from v2 or v3 the upgrade process should include just updating your NuGet packages. Please see the upgrade guide for more information.

Please take a look at the change log for a full list of the changes.

Feedback

We're listening and we'd love to hear your feedback! Please send us your feedback by clicking on one of the links below!