Skip to content

v1.6.0

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

Version 1.6.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 includePrivateInformation includeUserName, includeMachineName, includeIpAddress, includeCookies, includePostData, includeQueryString properties to client.config 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=false as a valid query string parameter / value when loading the script from a cdn. This allows you to quickly disable collection of extra metadata in your apps.
  • Added ability to configure the client configuration end point via client.config.configServerUrl.

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.
  • Fixed a bug where configuration would always be updated if there was no server configuration header returned.
  • Fixed a bug where default configuration values wouldn't always be applied to default values (false, 0, etc..).

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!