v4.2.0
Version 4.2.0 focused on client improvements and adding support for high performance persisted storage using Message Pack.
New Features
- Added ASP.NET Core 2.0 support for .NET Framework. Previously it only targeted the .NET Core runtime.
- Added improved support for EU General Data Protection Regulations for 2018. You can limit the sending of personal identifiable information like user names and IP Addresses by setting
ExceptionlessClient.Default.Configuration.IncludePrivateInformation = false
. - Added new IStorageSerializer MessagePack implementation which allows us to have high performance serialization for offline storage (Contrib @edwardmeng #168).
Upgrading to 4.2.0
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!