Skip to content

v6.0.0

Compare
Choose a tag to compare
@niemyjski niemyjski released this 04 May 02:44
· 18 commits to main since this release

Version 6.0 includes many new enhancements and bug fixes! We spent time to clear out the entire backlog and resolved all feature requests and issues logged! We did introduce some breaking changes around serialization as we wanted to ensure any custom data sent to us is never serialized with a different casing. We tried our best to make sure to keep the breaking changes very minimal. As a result, these breaking changes should only affect very few consumers. Please see the upgrade guide for more information.

New Features

  • All logging targets now call SetDefaultMinLogLevel to Trace so all log messages are now recorded on startup. Previously only warning log levels were sent until the server settings were loaded.
  • Added ability to record http headers by @niemyjski in #300
  • Add Windows environment info collector to the WPF platform by @mgnslndh in #291
  • Added ability to remove User Identity by @niemyjski in #293
  • Added NLog 5 support
  • Fixes #238: Add ability to exclude Modules from getting sent with error reports by @niemyjski in #302

Bug Fixes

  • Lock conflicts occur when multiple sites (with ExceptionLess.net) are deployed on a server by @niemyjski in #305
  • NLog ExceptionlessTarget - ApiKey and ServerUrl and Message and UserIdentity with Layout support by @snakefoot in #299
  • NLog ExceptionlessTarget call ProcessQueueAsync when flushing by @snakefoot in #301
  • NLog ExceptionlessTarget calls SetDefaultMinLogLevel when target is initialized by @snakefoot in #303

Breaking changes

  • Preserving custom object property names sent to SetProperty and AddObject by @niemyjski in #304 We updated the serializer to respect all custom serialized data and fixed a few other serialization related issues.
  • Upgraded NLog from v4 to v5

New Contributors

Upgrading to 6.0.0

If upgrading from a previous version, 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!