- 27 Oct 2024
- 1 Minute à lire
- SombreLumière
Version 4.32.0
- Mis à jour le 27 Oct 2024
- 1 Minute à lire
- SombreLumière
New features and enhancements
.NET
The Notification SDK Server has been re-factored to modernize and improve the code resulting in the following changes. We recommend that you review your integrations to make sure these changes are reflected in your code.
General changes
Added the INotificationSDKServer interface
Renamed namespace from Com.Vasco to OneSpan
Added C# XML comments
These code changes will require some changes to your integration setup. For more information on the changes you need to make, refer to the instructions how to use the Notification SDK Server in your .NET project in Integrate the Notification SDK Server.
Fixes and other updates
.NET
[MSS-8654] Error during sending of a notification
When sending a notification, the SDK threw an error, stating that the file or assembly could not be loaded. This was caused by an issue during the launch of the .NET server. This issue has been fixed.
Java
[MSS-8136] Error due to expired certificate
Due to an expired certificate, an error occurred when sending a Java notification. This issue has been fixed.