Skip to content

v4.3.0

Compare
Choose a tag to compare
@niemyjski niemyjski released this 10 May 13:38

Version 4.3.0 is a maintenance release that focused on improving GDPR support and fixing bugs.

General Data Protection Regulation

We've added new controls to help meet GDPR requirements. By default the Exceptionless Client will report all available metadata including potential PII data. You can fine tune the collection of information via Data Exclusions or turning off collection completely. Please visit the wiki for detailed information on how to configure the client to meet your requirements.

New Features

  • Added IncludeUserName, IncludeMachineName, IncludeIpAddress, IncludeCookies, IncludePostData, IncludeQueryString properties to client.Configuration that give you fine grained data controls to limit what data is sent. Please note some of these properties are already being handled by Data Exclusions.
  • Added includePrivateInformation to the exceptionless config section which allows you to quickly disable collection of extra metadata in your apps.
  • Added ability to configure the client configuration end point via client.Configuration.ConfigServerUrl.
  • Added Exceptionless.Linking.PreserveAttribute to the main client. This attribute allows easier integration into Xamarin to insure the linker doesn't remove any required components (Contrib @GeirGrusom #189).

Bug Fixes

  • Fixed a bug where configuration could be retrieved concurrently causing extra requests to be made.
  • Updated logic around Settings management to help prevent any race conditions when updating values.

Upgrading to 4.3.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!