Skip to content

v3.2.0

Compare
Choose a tag to compare
@niemyjski niemyjski released this 24 Nov 18:38

Version 3.2 focuses on bug fixes and general improvements to the clients.

Improvements

  • Added support for reading configuration from environmental variables and app settings (#37).
  • Added an SubmittedEvent event handler to make it easier to close applications after submission (#49).
  • Added QueueMaxAttempts and QueueMaxAge configuration setting to allow custom persistence settings. This is intended for offline support (#55 @airwareic).
  • Massive improvements to Data Exclusions now checking default data and extra exception properties (#45)
  • Created overloads for CreateLog and SubmitLog to accept the LogLevel enum (#42 @xbelt).
  • Updated Styling of the CrashReportDialog to play nicer with custom themes (#60 @mgnslndh).
  • Updated all dependencies (I.E., Nancy, NLog).
  • Fixed an issue where Startup() was overriding configured dependencies (#6).
  • Fixed a bug where you could have empty errors submitted with no stack trace info (#14).
  • Fixed an issue with previously set valid api keys were overwritten with default api key (#19).
  • Fixed an issue where the ApiKey couldn't be changed after the client has been initialized (#22).
  • Fixed an issue with submitting generated reference ids (#31 @srijken).
  • Fixed an issue where updating the WebApi package would remove the Exceptionless Module (#27 @srijken).
  • Fixed an issue where our NLog package was not working on .NET 4.0.
  • Fixed an issue where IsolatedStorage could not be used (#57).
  • Updated NLog and log4net to allow setting the min log level.
  • Marked the EnableSSL property as Obsolete (This is no longer being used, we now look at the ServerUrl).

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!

Thanks

The team would like to make a special shout out to the community, @airwareic, @srijken, @xbelt and @mgnslndh for making this release possible :).