All Versions
12
Latest Version
Avg Release Cycle
97 days
Latest Release
1254 days ago

Changelog History
Page 2

  • v4.2.2 Changes

    February 15, 2018

    ๐Ÿ”– 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!

  • v4.2.1 Changes

    December 19, 2017

    ๐Ÿ”– Version 4.2.1 is a maintenance release that focused on optimizations to the NLog target (that were identified by @snakefoot while doing a code review) and optimized the default value for submitting heartbeats and retrieving settings.

    ๐Ÿ†• New Features

    • โฌ‡๏ธ Reduced the number of allocations that occurred while using the NLog target (Contrib @snakefoot #172 #173 #174).
    • Ensure we correctly handle non async NLog targets. (Contrib @snakefoot #171).
    • โšก๏ธ Optimized the default interval for submitting heartbeats and retrieving settings when idle.

    โฌ†๏ธ Upgrading to 4.2.1

    โšก๏ธ 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!