v4.3.1
Version 4.3.1 is a maintenance release that focused on improving certificate validation and fixing bugs.
New Features
- Added support for validating that an SSL Certificate is valid. This helps prevent man in the middle attacks. There is also a new
ServerCertificateValidationCallback
configuation function that you can specify your own validation logic. You can specify the thumbprint of your custom certificate by callingTrustCertificateThumbprint
or ignore all certificate errors by calling theSkipCertificateValidation
configuration extension method. (Contrib @zivillian #194).
Bug Fixes
- Fixed a bug where Post Data could be lost (Contrib @srijken #190).
- Fixed a bug where there could be a dead lock when resubmitting events (Contrib @lscpike #195).
Upgrading to 4.3.1
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!