v4.1.0
Version 4.1.0 focused on adding support for .NET Standard 2.0, performance improvements and bug fixes.
New Features
- Added .NET Standard 2.0 support. You can now easily integrate with UWP applications!
- Added Microsoft.Extensions.Logging support via the Exceptionless.Extensions.Logging client (Contrib @moogle001 #162).
- Allow
null
anddefault
values to be serialized. This allows greater insight into contextual data (Contrib @jamierushton #157). - Added new IStorageSerializer interface to control how events and settings are serialized to disk. This allows you to easily replace the default storage serializer from json to any format like MessagePack for increased IO throughput (Contrib @edwardmeng #163).
- We now use GitLink for easier debugging of packages!
Bug Fixes
- Replace GetFiles with EnumerateFiles method to improve peformance in FolderObjectStorage (Contrib @edwardmeng #161).
- Improved diagnostic logging to include timestamps and log level (Contrib @edwardmeng #167).
Upgrading to 4.1.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!