This repository has been archived by the owner on May 15, 2020. It is now read-only.
Releases: skynet-im/vsl-net
Releases · skynet-im/vsl-net
VSL 1.3.5
VSL 1.3.4
VectorData Security Layer.
- Protocol v1.3
- Backward and forward compatible until v1.1
Improvements
- Fix various race conditions
- Make SendPacket calls threadsafe
VSL 1.3.3
VSL 1.3.2
VectorData Security Layer.
- Protocol v1.3
- Backward and forward compatible until v1.1
Improvements
- Completely new callback API instead of events (breaking change)
- Await packet handling operations
IVSLCallback
interface makes starting ofVSLServer
instances obsolete
- Exceptions in
PacketBuffer
more consistent - Removal of
ThreadSafeList<T>
. UseSystem.Collections.Immutable
instead.
VSL 1.3.1
VSL 1.3.0
VectorData Security Layer.
- Protocol v1.3
- Backward and forward compatible until v1.1
Improvements
- Protection against replay attacks
- Faster file transfers
- Performance improvements
- New listener API
- New async/await API