This release contains the following refactorizations. Make sure to test the new version properly, before installing in production environment:
End-to-End Encryption libraries have been refactored: * Interfaces moved from XMPP library to security library for broader use.
Legal Identity IdentityState enumeration has been moved from XMPP.Contracts library to security library for broader use.
Peer-to-Peer communication has been refactored: More generic naming is now used.
Binary Input/Output in networking libraries has been refactored.
Text Input/Output in networking libraries has been refactored.
This release contains the following new features:
Rate limitation in reverse proxy resources is now possible. Incoming requests are queued and processed by an asynchronous processor. The maximum number of concurrent workers can be configured for each reverse proxy.
This release contains the following fixes:
<getIdentityReferences> request fixed.